OLD | NEW |
1 // | 1 // |
2 // CSS value names | 2 // CSS value names |
3 // | 3 // |
4 inherit | 4 inherit |
5 initial | 5 initial |
6 // | 6 // |
7 // CSS_PROP_OUTLINE_STYLE | 7 // CSS_PROP_OUTLINE_STYLE |
8 // CSS_PROP_BORDER_TOP_STYLE | 8 // CSS_PROP_BORDER_TOP_STYLE |
9 // CSS_PROP_BORDER_BOTTOM_STYLE | 9 // CSS_PROP_BORDER_BOTTOM_STYLE |
10 // CSS_PROP_BORDER_LEFT_STYLE | 10 // CSS_PROP_BORDER_LEFT_STYLE |
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 no-drag | 993 no-drag |
994 | 994 |
995 // -webkit-grid-{start|end|before|after} | 995 // -webkit-grid-{start|end|before|after} |
996 span | 996 span |
997 | 997 |
998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT | 998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT |
999 // text-indent | 999 // text-indent |
1000 -webkit-each-line | 1000 -webkit-each-line |
1001 #endif | 1001 #endif |
1002 | 1002 |
| 1003 // (scan:) media feature |
| 1004 progressive |
| 1005 interlace |
OLD | NEW |