1
Fork 0
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:
Sam Atkins 2021-09-27 17:12:33 +01:00 committed by Andreas Kling
parent b90cc1148a
commit 0a4d9c6d31
4 changed files with 233 additions and 0 deletions

View file

@ -26,6 +26,8 @@ class CSSStyleRule;
class CSSStyleSheet;
class ElementInlineCSSStyleDeclaration;
class Length;
class MediaQuery;
class MediaQueryList;
class PropertyOwningCSSStyleDeclaration;
class Screen;
class Selector;