Newer
Older
minerva / Userland / Libraries / LibWeb / CSS / PseudoClasses.json
@minerva minerva on 13 Jul 2 KB Initial commit
{
  "active": {
    "argument": ""
  },
  "any-link": {
    "argument": ""
  },
  "buffering": {
    "argument": ""
  },
  "checked": {
    "argument": ""
  },
  "defined": {
    "argument": ""
  },
  "dir": {
    "argument": "<ident>"
  },
  "disabled": {
    "argument": ""
  },
  "empty": {
    "argument": ""
  },
  "enabled": {
    "argument": ""
  },
  "first-child": {
    "argument": ""
  },
  "first-of-type": {
    "argument": ""
  },
  "focus": {
    "argument": ""
  },
  "focus-visible": {
    "argument": ""
  },
  "focus-within": {
    "argument": ""
  },
  "has": {
    "argument": "<forgiving-relative-selector-list>"
  },
  "host": {
    "argument": "<compound-selector>?"
  },
  "hover": {
    "argument": ""
  },
  "indeterminate": {
    "argument": ""
  },
  "is": {
    "argument": "<forgiving-selector-list>"
  },
  "lang": {
    "argument": "<language-ranges>"
  },
  "last-child": {
    "argument": ""
  },
  "last-of-type": {
    "argument": ""
  },
  "link": {
    "argument": ""
  },
  "local-link": {
    "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": ""
  },
  "paused": {
    "argument": ""
  },
  "placeholder-shown": {
    "argument": ""
  },
  "playing": {
    "argument": ""
  },
  "read-only": {
    "argument": ""
  },
  "read-write": {
    "argument": ""
  },
  "root": {
    "argument": ""
  },
  "scope": {
    "argument": ""
  },
  "seeking": {
    "argument": ""
  },
  "stalled": {
    "argument": ""
  },
  "target": {
    "argument": ""
  },
  "target-within": {
    "argument": ""
  },
  "visited": {
    "argument": ""
  },
  "volume-locked": {
    "argument": ""
  },
  "where": {
    "argument": "<forgiving-selector-list>"
  }
}