| 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 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 // | 1006 // |
| 1007 -internal-extend-to-zoom | 1007 -internal-extend-to-zoom |
| 1008 | 1008 |
| 1009 // isolation | 1009 // isolation |
| 1010 // auto | 1010 // auto |
| 1011 isolate | 1011 isolate |
| 1012 | 1012 |
| 1013 // touch-action-delay | 1013 // touch-action-delay |
| 1014 // none | 1014 // none |
| 1015 script | 1015 script |
| 1016 |
| 1017 // touch-action |
| 1018 pan-x |
| 1019 pan-y |
| OLD | NEW |