| 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 visibleStroke | 484 visibleStroke |
| 485 //visible | 485 //visible |
| 486 painted | 486 painted |
| 487 fill | 487 fill |
| 488 stroke | 488 stroke |
| 489 bounding-box | 489 bounding-box |
| 490 //all | 490 //all |
| 491 //none | 491 //none |
| 492 | 492 |
| 493 // | 493 // |
| 494 // speech | |
| 495 // | |
| 496 spell-out | |
| 497 digits | |
| 498 literal-punctuation | |
| 499 no-punctuation | |
| 500 | |
| 501 // | |
| 502 // -webkit-font-smoothing | 494 // -webkit-font-smoothing |
| 503 // | 495 // |
| 504 // auto | 496 // auto |
| 505 // none | 497 // none |
| 506 antialiased | 498 antialiased |
| 507 subpixel-antialiased | 499 subpixel-antialiased |
| 508 | 500 |
| 509 // text-rendering | 501 // text-rendering |
| 510 //auto | 502 //auto |
| 511 optimizeSpeed | 503 optimizeSpeed |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 legacy | 650 legacy |
| 659 | 651 |
| 660 // will-change | 652 // will-change |
| 661 // auto | 653 // auto |
| 662 contents | 654 contents |
| 663 | 655 |
| 664 // all | 656 // all |
| 665 // initial | 657 // initial |
| 666 // inherit | 658 // inherit |
| 667 unset | 659 unset |
| OLD | NEW |