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