mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +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
Notes:
sideshowbarker
2024-07-18 03:15:12 +09:00
Author: https://github.com/AtkinsSJ
Commit: 0a4d9c6d31
Pull-request: https://github.com/SerenityOS/serenity/pull/10295
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