OLD | NEW |
1 // | 1 // |
2 // CSS property names | 2 // CSS property names |
3 // | 3 // |
4 // Some properties are used internally, but are not part of CSS. They are used t
o get | 4 // Some properties are used internally, but are not part of CSS. They are used t
o get |
5 // HTML4 compatibility in the rendering engine. | 5 // HTML4 compatibility in the rendering engine. |
6 // | 6 // |
7 // Microsoft extensions are documented here: | 7 // Microsoft extensions are documented here: |
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp | 8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp |
9 // | 9 // |
10 | 10 |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 text-overline-style | 167 text-overline-style |
168 text-overline-width | 168 text-overline-width |
169 text-shadow | 169 text-shadow |
170 text-transform | 170 text-transform |
171 -epub-text-transform alias_for=text-transform | 171 -epub-text-transform alias_for=text-transform |
172 text-underline-color | 172 text-underline-color |
173 text-underline-mode | 173 text-underline-mode |
174 text-underline-style | 174 text-underline-style |
175 text-underline-width | 175 text-underline-width |
176 top | 176 top |
| 177 touch-action |
177 transition | 178 transition |
178 transition-delay | 179 transition-delay |
179 transition-duration | 180 transition-duration |
180 transition-property | 181 transition-property |
181 transition-timing-function | 182 transition-timing-function |
182 | 183 |
183 unicode-bidi | 184 unicode-bidi |
184 unicode-range | 185 unicode-range |
185 vertical-align | 186 vertical-align |
186 visibility | 187 visibility |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 -webkit-wrap-flow | 397 -webkit-wrap-flow |
397 -webkit-wrap-through | 398 -webkit-wrap-through |
398 -webkit-wrap | 399 -webkit-wrap |
399 max-zoom condition=CSS_DEVICE_ADAPTATION | 400 max-zoom condition=CSS_DEVICE_ADAPTATION |
400 min-zoom condition=CSS_DEVICE_ADAPTATION | 401 min-zoom condition=CSS_DEVICE_ADAPTATION |
401 orientation condition=CSS_DEVICE_ADAPTATION | 402 orientation condition=CSS_DEVICE_ADAPTATION |
402 user-zoom condition=CSS_DEVICE_ADAPTATION | 403 user-zoom condition=CSS_DEVICE_ADAPTATION |
403 -webkit-tap-highlight-color | 404 -webkit-tap-highlight-color |
404 -webkit-app-region | 405 -webkit-app-region |
405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING | 406 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING |
OLD | NEW |