| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 quotes | 149 quotes |
| 150 resize | 150 resize |
| 151 right | 151 right |
| 152 size | 152 size |
| 153 src | 153 src |
| 154 speak | 154 speak |
| 155 table-layout | 155 table-layout |
| 156 tab-size | 156 tab-size |
| 157 text-align | 157 text-align |
| 158 text-decoration | 158 text-decoration |
| 159 text-decoration-line |
| 160 text-decoration-style |
| 161 text-decoration-color |
| 159 text-indent | 162 text-indent |
| 160 text-line-through | 163 text-line-through |
| 161 text-line-through-color | 164 text-line-through-color |
| 162 text-line-through-mode | 165 text-line-through-mode |
| 163 text-line-through-style | 166 text-line-through-style |
| 164 text-line-through-width | 167 text-line-through-width |
| 165 text-overflow | 168 text-overflow |
| 166 text-overline | 169 text-overline |
| 167 text-overline-color | 170 text-overline-color |
| 168 text-overline-mode | 171 text-overline-mode |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 -webkit-padding-start | 350 -webkit-padding-start |
| 348 -webkit-perspective | 351 -webkit-perspective |
| 349 -webkit-perspective-origin | 352 -webkit-perspective-origin |
| 350 -webkit-perspective-origin-x | 353 -webkit-perspective-origin-x |
| 351 -webkit-perspective-origin-y | 354 -webkit-perspective-origin-y |
| 352 -webkit-print-color-adjust | 355 -webkit-print-color-adjust |
| 353 -webkit-rtl-ordering | 356 -webkit-rtl-ordering |
| 354 -webkit-ruby-position | 357 -webkit-ruby-position |
| 355 -webkit-text-combine | 358 -webkit-text-combine |
| 356 -epub-text-combine alias_for=-webkit-text-combine | 359 -epub-text-combine alias_for=-webkit-text-combine |
| 357 -webkit-text-decoration-line condition=CSS3_TEXT | |
| 358 -webkit-text-decoration-style condition=CSS3_TEXT | |
| 359 -webkit-text-decoration-color condition=CSS3_TEXT | |
| 360 -webkit-text-align-last condition=CSS3_TEXT | 360 -webkit-text-align-last condition=CSS3_TEXT |
| 361 -webkit-text-underline-position condition=CSS3_TEXT | 361 -webkit-text-underline-position condition=CSS3_TEXT |
| 362 -webkit-text-decorations-in-effect | 362 -webkit-text-decorations-in-effect |
| 363 -webkit-text-emphasis | 363 -webkit-text-emphasis |
| 364 -epub-text-emphasis alias_for=-webkit-text-emphasis | 364 -epub-text-emphasis alias_for=-webkit-text-emphasis |
| 365 -webkit-text-emphasis-color | 365 -webkit-text-emphasis-color |
| 366 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color | 366 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color |
| 367 -webkit-text-emphasis-position | 367 -webkit-text-emphasis-position |
| 368 -webkit-text-emphasis-style | 368 -webkit-text-emphasis-style |
| 369 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style | 369 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style |
| (...skipping 29 matching lines...) Expand all Loading... |
| 399 -webkit-wrap-flow | 399 -webkit-wrap-flow |
| 400 -webkit-wrap-through | 400 -webkit-wrap-through |
| 401 -webkit-wrap | 401 -webkit-wrap |
| 402 max-zoom condition=CSS_DEVICE_ADAPTATION | 402 max-zoom condition=CSS_DEVICE_ADAPTATION |
| 403 min-zoom condition=CSS_DEVICE_ADAPTATION | 403 min-zoom condition=CSS_DEVICE_ADAPTATION |
| 404 orientation condition=CSS_DEVICE_ADAPTATION | 404 orientation condition=CSS_DEVICE_ADAPTATION |
| 405 user-zoom condition=CSS_DEVICE_ADAPTATION | 405 user-zoom condition=CSS_DEVICE_ADAPTATION |
| 406 -webkit-tap-highlight-color | 406 -webkit-tap-highlight-color |
| 407 -webkit-app-region | 407 -webkit-app-region |
| 408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING | 408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING |
| OLD | NEW |