| 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 justify-content | 316 justify-content |
| 317 -webkit-justify-content alias_for=justify-content | 317 -webkit-justify-content alias_for=justify-content |
| 318 -webkit-font-size-delta | 318 -webkit-font-size-delta |
| 319 grid-auto-columns | 319 grid-auto-columns |
| 320 grid-auto-flow | 320 grid-auto-flow |
| 321 grid-auto-rows | 321 grid-auto-rows |
| 322 grid-area | 322 grid-area |
| 323 grid-column | 323 grid-column |
| 324 grid-column-end | 324 grid-column-end |
| 325 grid-column-start | 325 grid-column-start |
| 326 grid-template |
| 326 grid-template-columns | 327 grid-template-columns |
| 327 grid-template-rows | 328 grid-template-rows |
| 328 grid-row | 329 grid-row |
| 329 grid-row-end | 330 grid-row-end |
| 330 grid-row-start | 331 grid-row-start |
| 331 grid-template-areas | 332 grid-template-areas |
| 332 -webkit-highlight | 333 -webkit-highlight |
| 333 -webkit-hyphenate-character | 334 -webkit-hyphenate-character |
| 334 -webkit-line-box-contain | 335 -webkit-line-box-contain |
| 335 -webkit-line-align | 336 -webkit-line-align |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 user-zoom | 432 user-zoom |
| 432 -webkit-tap-highlight-color | 433 -webkit-tap-highlight-color |
| 433 -webkit-app-region | 434 -webkit-app-region |
| 434 | 435 |
| 435 // Internal properties. | 436 // Internal properties. |
| 436 -internal-marquee-direction | 437 -internal-marquee-direction |
| 437 -internal-marquee-increment | 438 -internal-marquee-increment |
| 438 -internal-marquee-repetition | 439 -internal-marquee-repetition |
| 439 -internal-marquee-speed | 440 -internal-marquee-speed |
| 440 -internal-marquee-style | 441 -internal-marquee-style |
| OLD | NEW |