| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 -webkit-text-stroke-width | 396 -webkit-text-stroke-width |
| 397 -webkit-transform | 397 -webkit-transform |
| 398 -webkit-transform-origin | 398 -webkit-transform-origin |
| 399 -webkit-transform-origin-x | 399 -webkit-transform-origin-x |
| 400 -webkit-transform-origin-y | 400 -webkit-transform-origin-y |
| 401 -webkit-transform-origin-z | 401 -webkit-transform-origin-z |
| 402 -webkit-transform-style | 402 -webkit-transform-style |
| 403 -webkit-user-drag | 403 -webkit-user-drag |
| 404 -webkit-user-modify | 404 -webkit-user-modify |
| 405 -webkit-user-select | 405 -webkit-user-select |
| 406 -webkit-shape-inside alias_for=shape-inside | |
| 407 -webkit-shape-outside alias_for=shape-outside | 406 -webkit-shape-outside alias_for=shape-outside |
| 408 -webkit-shape-margin alias_for=shape-margin | 407 -webkit-shape-margin alias_for=shape-margin |
| 409 -webkit-shape-padding alias_for=shape-padding | 408 -webkit-shape-padding alias_for=shape-padding |
| 410 -webkit-shape-image-threshold alias_for=shape-image-threshold | 409 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 411 shape-inside | |
| 412 shape-outside | 410 shape-outside |
| 413 shape-margin | 411 shape-margin |
| 414 shape-padding | 412 shape-padding |
| 415 shape-image-threshold | 413 shape-image-threshold |
| 416 -webkit-wrap-flow | 414 -webkit-wrap-flow |
| 417 -webkit-wrap-through | 415 -webkit-wrap-through |
| 418 max-zoom | 416 max-zoom |
| 419 min-zoom | 417 min-zoom |
| 420 orientation | 418 orientation |
| 421 user-zoom | 419 user-zoom |
| 422 -webkit-tap-highlight-color | 420 -webkit-tap-highlight-color |
| 423 -webkit-app-region | 421 -webkit-app-region |
| 424 | 422 |
| 425 // Internal properties. | 423 // Internal properties. |
| 426 -internal-marquee-direction | 424 -internal-marquee-direction |
| 427 -internal-marquee-increment | 425 -internal-marquee-increment |
| 428 -internal-marquee-repetition | 426 -internal-marquee-repetition |
| 429 -internal-marquee-speed | 427 -internal-marquee-speed |
| 430 -internal-marquee-style | 428 -internal-marquee-style |
| OLD | NEW |