LibWeb: Implement CSS Resolution class

This corresponds to `<resolution>` in the grammar.
This commit is contained in:
Sam Atkins 2022-02-21 17:51:01 +00:00 committed by Andreas Kling
commit 0465abcfec
Notes: sideshowbarker 2024-07-17 18:20:07 +09:00
7 changed files with 160 additions and 0 deletions

View file

@ -64,6 +64,8 @@ class Percentage;
class PercentageStyleValue;
class PositionStyleValue;
class PropertyOwningCSSStyleDeclaration;
class Resolution;
class ResolutionStyleValue;
class Screen;
class Selector;
class StringStyleValue;