| OLD | NEW |
| 1 // | 1 // |
| 2 // CSS value names | 2 // CSS value names |
| 3 // | 3 // |
| 4 | 4 |
| 5 // The mode argument is used to limit the keyword to be used only for certain | 5 // The mode argument is used to limit the keyword to be used only for certain |
| 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by | 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by |
| 7 // CSSParserModes listed in allowInternalPropertyAndValue() | 7 // CSSParserModes listed in allowInternalPropertyAndValue() |
| 8 | 8 |
| 9 inherit | 9 inherit |
| 10 initial | 10 initial |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 contain | 378 contain |
| 379 cover | 379 cover |
| 380 | 380 |
| 381 // | 381 // |
| 382 // -webkit-rtl-ordering | 382 // -webkit-rtl-ordering |
| 383 // | 383 // |
| 384 logical | 384 logical |
| 385 visual | 385 visual |
| 386 | 386 |
| 387 // | 387 // |
| 388 // animation-direction | |
| 389 // | |
| 390 // alternate | |
| 391 | |
| 392 alternate-reverse | |
| 393 | |
| 394 // | |
| 395 // animation-play-state | |
| 396 // | |
| 397 running | |
| 398 paused | |
| 399 | |
| 400 // | |
| 401 // transform-style | 388 // transform-style |
| 402 // | 389 // |
| 403 flat | 390 flat |
| 404 preserve-3d | 391 preserve-3d |
| 405 | 392 |
| 406 // | 393 // |
| 407 // transition-timing-function | |
| 408 // animation-timing-function | |
| 409 // | |
| 410 ease | |
| 411 linear | |
| 412 ease-in | |
| 413 ease-out | |
| 414 ease-in-out | |
| 415 step-start | |
| 416 step-middle | |
| 417 step-end | |
| 418 | |
| 419 // | |
| 420 // pointer-events | 394 // pointer-events |
| 421 // | 395 // |
| 422 visiblePainted | 396 visiblePainted |
| 423 visibleFill | 397 visibleFill |
| 424 visibleStroke | 398 visibleStroke |
| 425 //visible | 399 //visible |
| 426 painted | 400 painted |
| 427 fill | 401 fill |
| 428 stroke | 402 stroke |
| 429 bounding-box | 403 bounding-box |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 last-baseline | 531 last-baseline |
| 558 self-start | 532 self-start |
| 559 self-end | 533 self-end |
| 560 true | 534 true |
| 561 safe | 535 safe |
| 562 legacy | 536 legacy |
| 563 | 537 |
| 564 // will-change | 538 // will-change |
| 565 // auto | 539 // auto |
| 566 contents | 540 contents |
| OLD | NEW |