mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibWeb: Support CSS :only-of-type selector
This matches any element that doesn't have a sibling with the same tag name as itself.
This commit is contained in:
parent
b9b24cb1c1
commit
7c33a084fb
Notes:
sideshowbarker
2024-07-17 18:36:47 +09:00
Author: https://github.com/awesomekling
Commit: 7c33a084fb
5 changed files with 31 additions and 10 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
Root,
|
||||
FirstOfType,
|
||||
LastOfType,
|
||||
OnlyOfType,
|
||||
NthChild,
|
||||
NthLastChild,
|
||||
Disabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue