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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 -webkit-flex-grow alias_for=flex-grow | 283 -webkit-flex-grow alias_for=flex-grow |
284 flex-shrink | 284 flex-shrink |
285 -webkit-flex-shrink alias_for=flex-shrink | 285 -webkit-flex-shrink alias_for=flex-shrink |
286 flex-wrap | 286 flex-wrap |
287 -webkit-flex-wrap alias_for=flex-wrap | 287 -webkit-flex-wrap alias_for=flex-wrap |
288 justify-content | 288 justify-content |
289 -webkit-justify-content alias_for=justify-content | 289 -webkit-justify-content alias_for=justify-content |
290 -webkit-font-size-delta | 290 -webkit-font-size-delta |
291 grid-auto-columns | 291 grid-auto-columns |
292 grid-auto-rows | 292 grid-auto-rows |
293 grid-columns | 293 grid-definition-columns |
294 grid-rows | 294 grid-definition-rows |
295 grid-start | 295 grid-start |
296 grid-end | 296 grid-end |
297 grid-before | 297 grid-before |
298 grid-after | 298 grid-after |
299 grid-column | 299 grid-column |
300 grid-row | 300 grid-row |
301 grid-auto-flow | 301 grid-auto-flow |
302 grid-area | 302 grid-area |
303 -webkit-highlight | 303 -webkit-highlight |
304 -webkit-hyphenate-character | 304 -webkit-hyphenate-character |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 -webkit-shape-padding | 408 -webkit-shape-padding |
409 -webkit-wrap-flow | 409 -webkit-wrap-flow |
410 -webkit-wrap-through | 410 -webkit-wrap-through |
411 max-zoom | 411 max-zoom |
412 min-zoom | 412 min-zoom |
413 orientation | 413 orientation |
414 user-zoom | 414 user-zoom |
415 -webkit-tap-highlight-color | 415 -webkit-tap-highlight-color |
416 -webkit-app-region | 416 -webkit-app-region |
417 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING | 417 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING |
OLD | NEW |