| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 #endif | 423 #endif |
| 424 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION | 424 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION |
| 425 max-zoom | 425 max-zoom |
| 426 min-zoom | 426 min-zoom |
| 427 orientation | 427 orientation |
| 428 user-zoom | 428 user-zoom |
| 429 #endif | 429 #endif |
| 430 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS | 430 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS |
| 431 -webkit-tap-highlight-color | 431 -webkit-tap-highlight-color |
| 432 #endif | 432 #endif |
| 433 #if defined(ENABLE_DASHBOARD_SUPPORT) && ENABLE_DASHBOARD_SUPPORT | |
| 434 -webkit-dashboard-region | |
| 435 #endif | |
| 436 #if defined(ENABLE_DRAGGABLE_REGION) && ENABLE_DRAGGABLE_REGION | 433 #if defined(ENABLE_DRAGGABLE_REGION) && ENABLE_DRAGGABLE_REGION |
| 437 -webkit-app-region | 434 -webkit-app-region |
| 438 #endif | 435 #endif |
| 439 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING | 436 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING |
| 440 -webkit-overflow-scrolling | 437 -webkit-overflow-scrolling |
| 441 #endif | 438 #endif |
| OLD | NEW |