| 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 -webkit-region-overflow | 389 -webkit-region-overflow |
| 390 -webkit-region-break-after | 390 -webkit-region-break-after |
| 391 -webkit-region-break-before | 391 -webkit-region-break-before |
| 392 -webkit-region-break-inside | 392 -webkit-region-break-inside |
| 393 -webkit-shape-inside | 393 -webkit-shape-inside |
| 394 -webkit-shape-outside | 394 -webkit-shape-outside |
| 395 -webkit-shape-margin | 395 -webkit-shape-margin |
| 396 -webkit-shape-padding | 396 -webkit-shape-padding |
| 397 -webkit-wrap-flow | 397 -webkit-wrap-flow |
| 398 -webkit-wrap-through | 398 -webkit-wrap-through |
| 399 max-zoom condition=CSS_DEVICE_ADAPTATION | 399 max-zoom |
| 400 min-zoom condition=CSS_DEVICE_ADAPTATION | 400 min-zoom |
| 401 orientation condition=CSS_DEVICE_ADAPTATION | 401 orientation |
| 402 user-zoom condition=CSS_DEVICE_ADAPTATION | 402 user-zoom |
| 403 -webkit-tap-highlight-color | 403 -webkit-tap-highlight-color |
| 404 -webkit-app-region | 404 -webkit-app-region |
| 405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING | 405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING |
| OLD | NEW |