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:
Tobias Christiansen 2024-07-24 20:58:17 +02:00 committed by Sam Atkins
commit 794069b3cf
Notes: github-actions[bot] 2024-08-03 09:05:42 +00:00
4 changed files with 14 additions and 0 deletions

View file

@ -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;