| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 -webkit-box-align | 260 -webkit-box-align |
| 261 -webkit-box-direction | 261 -webkit-box-direction |
| 262 -webkit-box-flex | 262 -webkit-box-flex |
| 263 -webkit-box-flex-group | 263 -webkit-box-flex-group |
| 264 -webkit-box-lines | 264 -webkit-box-lines |
| 265 -webkit-box-ordinal-group | 265 -webkit-box-ordinal-group |
| 266 -webkit-box-orient | 266 -webkit-box-orient |
| 267 -webkit-box-pack | 267 -webkit-box-pack |
| 268 -webkit-box-reflect | 268 -webkit-box-reflect |
| 269 -webkit-box-shadow | 269 -webkit-box-shadow |
| 270 -internal-callback |
| 270 -webkit-column-axis | 271 -webkit-column-axis |
| 271 -webkit-column-break-after | 272 -webkit-column-break-after |
| 272 -webkit-column-break-before | 273 -webkit-column-break-before |
| 273 -webkit-column-break-inside | 274 -webkit-column-break-inside |
| 274 -webkit-column-count | 275 -webkit-column-count |
| 275 -webkit-column-gap | 276 -webkit-column-gap |
| 276 -webkit-column-progression | 277 -webkit-column-progression |
| 277 -webkit-column-rule | 278 -webkit-column-rule |
| 278 -webkit-column-rule-color | 279 -webkit-column-rule-color |
| 279 -webkit-column-rule-style | 280 -webkit-column-rule-style |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 -webkit-wrap-through | 417 -webkit-wrap-through |
| 417 max-zoom | 418 max-zoom |
| 418 min-zoom | 419 min-zoom |
| 419 orientation | 420 orientation |
| 420 user-zoom | 421 user-zoom |
| 421 -webkit-tap-highlight-color | 422 -webkit-tap-highlight-color |
| 422 -webkit-app-region | 423 -webkit-app-region |
| 423 | 424 |
| 424 // Internal properties. | 425 // Internal properties. |
| 425 -internal-marquee-direction | 426 -internal-marquee-direction |
| OLD | NEW |