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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
129 red | 129 red |
130 silver | 130 silver |
131 teal | 131 teal |
132 white | 132 white |
133 yellow | 133 yellow |
134 transparent | 134 transparent |
135 -webkit-link | 135 -webkit-link |
136 -webkit-activelink | 136 -webkit-activelink |
137 activeborder | 137 activeborder |
138 activecaption | 138 activecaption |
139 activelistboxselection | |
tkent
2013/04/17 08:05:14
We shouldn't expose these color names to web autho
| |
140 activelistboxselectiontext | |
139 appworkspace | 141 appworkspace |
140 background | 142 background |
141 buttonface | 143 buttonface |
142 buttonhighlight | 144 buttonhighlight |
143 buttonshadow | 145 buttonshadow |
144 buttontext | 146 buttontext |
145 captiontext | 147 captiontext |
146 graytext | 148 graytext |
147 highlight | 149 highlight |
148 highlighttext | 150 highlighttext |
149 inactiveborder | 151 inactiveborder |
150 inactivecaption | 152 inactivecaption |
151 inactivecaptiontext | 153 inactivecaptiontext |
154 inactivelistboxselection | |
155 inactivelistboxselectiontext | |
152 infobackground | 156 infobackground |
153 infotext | 157 infotext |
154 menutext | 158 menutext |
155 scrollbar | 159 scrollbar |
156 threeddarkshadow | 160 threeddarkshadow |
157 threedface | 161 threedface |
158 threedhighlight | 162 threedhighlight |
159 threedlightshadow | 163 threedlightshadow |
160 threedshadow | 164 threedshadow |
161 window | 165 window |
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
997 | 1001 |
998 // -webkit-app-region | 1002 // -webkit-app-region |
999 drag | 1003 drag |
1000 no-drag | 1004 no-drag |
1001 | 1005 |
1002 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT | 1006 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT |
1003 // text-indent | 1007 // text-indent |
1004 -webkit-each-line | 1008 -webkit-each-line |
1005 #endif | 1009 #endif |
1006 | 1010 |
OLD | NEW |