mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb/CSS: Parse the tab-size property
This commit is contained in:
parent
140dc95e67
commit
68a28ff33a
Notes:
github-actions[bot]
2024-10-02 09:28:15 +00:00
Author: https://github.com/kostyafarber
Commit: 68a28ff33a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1560
Reviewed-by: https://github.com/AtkinsSJ ✅
6 changed files with 38 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue