1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +00:00

LibHTML: Support the :empty pseudo class

This commit is contained in:
Andreas Kling 2019-12-16 19:45:50 +01:00
parent a32cae4c3b
commit 085cafd80a
5 changed files with 35 additions and 0 deletions

View file

@ -22,6 +22,7 @@ public:
Hover,
FirstChild,
LastChild,
Empty,
};
PseudoClass pseudo_class { PseudoClass::None };