mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibWeb: Add stubs for the Screen Orientation API
As defined in: https://w3c.github.io/screen-orientation
This commit is contained in:
parent
7fb09bf95b
commit
ccebc7a905
Notes:
sideshowbarker
2024-07-17 08:27:05 +09:00
Author: https://github.com/shannonbooth
Commit: ccebc7a905
Pull-request: https://github.com/SerenityOS/serenity/pull/23809
Reviewed-by: https://github.com/AtkinsSJ ✅
9 changed files with 156 additions and 0 deletions
|
@ -172,6 +172,7 @@ class ResolutionOrCalculated;
|
|||
class ResolutionStyleValue;
|
||||
class RevertStyleValue;
|
||||
class Screen;
|
||||
class ScreenOrientation;
|
||||
class Selector;
|
||||
class ShadowStyleValue;
|
||||
class ShorthandStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue