mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb/CSS: Dump out media queries in more detail
Instead of just serializing them, dump out the query condition as a tree, taking advantage of the existing dump code for BooleanExpressions.
This commit is contained in:
parent
1db13c52be
commit
5343c9bd2e
Notes:
github-actions[bot]
2025-12-04 16:25:37 +00:00
Author: https://github.com/AtkinsSJ
Commit: 5343c9bd2e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7018
5 changed files with 37 additions and 5 deletions
|
|
@ -221,6 +221,8 @@ public:
|
|||
bool evaluate(DOM::Document const&);
|
||||
String to_string() const;
|
||||
|
||||
void dump(StringBuilder&, int indent_levels = 0) const;
|
||||
|
||||
private:
|
||||
MediaQuery() = default;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue