LibWeb: Support the :root pseudo class

This commit is contained in:
Linus Groh 2020-05-13 22:38:12 +01:00 committed by Andreas Kling
commit 7bfd24ca76
Notes: sideshowbarker 2024-07-19 06:39:31 +09:00
5 changed files with 22 additions and 0 deletions

View file

@ -53,6 +53,7 @@ public:
LastChild,
OnlyChild,
Empty,
Root,
};
PseudoClass pseudo_class { PseudoClass::None };