mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Support the :last-of-type CSS selector :^)
This commit is contained in:
parent
0eb9a9dd13
commit
1d065aa51b
Notes:
sideshowbarker
2024-07-18 20:43:56 +09:00
Author: https://github.com/awesomekling
Commit: 1d065aa51b
6 changed files with 25 additions and 0 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
Empty,
|
||||
Root,
|
||||
FirstOfType,
|
||||
LastOfType,
|
||||
};
|
||||
PseudoClass pseudo_class { PseudoClass::None };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue