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