| 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 automatically | 6 // CSSParserModes. Values that have the prefix -internal- are automatically |
| 7 // only for UASheetMode. | 7 // only for UASheetMode. |
| 8 | 8 |
| 9 inherit | 9 inherit |
| 10 initial | 10 initial |
| (...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 // -webkit-grid-{start|end|before|after} | 980 // -webkit-grid-{start|end|before|after} |
| 981 span | 981 span |
| 982 | 982 |
| 983 // text-indent | 983 // text-indent |
| 984 -webkit-each-line condition=CSS3_TEXT | 984 -webkit-each-line condition=CSS3_TEXT |
| 985 | 985 |
| 986 // (scan:) media feature | 986 // (scan:) media feature |
| 987 progressive | 987 progressive |
| 988 interlace | 988 interlace |
| 989 | 989 |
| 990 // CSS_PROP_PAINT_ORDER |
| 991 // normal |
| 992 // fill |
| 993 // stroke |
| 994 markers |
| 995 |
| 990 // | 996 // |
| 991 // CSS3 viewport-length keywords | 997 // CSS3 viewport-length keywords |
| 992 // | 998 // |
| 993 -internal-extend-to-zoom | 999 -internal-extend-to-zoom |
| OLD | NEW |