| OLD | NEW |
| 1 // | 1 // |
| 2 // CSS value names | 2 // CSS value names |
| 3 // | 3 // |
| 4 | 4 |
| 5 inherit | 5 inherit |
| 6 initial | 6 initial |
| 7 // | 7 // |
| 8 // CSS_PROP_OUTLINE_STYLE | 8 // CSS_PROP_OUTLINE_STYLE |
| 9 // CSS_PROP_BORDER_TOP_STYLE | 9 // CSS_PROP_BORDER_TOP_STYLE |
| 10 // CSS_PROP_BORDER_BOTTOM_STYLE | 10 // CSS_PROP_BORDER_BOTTOM_STYLE |
| (...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 | 982 |
| 983 // -webkit-grid-{start|end|before|after} | 983 // -webkit-grid-{start|end|before|after} |
| 984 span | 984 span |
| 985 | 985 |
| 986 // text-indent | 986 // text-indent |
| 987 -webkit-each-line condition=CSS3_TEXT | 987 -webkit-each-line condition=CSS3_TEXT |
| 988 | 988 |
| 989 // (scan:) media feature | 989 // (scan:) media feature |
| 990 progressive | 990 progressive |
| 991 interlace | 991 interlace |
| 992 |
| 993 // CSS_PROP_PAINT_ORDER |
| 994 markers |
| OLD | NEW |