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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 -webkit-box-orient | 269 -webkit-box-orient |
270 -webkit-box-pack | 270 -webkit-box-pack |
271 -webkit-box-reflect | 271 -webkit-box-reflect |
272 -webkit-box-shadow | 272 -webkit-box-shadow |
273 -internal-callback | 273 -internal-callback |
274 -webkit-column-axis | 274 -webkit-column-axis |
275 -webkit-column-break-after | 275 -webkit-column-break-after |
276 -webkit-column-break-before | 276 -webkit-column-break-before |
277 -webkit-column-break-inside | 277 -webkit-column-break-inside |
278 -webkit-column-count | 278 -webkit-column-count |
| 279 column-fill |
279 -webkit-column-gap | 280 -webkit-column-gap |
280 -webkit-column-progression | 281 -webkit-column-progression |
281 -webkit-column-rule | 282 -webkit-column-rule |
282 -webkit-column-rule-color | 283 -webkit-column-rule-color |
283 -webkit-column-rule-style | 284 -webkit-column-rule-style |
284 -webkit-column-rule-width | 285 -webkit-column-rule-width |
285 -webkit-column-span | 286 -webkit-column-span |
286 -webkit-column-width | 287 -webkit-column-width |
287 -webkit-columns | 288 -webkit-columns |
288 -webkit-box-decoration-break | 289 -webkit-box-decoration-break |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 user-zoom | 422 user-zoom |
422 -webkit-tap-highlight-color | 423 -webkit-tap-highlight-color |
423 -webkit-app-region | 424 -webkit-app-region |
424 | 425 |
425 // Internal properties. | 426 // Internal properties. |
426 -internal-marquee-direction | 427 -internal-marquee-direction |
427 -internal-marquee-increment | 428 -internal-marquee-increment |
428 -internal-marquee-repetition | 429 -internal-marquee-repetition |
429 -internal-marquee-speed | 430 -internal-marquee-speed |
430 -internal-marquee-style | 431 -internal-marquee-style |
OLD | NEW |