ladybird/Libraries/LibWeb/CSS/PseudoClasses.json
Sam Atkins 632ce9523b LibWeb/CSS: Add :unchecked pseudo-class
This just got added to the Selectors spec:

b78c97c19d

It's thus missing from the HTML spec and WPT, but I figured it was
simple enough to add.
2025-07-15 21:27:44 +02:00

188 lines
2.6 KiB
JSON

{
"active": {
"argument": ""
},
"any-link": {
"argument": ""
},
"buffering": {
"argument": ""
},
"checked": {
"argument": ""
},
"default": {
"argument": ""
},
"defined": {
"argument": ""
},
"dir": {
"argument": "<ident>"
},
"disabled": {
"argument": ""
},
"empty": {
"argument": ""
},
"enabled": {
"argument": ""
},
"even-less-good-value": {
"argument": ""
},
"first-child": {
"argument": ""
},
"first-of-type": {
"argument": ""
},
"focus": {
"argument": ""
},
"focus-visible": {
"argument": ""
},
"focus-within": {
"argument": ""
},
"has": {
"argument": "<relative-selector-list>"
},
"high-value": {
"argument": ""
},
"host": {
"argument": "<compound-selector>?"
},
"hover": {
"argument": ""
},
"indeterminate": {
"argument": ""
},
"invalid": {
"argument": ""
},
"is": {
"argument": "<forgiving-selector-list>"
},
"lang": {
"argument": "<language-ranges>"
},
"last-child": {
"argument": ""
},
"last-of-type": {
"argument": ""
},
"link": {
"argument": ""
},
"local-link": {
"argument": ""
},
"low-value": {
"argument": ""
},
"modal": {
"argument": ""
},
"muted": {
"argument": ""
},
"not": {
"argument": "<selector-list>"
},
"nth-child": {
"argument": "<an+b-of>"
},
"nth-last-child": {
"argument": "<an+b-of>"
},
"nth-last-of-type": {
"argument": "<an+b>"
},
"nth-of-type": {
"argument": "<an+b>"
},
"only-child": {
"argument": ""
},
"only-of-type": {
"argument": ""
},
"open": {
"argument": ""
},
"optimal-value": {
"argument": ""
},
"optional": {
"argument": ""
},
"popover-open": {
"argument": ""
},
"paused": {
"argument": ""
},
"placeholder-shown": {
"argument": ""
},
"playing": {
"argument": ""
},
"read-only": {
"argument": ""
},
"read-write": {
"argument": ""
},
"required": {
"argument": ""
},
"root": {
"argument": ""
},
"scope": {
"argument": ""
},
"seeking": {
"argument": ""
},
"stalled": {
"argument": ""
},
"state": {
"argument": "<ident>"
},
"suboptimal-value": {
"argument": ""
},
"target": {
"argument": ""
},
"unchecked": {
"argument": ""
},
"user-invalid": {
"argument": ""
},
"user-valid": {
"argument": ""
},
"valid": {
"argument": ""
},
"visited": {
"argument": ""
},
"volume-locked": {
"argument": ""
},
"where": {
"argument": "<forgiving-selector-list>"
}
}