| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 grid-column | 303 grid-column |
| 304 grid-column-end | 304 grid-column-end |
| 305 grid-column-start | 305 grid-column-start |
| 306 grid-definition-columns | 306 grid-definition-columns |
| 307 grid-definition-rows | 307 grid-definition-rows |
| 308 grid-row | 308 grid-row |
| 309 grid-row-end | 309 grid-row-end |
| 310 grid-row-start | 310 grid-row-start |
| 311 -webkit-highlight | 311 -webkit-highlight |
| 312 -webkit-hyphenate-character | 312 -webkit-hyphenate-character |
| 313 -webkit-hyphenate-limit-after | |
| 314 -webkit-hyphenate-limit-before | |
| 315 -webkit-hyphenate-limit-lines | |
| 316 -webkit-hyphens | |
| 317 -epub-hyphens alias_for=-webkit-hyphens | |
| 318 -webkit-line-box-contain | 313 -webkit-line-box-contain |
| 319 -webkit-line-align | 314 -webkit-line-align |
| 320 -webkit-line-break | 315 -webkit-line-break |
| 321 -webkit-line-clamp | 316 -webkit-line-clamp |
| 322 -webkit-line-grid | 317 -webkit-line-grid |
| 323 -webkit-line-snap | 318 -webkit-line-snap |
| 324 -webkit-logical-width | 319 -webkit-logical-width |
| 325 -webkit-logical-height | 320 -webkit-logical-height |
| 326 -webkit-margin-after-collapse | 321 -webkit-margin-after-collapse |
| 327 -webkit-margin-before-collapse | 322 -webkit-margin-before-collapse |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 -webkit-shape-margin | 404 -webkit-shape-margin |
| 410 -webkit-shape-padding | 405 -webkit-shape-padding |
| 411 -webkit-wrap-flow | 406 -webkit-wrap-flow |
| 412 -webkit-wrap-through | 407 -webkit-wrap-through |
| 413 max-zoom | 408 max-zoom |
| 414 min-zoom | 409 min-zoom |
| 415 orientation | 410 orientation |
| 416 user-zoom | 411 user-zoom |
| 417 -webkit-tap-highlight-color | 412 -webkit-tap-highlight-color |
| 418 -webkit-app-region | 413 -webkit-app-region |
| OLD | NEW |