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