| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 text-overline-width | 175 text-overline-width |
| 176 text-shadow | 176 text-shadow |
| 177 text-transform | 177 text-transform |
| 178 -epub-text-transform = text-transform | 178 -epub-text-transform = text-transform |
| 179 text-underline | 179 text-underline |
| 180 text-underline-color | 180 text-underline-color |
| 181 text-underline-mode | 181 text-underline-mode |
| 182 text-underline-style | 182 text-underline-style |
| 183 text-underline-width | 183 text-underline-width |
| 184 top | 184 top |
| 185 transition = -webkit-transition | 185 transition |
| 186 transition-delay = -webkit-transition-delay | 186 transition-delay |
| 187 transition-duration = -webkit-transition-duration | 187 transition-duration |
| 188 transition-property = -webkit-transition-property | 188 transition-property |
| 189 transition-timing-function = -webkit-transition-timing-function | 189 transition-timing-function |
| 190 | 190 |
| 191 unicode-bidi | 191 unicode-bidi |
| 192 unicode-range | 192 unicode-range |
| 193 vertical-align | 193 vertical-align |
| 194 visibility | 194 visibility |
| 195 white-space | 195 white-space |
| 196 widows | 196 widows |
| 197 width | 197 width |
| 198 word-break | 198 word-break |
| 199 -epub-word-break = word-break | 199 -epub-word-break = word-break |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 #endif | 422 #endif |
| 423 #if defined(ENABLE_DASHBOARD_SUPPORT) && ENABLE_DASHBOARD_SUPPORT | 423 #if defined(ENABLE_DASHBOARD_SUPPORT) && ENABLE_DASHBOARD_SUPPORT |
| 424 -webkit-dashboard-region | 424 -webkit-dashboard-region |
| 425 #endif | 425 #endif |
| 426 #if defined(ENABLE_DRAGGABLE_REGION) && ENABLE_DRAGGABLE_REGION | 426 #if defined(ENABLE_DRAGGABLE_REGION) && ENABLE_DRAGGABLE_REGION |
| 427 -webkit-app-region | 427 -webkit-app-region |
| 428 #endif | 428 #endif |
| 429 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING | 429 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING |
| 430 -webkit-overflow-scrolling | 430 -webkit-overflow-scrolling |
| 431 #endif | 431 #endif |
| OLD | NEW |