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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 -webkit-wrap-flow | 416 -webkit-wrap-flow |
417 -webkit-wrap-through | 417 -webkit-wrap-through |
418 -webkit-wrap | 418 -webkit-wrap |
419 #endif | 419 #endif |
420 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION | 420 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION |
421 max-zoom | 421 max-zoom |
422 min-zoom | 422 min-zoom |
423 orientation | 423 orientation |
424 user-zoom | 424 user-zoom |
425 #endif | 425 #endif |
426 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS | |
427 -webkit-tap-highlight-color | 426 -webkit-tap-highlight-color |
428 #endif | |
429 -webkit-app-region | 427 -webkit-app-region |
430 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING | 428 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING |
431 -webkit-overflow-scrolling | 429 -webkit-overflow-scrolling |
432 #endif | 430 #endif |
OLD | NEW |