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

LibWeb: Support the :last-of-type CSS selector :^)

This commit is contained in:
Andreas Kling 2021-04-06 13:06:25 +02:00
parent 0eb9a9dd13
commit 1d065aa51b
6 changed files with 25 additions and 0 deletions

View file

@ -55,6 +55,7 @@ public:
Empty,
Root,
FirstOfType,
LastOfType,
};
PseudoClass pseudo_class { PseudoClass::None };