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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 -webkit-transform-origin-z | 385 -webkit-transform-origin-z |
386 -webkit-transform-style | 386 -webkit-transform-style |
387 -webkit-transition | 387 -webkit-transition |
388 -webkit-transition-delay | 388 -webkit-transition-delay |
389 -webkit-transition-duration | 389 -webkit-transition-duration |
390 -webkit-transition-property | 390 -webkit-transition-property |
391 -webkit-transition-timing-function | 391 -webkit-transition-timing-function |
392 -webkit-user-drag | 392 -webkit-user-drag |
393 -webkit-user-modify | 393 -webkit-user-modify |
394 -webkit-user-select | 394 -webkit-user-select |
395 #if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS | |
396 -webkit-flow-into | 395 -webkit-flow-into |
397 -webkit-flow-from | 396 -webkit-flow-from |
398 -webkit-region-overflow | 397 -webkit-region-overflow |
399 -webkit-region-break-after | 398 -webkit-region-break-after |
400 -webkit-region-break-before | 399 -webkit-region-break-before |
401 -webkit-region-break-inside | 400 -webkit-region-break-inside |
402 #endif | |
403 -webkit-shape-inside | 401 -webkit-shape-inside |
404 -webkit-shape-outside | 402 -webkit-shape-outside |
405 -webkit-shape-margin | 403 -webkit-shape-margin |
406 -webkit-shape-padding | 404 -webkit-shape-padding |
407 -webkit-wrap-flow | 405 -webkit-wrap-flow |
408 -webkit-wrap-through | 406 -webkit-wrap-through |
409 -webkit-wrap | 407 -webkit-wrap |
410 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION | 408 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION |
411 max-zoom | 409 max-zoom |
412 min-zoom | 410 min-zoom |
413 orientation | 411 orientation |
414 user-zoom | 412 user-zoom |
415 #endif | 413 #endif |
416 -webkit-tap-highlight-color | 414 -webkit-tap-highlight-color |
417 -webkit-app-region | 415 -webkit-app-region |
418 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING | 416 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO
W_SCROLLING |
419 -webkit-overflow-scrolling | 417 -webkit-overflow-scrolling |
420 #endif | 418 #endif |
OLD | NEW |