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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 content | 98 content |
99 counter-increment | 99 counter-increment |
100 counter-reset | 100 counter-reset |
101 cursor | 101 cursor |
102 empty-cells | 102 empty-cells |
103 float | 103 float |
104 font-stretch | 104 font-stretch |
105 height | 105 height |
106 image-rendering | 106 image-rendering |
107 isolation | 107 isolation |
| 108 justify-items |
108 justify-self | 109 justify-self |
109 left | 110 left |
110 letter-spacing | 111 letter-spacing |
111 list-style | 112 list-style |
112 list-style-image | 113 list-style-image |
113 list-style-position | 114 list-style-position |
114 list-style-type | 115 list-style-type |
115 margin | 116 margin |
116 margin-bottom | 117 margin-bottom |
117 margin-left | 118 margin-left |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 -webkit-tap-highlight-color | 424 -webkit-tap-highlight-color |
424 -webkit-app-region | 425 -webkit-app-region |
425 all | 426 all |
426 | 427 |
427 // Internal properties. | 428 // Internal properties. |
428 -internal-marquee-direction | 429 -internal-marquee-direction |
429 -internal-marquee-increment | 430 -internal-marquee-increment |
430 -internal-marquee-repetition | 431 -internal-marquee-repetition |
431 -internal-marquee-speed | 432 -internal-marquee-speed |
432 -internal-marquee-style | 433 -internal-marquee-style |
OLD | NEW |