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 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
996 #endif | 996 #endif |
997 | 997 |
998 // overflow | 998 // overflow |
999 -webkit-paged-x | 999 -webkit-paged-x |
1000 -webkit-paged-y | 1000 -webkit-paged-y |
1001 | 1001 |
1002 // -webkit-app-region | 1002 // -webkit-app-region |
1003 drag | 1003 drag |
1004 no-drag | 1004 no-drag |
1005 | 1005 |
| 1006 // -webkit-grid-{start|end|before|after} |
| 1007 span |
| 1008 |
1006 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT | 1009 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT |
1007 // text-indent | 1010 // text-indent |
1008 -webkit-each-line | 1011 -webkit-each-line |
1009 #endif | 1012 #endif |
1010 | 1013 |
OLD | NEW |