mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Implement CSS Resolution class
This corresponds to `<resolution>` in the grammar.
This commit is contained in:
parent
bd79c303f6
commit
0465abcfec
Notes:
sideshowbarker
2024-07-17 18:20:07 +09:00
Author: https://github.com/AtkinsSJ
Commit: 0465abcfec
Pull-request: https://github.com/SerenityOS/serenity/pull/12727
7 changed files with 160 additions and 0 deletions
|
@ -64,6 +64,8 @@ class Percentage;
|
|||
class PercentageStyleValue;
|
||||
class PositionStyleValue;
|
||||
class PropertyOwningCSSStyleDeclaration;
|
||||
class Resolution;
|
||||
class ResolutionStyleValue;
|
||||
class Screen;
|
||||
class Selector;
|
||||
class StringStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue