mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'
This commit is contained in:
parent
c630ae517e
commit
9c76c4f0cf
Notes:
sideshowbarker
2024-07-19 00:48:51 +09:00
Author: https://github.com/awesomekling
Commit: 9c76c4f0cf
7 changed files with 52 additions and 1 deletions
|
@ -68,6 +68,7 @@ public:
|
|||
Optional<CSS::LineStyle> line_style(CSS::PropertyID) const;
|
||||
Optional<CSS::TextDecorationLine> text_decoration_line() const;
|
||||
Optional<CSS::TextTransform> text_transform() const;
|
||||
Optional<CSS::ListStyleType> list_style_type() const;
|
||||
|
||||
const Gfx::Font& font() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue