| 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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 replaced | 869 replaced |
| 870 | 870 |
| 871 // -webkit-font-feature-settings | 871 // -webkit-font-feature-settings |
| 872 on | 872 on |
| 873 off | 873 off |
| 874 | 874 |
| 875 // image-rendering | 875 // image-rendering |
| 876 //auto | 876 //auto |
| 877 //optimizeSpeed | 877 //optimizeSpeed |
| 878 optimizeQuality | 878 optimizeQuality |
| 879 pixelated |
| 879 -webkit-optimize-contrast | 880 -webkit-optimize-contrast |
| 880 | 881 |
| 881 // shape-outside | 882 // shape-outside |
| 882 nonzero | 883 nonzero |
| 883 evenodd | 884 evenodd |
| 884 at | 885 at |
| 885 // closest-side | 886 // closest-side |
| 886 // farthest-side | 887 // farthest-side |
| 887 | 888 |
| 888 // -webkit-wrap-flow | 889 // -webkit-wrap-flow |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 | 999 |
| 999 // will-change | 1000 // will-change |
| 1000 // auto | 1001 // auto |
| 1001 contents | 1002 contents |
| 1002 scroll-position | 1003 scroll-position |
| 1003 | 1004 |
| 1004 // all | 1005 // all |
| 1005 // initial | 1006 // initial |
| 1006 // inherit | 1007 // inherit |
| 1007 unset | 1008 unset |
| OLD | NEW |