| 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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 // none | 632 // none |
| 633 antialiased | 633 antialiased |
| 634 subpixel-antialiased | 634 subpixel-antialiased |
| 635 | 635 |
| 636 // text-rendering | 636 // text-rendering |
| 637 //auto | 637 //auto |
| 638 optimizeSpeed | 638 optimizeSpeed |
| 639 optimizeLegibility | 639 optimizeLegibility |
| 640 geometricPrecision | 640 geometricPrecision |
| 641 | 641 |
| 642 // -webkit-color-adjust | |
| 643 economy | |
| 644 exact | |
| 645 | |
| 646 // -webkit-text-emphasis-position | 642 // -webkit-text-emphasis-position |
| 647 over | 643 over |
| 648 under | 644 under |
| 649 | 645 |
| 650 // -webkit-text-emphasis-style | 646 // -webkit-text-emphasis-style |
| 651 filled | 647 filled |
| 652 open | 648 open |
| 653 dot | 649 dot |
| 654 // circle | 650 // circle |
| 655 double-circle | 651 double-circle |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 | 789 |
| 794 // will-change | 790 // will-change |
| 795 // auto | 791 // auto |
| 796 contents | 792 contents |
| 797 scroll-position | 793 scroll-position |
| 798 | 794 |
| 799 // all | 795 // all |
| 800 // initial | 796 // initial |
| 801 // inherit | 797 // inherit |
| 802 unset | 798 unset |
| OLD | NEW |