1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

LibWeb: Use IdentifierStyleValue for CSS 'text-transform'

This commit is contained in:
Andreas Kling 2020-12-15 14:15:49 +01:00
parent 4d7ce81835
commit 78a51933ad
7 changed files with 59 additions and 3 deletions

View file

@ -67,6 +67,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::TextTransform> text_transform() const;
const Gfx::Font& font() const
{