mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibWeb: Add new property 'text-decoration-style'
This patch makes the property 'text-decoration-style' known throughout all the places in LibWeb that care.
This commit is contained in:
parent
5348c67ba4
commit
69aac6ecd7
Notes:
sideshowbarker
2024-07-17 20:24:20 +09:00
Author: https://github.com/TobyAsE
Commit: 69aac6ecd7
Pull-request: https://github.com/SerenityOS/serenity/pull/12027
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/alimpfard
6 changed files with 57 additions and 0 deletions
|
@ -51,6 +51,7 @@ public:
|
|||
Optional<CSS::WhiteSpace> white_space() const;
|
||||
Optional<CSS::LineStyle> line_style(CSS::PropertyID) const;
|
||||
Optional<CSS::TextDecorationLine> text_decoration_line() const;
|
||||
Optional<CSS::TextDecorationStyle> text_decoration_style() const;
|
||||
Optional<CSS::TextTransform> text_transform() const;
|
||||
Optional<CSS::ListStyleType> list_style_type() const;
|
||||
Optional<CSS::FlexDirection> flex_direction() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue