[6a3a178] | 1 | {
|
---|
| 2 | "Type selectors": {
|
---|
| 3 | "syntax": "element",
|
---|
| 4 | "groups": [
|
---|
| 5 | "Basic Selectors",
|
---|
| 6 | "Selectors"
|
---|
| 7 | ],
|
---|
| 8 | "status": "standard",
|
---|
| 9 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Type_selectors"
|
---|
| 10 | },
|
---|
| 11 | "Class selectors": {
|
---|
| 12 | "syntax": ".class",
|
---|
| 13 | "groups": [
|
---|
| 14 | "Basic Selectors",
|
---|
| 15 | "Selectors"
|
---|
| 16 | ],
|
---|
| 17 | "status": "standard",
|
---|
| 18 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Class_selectors"
|
---|
| 19 | },
|
---|
| 20 | "ID selectors": {
|
---|
| 21 | "syntax": "#id",
|
---|
| 22 | "groups": [
|
---|
| 23 | "Basic Selectors",
|
---|
| 24 | "Selectors"
|
---|
| 25 | ],
|
---|
| 26 | "status": "standard",
|
---|
| 27 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ID_selectors"
|
---|
| 28 | },
|
---|
| 29 | "Universal selectors": {
|
---|
| 30 | "syntax": "*",
|
---|
| 31 | "groups": [
|
---|
| 32 | "Basic Selectors",
|
---|
| 33 | "Selectors"
|
---|
| 34 | ],
|
---|
| 35 | "status": "standard",
|
---|
| 36 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Universal_selectors"
|
---|
| 37 | },
|
---|
| 38 | "Attribute selectors": {
|
---|
| 39 | "syntax": "[attr=value]",
|
---|
| 40 | "groups": [
|
---|
| 41 | "Basic Selectors",
|
---|
| 42 | "Selectors"
|
---|
| 43 | ],
|
---|
| 44 | "status": "standard",
|
---|
| 45 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors"
|
---|
| 46 | },
|
---|
| 47 | "Selector list": {
|
---|
| 48 | "syntax": ",",
|
---|
| 49 | "groups": [
|
---|
| 50 | "Grouping Selectors",
|
---|
| 51 | "Selectors"
|
---|
| 52 | ],
|
---|
| 53 | "status": "standard",
|
---|
| 54 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Selector_list"
|
---|
| 55 | },
|
---|
| 56 | "Adjacent sibling combinator": {
|
---|
| 57 | "syntax": "A + B",
|
---|
| 58 | "groups": [
|
---|
| 59 | "Combinators",
|
---|
| 60 | "Selectors"
|
---|
| 61 | ],
|
---|
| 62 | "status": "standard",
|
---|
| 63 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Adjacent_sibling_combinator"
|
---|
| 64 | },
|
---|
| 65 | "General sibling combinator": {
|
---|
| 66 | "syntax": "A ~ B",
|
---|
| 67 | "groups": [
|
---|
| 68 | "Combinators",
|
---|
| 69 | "Selectors"
|
---|
| 70 | ],
|
---|
| 71 | "status": "standard",
|
---|
| 72 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/General_sibling_combinator"
|
---|
| 73 | },
|
---|
| 74 | "Child combinator": {
|
---|
| 75 | "syntax": "A > B",
|
---|
| 76 | "groups": [
|
---|
| 77 | "Combinators",
|
---|
| 78 | "Selectors"
|
---|
| 79 | ],
|
---|
| 80 | "status": "standard",
|
---|
| 81 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Child_combinator"
|
---|
| 82 | },
|
---|
| 83 | "Descendant combinator": {
|
---|
| 84 | "syntax": "A B",
|
---|
| 85 | "groups": [
|
---|
| 86 | "Combinators",
|
---|
| 87 | "Selectors"
|
---|
| 88 | ],
|
---|
| 89 | "status": "standard",
|
---|
| 90 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Descendant_combinator"
|
---|
| 91 | },
|
---|
| 92 | "Column combinator": {
|
---|
| 93 | "syntax": "A || B",
|
---|
| 94 | "groups": [
|
---|
| 95 | "Combinators",
|
---|
| 96 | "Selectors"
|
---|
| 97 | ],
|
---|
| 98 | "status": "standard",
|
---|
| 99 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Column_combinator"
|
---|
| 100 | },
|
---|
| 101 | "Pseudo-classes": {
|
---|
| 102 | "syntax": ":",
|
---|
| 103 | "groups": [
|
---|
| 104 | "Pseudo",
|
---|
| 105 | "Selectors"
|
---|
| 106 | ],
|
---|
| 107 | "status": "standard",
|
---|
| 108 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Pseudo-classes"
|
---|
| 109 | },
|
---|
| 110 | "Pseudo-elements": {
|
---|
| 111 | "syntax": "::",
|
---|
| 112 | "groups": [
|
---|
| 113 | "Pseudo",
|
---|
| 114 | "Selectors"
|
---|
| 115 | ],
|
---|
| 116 | "status": "standard",
|
---|
| 117 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Pseudo-elements"
|
---|
| 118 | },
|
---|
| 119 | ":active": {
|
---|
| 120 | "syntax": ":active",
|
---|
| 121 | "groups": [
|
---|
| 122 | "Pseudo-classes",
|
---|
| 123 | "Selectors"
|
---|
| 124 | ],
|
---|
| 125 | "status": "standard",
|
---|
| 126 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:active"
|
---|
| 127 | },
|
---|
| 128 | ":any-link": {
|
---|
| 129 | "syntax": ":any-link",
|
---|
| 130 | "groups": [
|
---|
| 131 | "Pseudo-classes",
|
---|
| 132 | "Selectors"
|
---|
| 133 | ],
|
---|
| 134 | "status": "experimental",
|
---|
| 135 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:any-link"
|
---|
| 136 | },
|
---|
| 137 | ":checked": {
|
---|
| 138 | "syntax": ":checked",
|
---|
| 139 | "groups": [
|
---|
| 140 | "Pseudo-classes",
|
---|
| 141 | "Selectors"
|
---|
| 142 | ],
|
---|
| 143 | "status": "standard",
|
---|
| 144 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:checked"
|
---|
| 145 | },
|
---|
| 146 | ":blank": {
|
---|
| 147 | "syntax": ":blank",
|
---|
| 148 | "groups": [
|
---|
| 149 | "Pseudo-classes",
|
---|
| 150 | "Selectors"
|
---|
| 151 | ],
|
---|
| 152 | "status": "experimental",
|
---|
| 153 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:blank"
|
---|
| 154 | },
|
---|
| 155 | ":default": {
|
---|
| 156 | "syntax": ":default",
|
---|
| 157 | "groups": [
|
---|
| 158 | "Pseudo-classes",
|
---|
| 159 | "Selectors"
|
---|
| 160 | ],
|
---|
| 161 | "status": "standard",
|
---|
| 162 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:default"
|
---|
| 163 | },
|
---|
| 164 | ":defined": {
|
---|
| 165 | "syntax": ":defined",
|
---|
| 166 | "groups": [
|
---|
| 167 | "Pseudo-classes",
|
---|
| 168 | "Selectors"
|
---|
| 169 | ],
|
---|
| 170 | "status": "experimental",
|
---|
| 171 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:defined"
|
---|
| 172 | },
|
---|
| 173 | ":dir": {
|
---|
| 174 | "syntax": ":dir( ltr | rtl )",
|
---|
| 175 | "groups": [
|
---|
| 176 | "Pseudo-classes",
|
---|
| 177 | "Selectors"
|
---|
| 178 | ],
|
---|
| 179 | "status": "standard",
|
---|
| 180 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:dir"
|
---|
| 181 | },
|
---|
| 182 | ":disabled": {
|
---|
| 183 | "syntax": ":disabled",
|
---|
| 184 | "groups": [
|
---|
| 185 | "Pseudo-classes",
|
---|
| 186 | "Selectors"
|
---|
| 187 | ],
|
---|
| 188 | "status": "standard",
|
---|
| 189 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:disabled"
|
---|
| 190 | },
|
---|
| 191 | ":empty": {
|
---|
| 192 | "syntax": ":empty",
|
---|
| 193 | "groups": [
|
---|
| 194 | "Pseudo-classes",
|
---|
| 195 | "Selectors"
|
---|
| 196 | ],
|
---|
| 197 | "status": "standard",
|
---|
| 198 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:empty"
|
---|
| 199 | },
|
---|
| 200 | ":enabled": {
|
---|
| 201 | "syntax": ":enabled",
|
---|
| 202 | "groups": [
|
---|
| 203 | "Pseudo-classes",
|
---|
| 204 | "Selectors"
|
---|
| 205 | ],
|
---|
| 206 | "status": "standard",
|
---|
| 207 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:enabled"
|
---|
| 208 | },
|
---|
| 209 | ":first": {
|
---|
| 210 | "syntax": ":first",
|
---|
| 211 | "groups": [
|
---|
| 212 | "Pseudo-classes",
|
---|
| 213 | "Selectors"
|
---|
| 214 | ],
|
---|
| 215 | "status": "standard",
|
---|
| 216 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:first"
|
---|
| 217 | },
|
---|
| 218 | ":first-child": {
|
---|
| 219 | "syntax": ":first-child",
|
---|
| 220 | "groups": [
|
---|
| 221 | "Pseudo-classes",
|
---|
| 222 | "Selectors"
|
---|
| 223 | ],
|
---|
| 224 | "status": "standard",
|
---|
| 225 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:first-child"
|
---|
| 226 | },
|
---|
| 227 | ":first-of-type": {
|
---|
| 228 | "syntax": ":first-of-type",
|
---|
| 229 | "groups": [
|
---|
| 230 | "Pseudo-classes",
|
---|
| 231 | "Selectors"
|
---|
| 232 | ],
|
---|
| 233 | "status": "standard",
|
---|
| 234 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:first-of-type"
|
---|
| 235 | },
|
---|
| 236 | ":fullscreen": {
|
---|
| 237 | "syntax": ":fullscreen",
|
---|
| 238 | "groups": [
|
---|
| 239 | "Pseudo-classes",
|
---|
| 240 | "Selectors"
|
---|
| 241 | ],
|
---|
| 242 | "status": "standard",
|
---|
| 243 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:fullscreen"
|
---|
| 244 | },
|
---|
| 245 | ":focus": {
|
---|
| 246 | "syntax": ":focus",
|
---|
| 247 | "groups": [
|
---|
| 248 | "Pseudo-classes",
|
---|
| 249 | "Selectors"
|
---|
| 250 | ],
|
---|
| 251 | "status": "standard",
|
---|
| 252 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus"
|
---|
| 253 | },
|
---|
| 254 | ":focus-visible": {
|
---|
| 255 | "syntax": ":focus-visible",
|
---|
| 256 | "groups": [
|
---|
| 257 | "Pseudo-classes",
|
---|
| 258 | "Selectors"
|
---|
| 259 | ],
|
---|
| 260 | "status": "experimental",
|
---|
| 261 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible"
|
---|
| 262 | },
|
---|
| 263 | ":focus-within": {
|
---|
| 264 | "syntax": ":focus-within",
|
---|
| 265 | "groups": [
|
---|
| 266 | "Pseudo-classes",
|
---|
| 267 | "Selectors"
|
---|
| 268 | ],
|
---|
| 269 | "status": "experimental",
|
---|
| 270 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-within"
|
---|
| 271 | },
|
---|
| 272 | ":has": {
|
---|
| 273 | "syntax": ":has( <relative-selector-list> )",
|
---|
| 274 | "groups": [
|
---|
| 275 | "Pseudo-classes",
|
---|
| 276 | "Selectors"
|
---|
| 277 | ],
|
---|
| 278 | "status": "experimental",
|
---|
| 279 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has"
|
---|
| 280 | },
|
---|
| 281 | ":host()": {
|
---|
| 282 | "syntax": ":host( <compound-selector-list> )",
|
---|
| 283 | "groups": [
|
---|
| 284 | "Pseudo-classes",
|
---|
| 285 | "Selectors"
|
---|
| 286 | ],
|
---|
| 287 | "status": "experimental",
|
---|
| 288 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host()"
|
---|
| 289 | },
|
---|
| 290 | ":host-context()": {
|
---|
| 291 | "syntax": ":host-context( <compound-selector-list> )",
|
---|
| 292 | "groups": [
|
---|
| 293 | "Pseudo-classes",
|
---|
| 294 | "Selectors"
|
---|
| 295 | ],
|
---|
| 296 | "status": "experimental",
|
---|
| 297 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host-context()"
|
---|
| 298 | },
|
---|
| 299 | ":hover": {
|
---|
| 300 | "syntax": ":hover",
|
---|
| 301 | "groups": [
|
---|
| 302 | "Pseudo-classes",
|
---|
| 303 | "Selectors"
|
---|
| 304 | ],
|
---|
| 305 | "status": "standard",
|
---|
| 306 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:hover"
|
---|
| 307 | },
|
---|
| 308 | ":indeterminate": {
|
---|
| 309 | "syntax": ":indeterminate",
|
---|
| 310 | "groups": [
|
---|
| 311 | "Pseudo-classes",
|
---|
| 312 | "Selectors"
|
---|
| 313 | ],
|
---|
| 314 | "status": "standard",
|
---|
| 315 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:indeterminate"
|
---|
| 316 | },
|
---|
| 317 | ":in-range": {
|
---|
| 318 | "syntax": ":in-range",
|
---|
| 319 | "groups": [
|
---|
| 320 | "Pseudo-classes",
|
---|
| 321 | "Selectors"
|
---|
| 322 | ],
|
---|
| 323 | "status": "standard",
|
---|
| 324 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:in-range"
|
---|
| 325 | },
|
---|
| 326 | ":invalid": {
|
---|
| 327 | "syntax": ":invalid",
|
---|
| 328 | "groups": [
|
---|
| 329 | "Pseudo-classes",
|
---|
| 330 | "Selectors"
|
---|
| 331 | ],
|
---|
| 332 | "status": "standard",
|
---|
| 333 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:invalid"
|
---|
| 334 | },
|
---|
| 335 | ":is": {
|
---|
| 336 | "syntax": ":is( <complex-selector-list> )",
|
---|
| 337 | "groups": [
|
---|
| 338 | "Pseudo-classes",
|
---|
| 339 | "Selectors"
|
---|
| 340 | ],
|
---|
| 341 | "status": "experimental",
|
---|
| 342 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:is"
|
---|
| 343 | },
|
---|
| 344 | ":lang": {
|
---|
| 345 | "syntax": ":lang( <language-code> )",
|
---|
| 346 | "groups": [
|
---|
| 347 | "Pseudo-classes",
|
---|
| 348 | "Selectors"
|
---|
| 349 | ],
|
---|
| 350 | "status": "standard",
|
---|
| 351 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:lang"
|
---|
| 352 | },
|
---|
| 353 | ":last-child": {
|
---|
| 354 | "syntax": ":last-child",
|
---|
| 355 | "groups": [
|
---|
| 356 | "Pseudo-classes",
|
---|
| 357 | "Selectors"
|
---|
| 358 | ],
|
---|
| 359 | "status": "standard",
|
---|
| 360 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:last-child"
|
---|
| 361 | },
|
---|
| 362 | ":last-of-type": {
|
---|
| 363 | "syntax": ":last-of-type",
|
---|
| 364 | "groups": [
|
---|
| 365 | "Pseudo-classes",
|
---|
| 366 | "Selectors"
|
---|
| 367 | ],
|
---|
| 368 | "status": "standard",
|
---|
| 369 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:last-of-type"
|
---|
| 370 | },
|
---|
| 371 | ":left": {
|
---|
| 372 | "syntax": ":left",
|
---|
| 373 | "groups": [
|
---|
| 374 | "Pseudo-classes",
|
---|
| 375 | "Selectors",
|
---|
| 376 | "CSS Pages"
|
---|
| 377 | ],
|
---|
| 378 | "status": "standard",
|
---|
| 379 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:left"
|
---|
| 380 | },
|
---|
| 381 | ":link": {
|
---|
| 382 | "syntax": ":link",
|
---|
| 383 | "groups": [
|
---|
| 384 | "Pseudo-classes",
|
---|
| 385 | "Selectors"
|
---|
| 386 | ],
|
---|
| 387 | "status": "standard",
|
---|
| 388 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:link"
|
---|
| 389 | },
|
---|
| 390 | ":not": {
|
---|
| 391 | "syntax": ":not( <complex-selector-list> )",
|
---|
| 392 | "groups": [
|
---|
| 393 | "Pseudo-classes",
|
---|
| 394 | "Selectors"
|
---|
| 395 | ],
|
---|
| 396 | "status": "standard",
|
---|
| 397 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:not"
|
---|
| 398 | },
|
---|
| 399 | ":nth-child": {
|
---|
| 400 | "syntax": ":nth-child( <nth> [ of <complex-selector-list> ]? )",
|
---|
| 401 | "groups": [
|
---|
| 402 | "Pseudo-classes",
|
---|
| 403 | "Selectors"
|
---|
| 404 | ],
|
---|
| 405 | "status": "standard",
|
---|
| 406 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child"
|
---|
| 407 | },
|
---|
| 408 | ":nth-last-child": {
|
---|
| 409 | "syntax": ":nth-last-child( <nth> [ of <complex-selector-list> ]? )",
|
---|
| 410 | "groups": [
|
---|
| 411 | "Pseudo-classes",
|
---|
| 412 | "Selectors"
|
---|
| 413 | ],
|
---|
| 414 | "status": "standard",
|
---|
| 415 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child"
|
---|
| 416 | },
|
---|
| 417 | ":nth-last-of-type": {
|
---|
| 418 | "syntax": ":nth-last-of-type( <nth> )",
|
---|
| 419 | "groups": [
|
---|
| 420 | "Pseudo-classes",
|
---|
| 421 | "Selectors"
|
---|
| 422 | ],
|
---|
| 423 | "status": "standard",
|
---|
| 424 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-of-type"
|
---|
| 425 | },
|
---|
| 426 | ":nth-of-type": {
|
---|
| 427 | "syntax": ":nth-of-type( <nth> )",
|
---|
| 428 | "groups": [
|
---|
| 429 | "Pseudo-classes",
|
---|
| 430 | "Selectors"
|
---|
| 431 | ],
|
---|
| 432 | "status": "standard",
|
---|
| 433 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-of-type"
|
---|
| 434 | },
|
---|
| 435 | ":only-child": {
|
---|
| 436 | "syntax": ":only-child",
|
---|
| 437 | "groups": [
|
---|
| 438 | "Pseudo-classes",
|
---|
| 439 | "Selectors"
|
---|
| 440 | ],
|
---|
| 441 | "status": "standard",
|
---|
| 442 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:only-child"
|
---|
| 443 | },
|
---|
| 444 | ":only-of-type": {
|
---|
| 445 | "syntax": ":only-of-type",
|
---|
| 446 | "groups": [
|
---|
| 447 | "Pseudo-classes",
|
---|
| 448 | "Selectors"
|
---|
| 449 | ],
|
---|
| 450 | "status": "standard",
|
---|
| 451 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:only-of-type"
|
---|
| 452 | },
|
---|
| 453 | ":optional": {
|
---|
| 454 | "syntax": ":optional",
|
---|
| 455 | "groups": [
|
---|
| 456 | "Pseudo-classes",
|
---|
| 457 | "Selectors"
|
---|
| 458 | ],
|
---|
| 459 | "status": "standard",
|
---|
| 460 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:optional"
|
---|
| 461 | },
|
---|
| 462 | ":out-of-range": {
|
---|
| 463 | "syntax": ":out-of-range",
|
---|
| 464 | "groups": [
|
---|
| 465 | "Pseudo-classes",
|
---|
| 466 | "Selectors"
|
---|
| 467 | ],
|
---|
| 468 | "status": "standard",
|
---|
| 469 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:out-of-range"
|
---|
| 470 | },
|
---|
| 471 | ":placeholder-shown": {
|
---|
| 472 | "syntax": ":placeholder-shown",
|
---|
| 473 | "groups": [
|
---|
| 474 | "Pseudo-classes",
|
---|
| 475 | "Selectors"
|
---|
| 476 | ],
|
---|
| 477 | "status": "experimental",
|
---|
| 478 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:placeholder-shown"
|
---|
| 479 | },
|
---|
| 480 | ":read-only": {
|
---|
| 481 | "syntax": ":read-only",
|
---|
| 482 | "groups": [
|
---|
| 483 | "Pseudo-classes",
|
---|
| 484 | "Selectors"
|
---|
| 485 | ],
|
---|
| 486 | "status": "standard",
|
---|
| 487 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:read-only"
|
---|
| 488 | },
|
---|
| 489 | ":read-write": {
|
---|
| 490 | "syntax": ":read-write",
|
---|
| 491 | "groups": [
|
---|
| 492 | "Pseudo-classes",
|
---|
| 493 | "Selectors"
|
---|
| 494 | ],
|
---|
| 495 | "status": "standard",
|
---|
| 496 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:read-write"
|
---|
| 497 | },
|
---|
| 498 | ":required": {
|
---|
| 499 | "syntax": ":required",
|
---|
| 500 | "groups": [
|
---|
| 501 | "Pseudo-classes",
|
---|
| 502 | "Selectors"
|
---|
| 503 | ],
|
---|
| 504 | "status": "standard",
|
---|
| 505 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:required"
|
---|
| 506 | },
|
---|
| 507 | ":right": {
|
---|
| 508 | "syntax": ":right",
|
---|
| 509 | "groups": [
|
---|
| 510 | "Pseudo-classes",
|
---|
| 511 | "Selectors",
|
---|
| 512 | "CSS Pages"
|
---|
| 513 | ],
|
---|
| 514 | "status": "standard",
|
---|
| 515 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:right"
|
---|
| 516 | },
|
---|
| 517 | ":root": {
|
---|
| 518 | "syntax": ":root",
|
---|
| 519 | "groups": [
|
---|
| 520 | "Pseudo-classes",
|
---|
| 521 | "Selectors",
|
---|
| 522 | "CSS Pages"
|
---|
| 523 | ],
|
---|
| 524 | "status": "standard",
|
---|
| 525 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:root"
|
---|
| 526 | },
|
---|
| 527 | ":scope": {
|
---|
| 528 | "syntax": ":scope",
|
---|
| 529 | "groups": [
|
---|
| 530 | "Pseudo-classes",
|
---|
| 531 | "Selectors"
|
---|
| 532 | ],
|
---|
| 533 | "status": "standard",
|
---|
| 534 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:scope"
|
---|
| 535 | },
|
---|
| 536 | ":target": {
|
---|
| 537 | "syntax": ":target",
|
---|
| 538 | "groups": [
|
---|
| 539 | "Pseudo-classes",
|
---|
| 540 | "Selectors"
|
---|
| 541 | ],
|
---|
| 542 | "status": "standard",
|
---|
| 543 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:target"
|
---|
| 544 | },
|
---|
| 545 | ":valid": {
|
---|
| 546 | "syntax": ":valid",
|
---|
| 547 | "groups": [
|
---|
| 548 | "Pseudo-classes",
|
---|
| 549 | "Selectors"
|
---|
| 550 | ],
|
---|
| 551 | "status": "standard",
|
---|
| 552 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:valid"
|
---|
| 553 | },
|
---|
| 554 | ":visited": {
|
---|
| 555 | "syntax": ":visited",
|
---|
| 556 | "groups": [
|
---|
| 557 | "Pseudo-classes",
|
---|
| 558 | "Selectors"
|
---|
| 559 | ],
|
---|
| 560 | "status": "standard",
|
---|
| 561 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:visited"
|
---|
| 562 | },
|
---|
| 563 | ":where": {
|
---|
| 564 | "syntax": ":where( <complex-selector-list> )",
|
---|
| 565 | "groups": [
|
---|
| 566 | "Pseudo-classes",
|
---|
| 567 | "Selectors"
|
---|
| 568 | ],
|
---|
| 569 | "status": "experimental",
|
---|
| 570 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:where"
|
---|
| 571 | },
|
---|
| 572 | "::-moz-progress-bar": {
|
---|
| 573 | "syntax": "::-moz-progress-bar",
|
---|
| 574 | "groups": [
|
---|
| 575 | "Pseudo-elements",
|
---|
| 576 | "Selectors",
|
---|
| 577 | "Mozilla Extensions"
|
---|
| 578 | ],
|
---|
| 579 | "status": "nonstandard",
|
---|
| 580 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-progress-bar"
|
---|
| 581 | },
|
---|
| 582 | "::-moz-range-progress": {
|
---|
| 583 | "syntax": "::-moz-range-progress",
|
---|
| 584 | "groups": [
|
---|
| 585 | "Pseudo-elements",
|
---|
| 586 | "Selectors",
|
---|
| 587 | "Mozilla Extensions"
|
---|
| 588 | ],
|
---|
| 589 | "status": "nonstandard",
|
---|
| 590 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-progress"
|
---|
| 591 | },
|
---|
| 592 | "::-moz-range-thumb": {
|
---|
| 593 | "syntax": "::-moz-range-thumb",
|
---|
| 594 | "groups": [
|
---|
| 595 | "Pseudo-elements",
|
---|
| 596 | "Selectors",
|
---|
| 597 | "Mozilla Extensions"
|
---|
| 598 | ],
|
---|
| 599 | "status": "nonstandard",
|
---|
| 600 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-thumb"
|
---|
| 601 | },
|
---|
| 602 | "::-moz-range-track": {
|
---|
| 603 | "syntax": "::-moz-range-track",
|
---|
| 604 | "groups": [
|
---|
| 605 | "Pseudo-elements",
|
---|
| 606 | "Selectors",
|
---|
| 607 | "Mozilla Extensions"
|
---|
| 608 | ],
|
---|
| 609 | "status": "nonstandard",
|
---|
| 610 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-track"
|
---|
| 611 | },
|
---|
| 612 | "::-ms-browse": {
|
---|
| 613 | "syntax": "::-ms-browse",
|
---|
| 614 | "groups": [
|
---|
| 615 | "Pseudo-elements",
|
---|
| 616 | "Selectors",
|
---|
| 617 | "Microsoft Extensions"
|
---|
| 618 | ],
|
---|
| 619 | "status": "nonstandard",
|
---|
| 620 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-browse"
|
---|
| 621 | },
|
---|
| 622 | "::-ms-check": {
|
---|
| 623 | "syntax": "::-ms-check",
|
---|
| 624 | "groups": [
|
---|
| 625 | "Pseudo-elements",
|
---|
| 626 | "Selectors",
|
---|
| 627 | "Microsoft Extensions"
|
---|
| 628 | ],
|
---|
| 629 | "status": "nonstandard",
|
---|
| 630 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-check"
|
---|
| 631 | },
|
---|
| 632 | "::-ms-clear": {
|
---|
| 633 | "syntax": "::-ms-clear",
|
---|
| 634 | "groups": [
|
---|
| 635 | "Pseudo-elements",
|
---|
| 636 | "Selectors",
|
---|
| 637 | "Microsoft Extensions"
|
---|
| 638 | ],
|
---|
| 639 | "status": "nonstandard",
|
---|
| 640 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-clear"
|
---|
| 641 | },
|
---|
| 642 | "::-ms-expand": {
|
---|
| 643 | "syntax": "::-ms-clear",
|
---|
| 644 | "groups": [
|
---|
| 645 | "Pseudo-elements",
|
---|
| 646 | "Selectors",
|
---|
| 647 | "Microsoft Extensions"
|
---|
| 648 | ],
|
---|
| 649 | "status": "nonstandard",
|
---|
| 650 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-expand"
|
---|
| 651 | },
|
---|
| 652 | "::-ms-fill": {
|
---|
| 653 | "syntax": "::-ms-fill",
|
---|
| 654 | "groups": [
|
---|
| 655 | "Pseudo-elements",
|
---|
| 656 | "Selectors",
|
---|
| 657 | "Microsoft Extensions"
|
---|
| 658 | ],
|
---|
| 659 | "status": "nonstandard",
|
---|
| 660 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill"
|
---|
| 661 | },
|
---|
| 662 | "::-ms-fill-lower": {
|
---|
| 663 | "syntax": "::-ms-fill-lower",
|
---|
| 664 | "groups": [
|
---|
| 665 | "Pseudo-elements",
|
---|
| 666 | "Selectors",
|
---|
| 667 | "Microsoft Extensions"
|
---|
| 668 | ],
|
---|
| 669 | "status": "nonstandard",
|
---|
| 670 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-lower"
|
---|
| 671 | },
|
---|
| 672 | "::-ms-fill-upper": {
|
---|
| 673 | "syntax": "::-ms-fill-upper",
|
---|
| 674 | "groups": [
|
---|
| 675 | "Pseudo-elements",
|
---|
| 676 | "Selectors",
|
---|
| 677 | "Microsoft Extensions"
|
---|
| 678 | ],
|
---|
| 679 | "status": "nonstandard",
|
---|
| 680 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-upper"
|
---|
| 681 | },
|
---|
| 682 | "::-ms-reveal": {
|
---|
| 683 | "syntax": "::-ms-reveal",
|
---|
| 684 | "groups": [
|
---|
| 685 | "Pseudo-elements",
|
---|
| 686 | "Selectors",
|
---|
| 687 | "Microsoft Extensions"
|
---|
| 688 | ],
|
---|
| 689 | "status": "nonstandard",
|
---|
| 690 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-reveal"
|
---|
| 691 | },
|
---|
| 692 | "::-ms-thumb": {
|
---|
| 693 | "syntax": "::-ms-thumb",
|
---|
| 694 | "groups": [
|
---|
| 695 | "Pseudo-elements",
|
---|
| 696 | "Selectors",
|
---|
| 697 | "Microsoft Extensions"
|
---|
| 698 | ],
|
---|
| 699 | "status": "nonstandard",
|
---|
| 700 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-thumb"
|
---|
| 701 | },
|
---|
| 702 | "::-ms-ticks-after": {
|
---|
| 703 | "syntax": "::-ms-ticks-after",
|
---|
| 704 | "groups": [
|
---|
| 705 | "Pseudo-elements",
|
---|
| 706 | "Selectors",
|
---|
| 707 | "Microsoft Extensions"
|
---|
| 708 | ],
|
---|
| 709 | "status": "nonstandard",
|
---|
| 710 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-ticks-after"
|
---|
| 711 | },
|
---|
| 712 | "::-ms-ticks-before": {
|
---|
| 713 | "syntax": "::-ms-ticks-before",
|
---|
| 714 | "groups": [
|
---|
| 715 | "Pseudo-elements",
|
---|
| 716 | "Selectors",
|
---|
| 717 | "Microsoft Extensions"
|
---|
| 718 | ],
|
---|
| 719 | "status": "nonstandard",
|
---|
| 720 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-ticks-before"
|
---|
| 721 | },
|
---|
| 722 | "::-ms-tooltip": {
|
---|
| 723 | "syntax": "::-ms-tooltip",
|
---|
| 724 | "groups": [
|
---|
| 725 | "Pseudo-elements",
|
---|
| 726 | "Selectors",
|
---|
| 727 | "Microsoft Extensions"
|
---|
| 728 | ],
|
---|
| 729 | "status": "nonstandard",
|
---|
| 730 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-tooltip"
|
---|
| 731 | },
|
---|
| 732 | "::-ms-track": {
|
---|
| 733 | "syntax": "::-ms-track",
|
---|
| 734 | "groups": [
|
---|
| 735 | "Pseudo-elements",
|
---|
| 736 | "Selectors",
|
---|
| 737 | "Microsoft Extensions"
|
---|
| 738 | ],
|
---|
| 739 | "status": "nonstandard",
|
---|
| 740 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-track"
|
---|
| 741 | },
|
---|
| 742 | "::-ms-value": {
|
---|
| 743 | "syntax": "::-ms-value",
|
---|
| 744 | "groups": [
|
---|
| 745 | "Pseudo-elements",
|
---|
| 746 | "Selectors",
|
---|
| 747 | "Microsoft Extensions"
|
---|
| 748 | ],
|
---|
| 749 | "status": "nonstandard",
|
---|
| 750 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-value"
|
---|
| 751 | },
|
---|
| 752 | "::-webkit-progress-bar": {
|
---|
| 753 | "syntax": "::-webkit-progress-bar",
|
---|
| 754 | "groups": [
|
---|
| 755 | "Pseudo-elements",
|
---|
| 756 | "Selectors",
|
---|
| 757 | "WebKit Extensions"
|
---|
| 758 | ],
|
---|
| 759 | "status": "nonstandard",
|
---|
| 760 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-bar"
|
---|
| 761 | },
|
---|
| 762 | "::-webkit-progress-inner-value": {
|
---|
| 763 | "syntax": "::-webkit-progress-inner-value",
|
---|
| 764 | "groups": [
|
---|
| 765 | "Pseudo-elements",
|
---|
| 766 | "Selectors",
|
---|
| 767 | "WebKit Extensions"
|
---|
| 768 | ],
|
---|
| 769 | "status": "nonstandard"
|
---|
| 770 | },
|
---|
| 771 | "::-webkit-progress-value": {
|
---|
| 772 | "syntax": "::-webkit-progress-value",
|
---|
| 773 | "groups": [
|
---|
| 774 | "Pseudo-elements",
|
---|
| 775 | "Selectors",
|
---|
| 776 | "WebKit Extensions"
|
---|
| 777 | ],
|
---|
| 778 | "status": "nonstandard",
|
---|
| 779 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-value"
|
---|
| 780 | },
|
---|
| 781 | "::-webkit-slider-runnable-track": {
|
---|
| 782 | "syntax": "::-webkit-slider-runnable-track",
|
---|
| 783 | "groups": [
|
---|
| 784 | "Pseudo-elements",
|
---|
| 785 | "Selectors",
|
---|
| 786 | "WebKit Extensions"
|
---|
| 787 | ],
|
---|
| 788 | "status": "nonstandard",
|
---|
| 789 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-runnable-track"
|
---|
| 790 | },
|
---|
| 791 | "::-webkit-slider-thumb": {
|
---|
| 792 | "syntax": "::-webkit-slider-thumb",
|
---|
| 793 | "groups": [
|
---|
| 794 | "Pseudo-elements",
|
---|
| 795 | "Selectors",
|
---|
| 796 | "WebKit Extensions"
|
---|
| 797 | ],
|
---|
| 798 | "status": "nonstandard",
|
---|
| 799 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-thumb"
|
---|
| 800 | },
|
---|
| 801 | "::after": {
|
---|
| 802 | "syntax": "/* CSS3 syntax */\n::after\n\n/* CSS2 syntax */\n:after",
|
---|
| 803 | "groups": [
|
---|
| 804 | "Pseudo-elements",
|
---|
| 805 | "Selectors"
|
---|
| 806 | ],
|
---|
| 807 | "status": "standard",
|
---|
| 808 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::after"
|
---|
| 809 | },
|
---|
| 810 | "::backdrop": {
|
---|
| 811 | "syntax": "::backdrop",
|
---|
| 812 | "groups": [
|
---|
| 813 | "Pseudo-elements",
|
---|
| 814 | "Selectors"
|
---|
| 815 | ],
|
---|
| 816 | "status": "standard",
|
---|
| 817 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
|
---|
| 818 | },
|
---|
| 819 | "::before": {
|
---|
| 820 | "syntax": "/* CSS3 syntax */\n::before\n\n/* CSS2 syntax */\n:before",
|
---|
| 821 | "groups": [
|
---|
| 822 | "Pseudo-elements",
|
---|
| 823 | "Selectors"
|
---|
| 824 | ],
|
---|
| 825 | "status": "standard",
|
---|
| 826 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::before"
|
---|
| 827 | },
|
---|
| 828 | "::cue": {
|
---|
| 829 | "syntax": "::cue | ::cue( <selector> )",
|
---|
| 830 | "groups": [
|
---|
| 831 | "Pseudo-elements",
|
---|
| 832 | "Selectors"
|
---|
| 833 | ],
|
---|
| 834 | "status": "standard",
|
---|
| 835 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue"
|
---|
| 836 | },
|
---|
| 837 | "::cue-region": {
|
---|
| 838 | "syntax": "::cue-region | ::cue-region( <selector> )",
|
---|
| 839 | "groups": [
|
---|
| 840 | "Pseudo-elements",
|
---|
| 841 | "Selectors"
|
---|
| 842 | ],
|
---|
| 843 | "status": "standard",
|
---|
| 844 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue-region"
|
---|
| 845 | },
|
---|
| 846 | "::first-letter": {
|
---|
| 847 | "syntax": "/* CSS3 syntax */\n::first-letter\n\n/* CSS2 syntax */\n:first-letter",
|
---|
| 848 | "groups": [
|
---|
| 849 | "Pseudo-elements",
|
---|
| 850 | "Selectors"
|
---|
| 851 | ],
|
---|
| 852 | "status": "standard",
|
---|
| 853 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::first-letter"
|
---|
| 854 | },
|
---|
| 855 | "::first-line": {
|
---|
| 856 | "syntax": "/* CSS3 syntax */\n::first-line\n\n/* CSS2 syntax */\n:first-line",
|
---|
| 857 | "groups": [
|
---|
| 858 | "Pseudo-elements",
|
---|
| 859 | "Selectors"
|
---|
| 860 | ],
|
---|
| 861 | "status": "standard",
|
---|
| 862 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::first-line"
|
---|
| 863 | },
|
---|
| 864 | "::grammar-error": {
|
---|
| 865 | "syntax": "::grammar-error",
|
---|
| 866 | "groups": [
|
---|
| 867 | "Pseudo-elements",
|
---|
| 868 | "Selectors"
|
---|
| 869 | ],
|
---|
| 870 | "status": "experimental",
|
---|
| 871 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error"
|
---|
| 872 | },
|
---|
| 873 | "::marker": {
|
---|
| 874 | "syntax": "::marker",
|
---|
| 875 | "groups": [
|
---|
| 876 | "Pseudo-elements",
|
---|
| 877 | "Selectors"
|
---|
| 878 | ],
|
---|
| 879 | "status": "standard",
|
---|
| 880 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
|
---|
| 881 | },
|
---|
| 882 | "::part": {
|
---|
| 883 | "syntax": "::part( <ident>+ )",
|
---|
| 884 | "groups": [
|
---|
| 885 | "Pseudo-elements",
|
---|
| 886 | "Selectors"
|
---|
| 887 | ],
|
---|
| 888 | "status": "experimental",
|
---|
| 889 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::part"
|
---|
| 890 | },
|
---|
| 891 | "::placeholder": {
|
---|
| 892 | "syntax": "::placeholder",
|
---|
| 893 | "groups": [
|
---|
| 894 | "Pseudo-elements",
|
---|
| 895 | "Selectors"
|
---|
| 896 | ],
|
---|
| 897 | "status": "standard",
|
---|
| 898 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::placeholder"
|
---|
| 899 | },
|
---|
| 900 | "::selection": {
|
---|
| 901 | "syntax": "::selection",
|
---|
| 902 | "groups": [
|
---|
| 903 | "Pseudo-elements",
|
---|
| 904 | "Selectors"
|
---|
| 905 | ],
|
---|
| 906 | "status": "standard",
|
---|
| 907 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::selection"
|
---|
| 908 | },
|
---|
| 909 | "::slotted": {
|
---|
| 910 | "syntax": "::slotted( <compound-selector-list> )",
|
---|
| 911 | "groups": [
|
---|
| 912 | "Pseudo-elements",
|
---|
| 913 | "Selectors"
|
---|
| 914 | ],
|
---|
| 915 | "status": "standard",
|
---|
| 916 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::slotted"
|
---|
| 917 | },
|
---|
| 918 | "::spelling-error": {
|
---|
| 919 | "syntax": "::spelling-error",
|
---|
| 920 | "groups": [
|
---|
| 921 | "Pseudo-elements",
|
---|
| 922 | "Selectors"
|
---|
| 923 | ],
|
---|
| 924 | "status": "experimental",
|
---|
| 925 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::spelling-error"
|
---|
| 926 | }
|
---|
| 927 | }
|
---|