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-columns | 282 grid-definition-columns |
283 grid-rows | 283 grid-definition-rows |
284 grid-start | 284 grid-start |
285 grid-end | 285 grid-end |
286 grid-before | 286 grid-before |
287 grid-after | 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 |
292 -webkit-highlight | 292 -webkit-highlight |
293 -webkit-hyphenate-character | 293 -webkit-hyphenate-character |
(...skipping 102 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 |