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