LibWeb/CSS: Parse the tab-size property

This commit is contained in:
Kostya Farber 2024-10-01 13:07:06 +01:00 committed by Sam Atkins
commit 68a28ff33a
Notes: github-actions[bot] 2024-10-02 09:28:15 +00:00
6 changed files with 38 additions and 1 deletions

View file

@ -113,6 +113,7 @@ public:
ContentDataAndQuoteNestingLevel content(DOM::Element&, u32 initial_quote_nesting_level) const;
Optional<CSS::ContentVisibility> content_visibility() const;
Optional<CSS::Cursor> cursor() const;
Variant<LengthOrCalculated, NumberOrCalculated> tab_size() const;
Optional<CSS::WhiteSpace> white_space() const;
Optional<CSS::LineStyle> line_style(CSS::PropertyID) const;
Optional<CSS::OutlineStyle> outline_style() const;