Chromium Code Reviews| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 272 -webkit-flex-basis | 272 -webkit-flex-basis |
| 273 -webkit-flex-direction | 273 -webkit-flex-direction |
| 274 -webkit-flex-flow | 274 -webkit-flex-flow |
| 275 -webkit-flex-grow | 275 -webkit-flex-grow |
| 276 -webkit-flex-shrink | 276 -webkit-flex-shrink |
| 277 -webkit-flex-wrap | 277 -webkit-flex-wrap |
| 278 -webkit-justify-content | 278 -webkit-justify-content |
| 279 -webkit-font-size-delta | 279 -webkit-font-size-delta |
| 280 grid-auto-columns | 280 grid-auto-columns |
| 281 grid-auto-rows | 281 grid-auto-rows |
| 282 grid-column-end | |
| 283 grid-column-start | |
| 282 grid-columns | 284 grid-columns |
| 285 grid-row-end | |
| 286 grid-row-start | |
| 283 grid-rows | 287 grid-rows |
| 284 grid-start | |
| 285 grid-end | |
| 286 grid-before | |
| 287 grid-after | |
| 288 grid-column | 288 grid-column |
| 289 grid-row | 289 grid-row |
| 290 grid-auto-flow | 290 grid-auto-flow |
| 291 grid-area | 291 grid-area |
|
Julien - ping for review
2013/06/25 17:14:37
Nit: I would be super supportive of sorting all th
svillar
2013/06/26 16:04:02
Thought about that but decided not to do it but if
| |
| 292 -webkit-highlight | 292 -webkit-highlight |
| 293 -webkit-hyphenate-character | 293 -webkit-hyphenate-character |
| 294 -webkit-hyphenate-limit-after | 294 -webkit-hyphenate-limit-after |
| 295 -webkit-hyphenate-limit-before | 295 -webkit-hyphenate-limit-before |
| 296 -webkit-hyphenate-limit-lines | 296 -webkit-hyphenate-limit-lines |
| 297 -webkit-hyphens | 297 -webkit-hyphens |
| 298 -epub-hyphens alias_for=-webkit-hyphens | 298 -epub-hyphens alias_for=-webkit-hyphens |
| 299 -webkit-line-box-contain | 299 -webkit-line-box-contain |
| 300 -webkit-line-align | 300 -webkit-line-align |
| 301 -webkit-line-break | 301 -webkit-line-break |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 396 -webkit-shape-padding | 396 -webkit-shape-padding |
| 397 -webkit-wrap-flow | 397 -webkit-wrap-flow |
| 398 -webkit-wrap-through | 398 -webkit-wrap-through |
| 399 max-zoom | 399 max-zoom |
| 400 min-zoom | 400 min-zoom |
| 401 orientation | 401 orientation |
| 402 user-zoom | 402 user-zoom |
| 403 -webkit-tap-highlight-color | 403 -webkit-tap-highlight-color |
| 404 -webkit-app-region | 404 -webkit-app-region |
| 405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING | 405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING |
| OLD | NEW |