mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
LibWeb: Implement the Screen interface
https://drafts.csswg.org/cssom-view/#the-screen-interface
This commit is contained in:
parent
e8739ddab7
commit
340e1f4b28
10 changed files with 138 additions and 0 deletions
|
@ -35,6 +35,7 @@ class CSSStyleRule;
|
|||
class CSSStyleSheet;
|
||||
class ElementInlineCSSStyleDeclaration;
|
||||
class Length;
|
||||
class Screen;
|
||||
class Selector;
|
||||
class StyleProperties;
|
||||
class StyleResolver;
|
||||
|
@ -297,6 +298,7 @@ class NodeWrapper;
|
|||
class PerformanceTimingWrapper;
|
||||
class PerformanceWrapper;
|
||||
class ProgressEventWrapper;
|
||||
class ScreenWrapper;
|
||||
class ScriptExecutionContext;
|
||||
class SubmitEventWrapper;
|
||||
class SVGElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue