| 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 // | 801 // |
| 802 // CSS_PROP_POINTER_EVENTS | 802 // CSS_PROP_POINTER_EVENTS |
| 803 // | 803 // |
| 804 visiblePainted | 804 visiblePainted |
| 805 visibleFill | 805 visibleFill |
| 806 visibleStroke | 806 visibleStroke |
| 807 //visible | 807 //visible |
| 808 painted | 808 painted |
| 809 fill | 809 fill |
| 810 stroke | 810 stroke |
| 811 bounding-box |
| 811 //all | 812 //all |
| 812 //none | 813 //none |
| 813 | 814 |
| 814 // | 815 // |
| 815 // CSS_PROP_SPEECH | 816 // CSS_PROP_SPEECH |
| 816 // | 817 // |
| 817 spell-out | 818 spell-out |
| 818 digits | 819 digits |
| 819 literal-punctuation | 820 literal-punctuation |
| 820 no-punctuation | 821 no-punctuation |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1005 // | 1006 // |
| 1006 -internal-extend-to-zoom | 1007 -internal-extend-to-zoom |
| 1007 | 1008 |
| 1008 // isolation | 1009 // isolation |
| 1009 // auto | 1010 // auto |
| 1010 isolate | 1011 isolate |
| 1011 | 1012 |
| 1012 // touch-action-delay | 1013 // touch-action-delay |
| 1013 // none | 1014 // none |
| 1014 script | 1015 script |
| OLD | NEW |