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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 -webkit-box-align | 263 -webkit-box-align |
264 -webkit-box-direction | 264 -webkit-box-direction |
265 -webkit-box-flex | 265 -webkit-box-flex |
266 -webkit-box-flex-group | 266 -webkit-box-flex-group |
267 -webkit-box-lines | 267 -webkit-box-lines |
268 -webkit-box-ordinal-group | 268 -webkit-box-ordinal-group |
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 -webkit-column-axis | 274 -webkit-column-axis |
274 -webkit-column-break-after | 275 -webkit-column-break-after |
275 -webkit-column-break-before | 276 -webkit-column-break-before |
276 -webkit-column-break-inside | 277 -webkit-column-break-inside |
277 -webkit-column-count | 278 -webkit-column-count |
278 -webkit-column-gap | 279 -webkit-column-gap |
279 -webkit-column-progression | 280 -webkit-column-progression |
280 -webkit-column-rule | 281 -webkit-column-rule |
281 -webkit-column-rule-color | 282 -webkit-column-rule-color |
282 -webkit-column-rule-style | 283 -webkit-column-rule-style |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 user-zoom | 420 user-zoom |
420 -webkit-tap-highlight-color | 421 -webkit-tap-highlight-color |
421 -webkit-app-region | 422 -webkit-app-region |
422 | 423 |
423 // Internal properties. | 424 // Internal properties. |
424 -internal-marquee-direction | 425 -internal-marquee-direction |
425 -internal-marquee-increment | 426 -internal-marquee-increment |
426 -internal-marquee-repetition | 427 -internal-marquee-repetition |
427 -internal-marquee-speed | 428 -internal-marquee-speed |
428 -internal-marquee-style | 429 -internal-marquee-style |
OLD | NEW |