mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Support the :root pseudo class
This commit is contained in:
parent
2f29e61203
commit
7bfd24ca76
Notes:
sideshowbarker
2024-07-19 06:39:31 +09:00
Author: https://github.com/linusg
Commit: 7bfd24ca76
Pull-request: https://github.com/SerenityOS/serenity/pull/2215
5 changed files with 22 additions and 0 deletions
|
@ -53,6 +53,7 @@ public:
|
|||
LastChild,
|
||||
OnlyChild,
|
||||
Empty,
|
||||
Root,
|
||||
};
|
||||
PseudoClass pseudo_class { PseudoClass::None };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue