mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Add <general-enclosed> support to Media Queries
This commit is contained in:
parent
b03dac99a5
commit
7d5c626276
Notes:
sideshowbarker
2024-07-18 00:42:01 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7d5c626276
Pull-request: https://github.com/SerenityOS/serenity/pull/11060
3 changed files with 19 additions and 1 deletions
|
@ -65,11 +65,13 @@ public:
|
|||
And,
|
||||
Or,
|
||||
Not,
|
||||
GeneralEnclosed,
|
||||
};
|
||||
|
||||
Type type;
|
||||
MediaFeature feature;
|
||||
NonnullOwnPtrVector<MediaCondition> conditions;
|
||||
Optional<GeneralEnclosed> general_enclosed;
|
||||
|
||||
MatchResult evaluate(DOM::Window const&) const;
|
||||
String to_string() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue