mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibWeb: Add plumbing for new "text-overflow" CSS property
This patch adds the new "text-overflow" CSS property to all the relevant places.
This commit is contained in:
parent
a8d3c077ea
commit
794069b3cf
Notes:
github-actions[bot]
2024-08-03 09:05:42 +00:00
Author: https://github.com/TobyAsE
Commit: 794069b3cf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/813
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/kalenikaliaksandr ✅
4 changed files with 14 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
Optional<CSS::TextAnchor> text_anchor() const;
|
||||
Optional<CSS::TextAlign> text_align() const;
|
||||
Optional<CSS::TextJustify> text_justify() const;
|
||||
Optional<CSS::TextOverflow> text_overflow() const;
|
||||
CSS::Length border_spacing_horizontal() const;
|
||||
CSS::Length border_spacing_vertical() const;
|
||||
Optional<CSS::CaptionSide> caption_side() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue