| 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 19 matching lines...) Expand all Loading... |
| 30 -webkit-writing-mode | 30 -webkit-writing-mode |
| 31 -epub-writing-mode alias_for=-webkit-writing-mode | 31 -epub-writing-mode alias_for=-webkit-writing-mode |
| 32 zoom | 32 zoom |
| 33 | 33 |
| 34 // line height needs to be right after the above high-priority properties | 34 // line height needs to be right after the above high-priority properties |
| 35 line-height | 35 line-height |
| 36 | 36 |
| 37 // The remaining properties are listed in alphabetical order | 37 // The remaining properties are listed in alphabetical order |
| 38 background | 38 background |
| 39 background-attachment | 39 background-attachment |
| 40 background-blend-mode condition=CSS_COMPOSITING | 40 background-blend-mode |
| 41 background-clip | 41 background-clip |
| 42 background-color | 42 background-color |
| 43 background-image | 43 background-image |
| 44 background-origin | 44 background-origin |
| 45 background-position | 45 background-position |
| 46 background-position-x | 46 background-position-x |
| 47 background-position-y | 47 background-position-y |
| 48 background-repeat | 48 background-repeat |
| 49 background-repeat-x | 49 background-repeat-x |
| 50 background-repeat-y | 50 background-repeat-y |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 list-style-type | 113 list-style-type |
| 114 margin | 114 margin |
| 115 margin-bottom | 115 margin-bottom |
| 116 margin-left | 116 margin-left |
| 117 margin-right | 117 margin-right |
| 118 margin-top | 118 margin-top |
| 119 max-height | 119 max-height |
| 120 max-width | 120 max-width |
| 121 min-height | 121 min-height |
| 122 min-width | 122 min-width |
| 123 mix-blend-mode condition=CSS_COMPOSITING | 123 mix-blend-mode |
| 124 opacity | 124 opacity |
| 125 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that
worked in Safari 1.1, | 125 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that
worked in Safari 1.1, |
| 126 // and may be in use on some websites and widgets. | 126 // and may be in use on some websites and widgets. |
| 127 -webkit-opacity alias_for=opacity | 127 -webkit-opacity alias_for=opacity |
| 128 orphans | 128 orphans |
| 129 outline | 129 outline |
| 130 outline-color | 130 outline-color |
| 131 outline-offset | 131 outline-offset |
| 132 outline-style | 132 outline-style |
| 133 outline-width | 133 outline-width |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 -webkit-wrap-flow | 399 -webkit-wrap-flow |
| 400 -webkit-wrap-through | 400 -webkit-wrap-through |
| 401 -webkit-wrap | 401 -webkit-wrap |
| 402 max-zoom condition=CSS_DEVICE_ADAPTATION | 402 max-zoom condition=CSS_DEVICE_ADAPTATION |
| 403 min-zoom condition=CSS_DEVICE_ADAPTATION | 403 min-zoom condition=CSS_DEVICE_ADAPTATION |
| 404 orientation condition=CSS_DEVICE_ADAPTATION | 404 orientation condition=CSS_DEVICE_ADAPTATION |
| 405 user-zoom condition=CSS_DEVICE_ADAPTATION | 405 user-zoom condition=CSS_DEVICE_ADAPTATION |
| 406 -webkit-tap-highlight-color | 406 -webkit-tap-highlight-color |
| 407 -webkit-app-region | 407 -webkit-app-region |
| 408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING | 408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING |
| OLD | NEW |