mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
LibWeb: Partially implement MediaQuery class :^)
The main thing that's missing is the actual matching, but this is enough to get started.
This commit is contained in:
parent
b90cc1148a
commit
0a4d9c6d31
4 changed files with 233 additions and 0 deletions
|
@ -26,6 +26,8 @@ class CSSStyleRule;
|
|||
class CSSStyleSheet;
|
||||
class ElementInlineCSSStyleDeclaration;
|
||||
class Length;
|
||||
class MediaQuery;
|
||||
class MediaQueryList;
|
||||
class PropertyOwningCSSStyleDeclaration;
|
||||
class Screen;
|
||||
class Selector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue