PseudoClasses.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "active": {
  3. "argument": ""
  4. },
  5. "any-link": {
  6. "argument": ""
  7. },
  8. "buffering": {
  9. "argument": ""
  10. },
  11. "checked": {
  12. "argument": ""
  13. },
  14. "closed": {
  15. "argument": ""
  16. },
  17. "defined": {
  18. "argument": ""
  19. },
  20. "dir": {
  21. "argument": "<ident>"
  22. },
  23. "disabled": {
  24. "argument": ""
  25. },
  26. "empty": {
  27. "argument": ""
  28. },
  29. "enabled": {
  30. "argument": ""
  31. },
  32. "first-child": {
  33. "argument": ""
  34. },
  35. "first-of-type": {
  36. "argument": ""
  37. },
  38. "focus": {
  39. "argument": ""
  40. },
  41. "focus-visible": {
  42. "argument": ""
  43. },
  44. "focus-within": {
  45. "argument": ""
  46. },
  47. "host": {
  48. "argument": "<compound-selector>?"
  49. },
  50. "hover": {
  51. "argument": ""
  52. },
  53. "indeterminate": {
  54. "argument": ""
  55. },
  56. "is": {
  57. "argument": "<forgiving-selector-list>"
  58. },
  59. "lang": {
  60. "argument": "<language-ranges>"
  61. },
  62. "last-child": {
  63. "argument": ""
  64. },
  65. "last-of-type": {
  66. "argument": ""
  67. },
  68. "link": {
  69. "argument": ""
  70. },
  71. "local-link": {
  72. "argument": ""
  73. },
  74. "muted": {
  75. "argument": ""
  76. },
  77. "not": {
  78. "argument": "<selector-list>"
  79. },
  80. "nth-child": {
  81. "argument": "<an+b-of>"
  82. },
  83. "nth-last-child": {
  84. "argument": "<an+b-of>"
  85. },
  86. "nth-last-of-type": {
  87. "argument": "<an+b>"
  88. },
  89. "nth-of-type": {
  90. "argument": "<an+b>"
  91. },
  92. "only-child": {
  93. "argument": ""
  94. },
  95. "only-of-type": {
  96. "argument": ""
  97. },
  98. "open": {
  99. "argument": ""
  100. },
  101. "paused": {
  102. "argument": ""
  103. },
  104. "placeholder-shown": {
  105. "argument": ""
  106. },
  107. "playing": {
  108. "argument": ""
  109. },
  110. "read-only": {
  111. "argument": ""
  112. },
  113. "read-write": {
  114. "argument": ""
  115. },
  116. "root": {
  117. "argument": ""
  118. },
  119. "scope": {
  120. "argument": ""
  121. },
  122. "seeking": {
  123. "argument": ""
  124. },
  125. "stalled": {
  126. "argument": ""
  127. },
  128. "target": {
  129. "argument": ""
  130. },
  131. "target-within": {
  132. "argument": ""
  133. },
  134. "visited": {
  135. "argument": ""
  136. },
  137. "volume-locked": {
  138. "argument": ""
  139. },
  140. "where": {
  141. "argument": "<forgiving-selector-list>"
  142. }
  143. }