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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 123 mix-blend-mode |
| 124 nav-down |
| 125 nav-left |
| 126 nav-right |
| 127 nav-up |
124 opacity | 128 opacity |
125 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that
worked in Safari 1.1, | 129 // 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. | 130 // and may be in use on some websites and widgets. |
127 -webkit-opacity alias_for=opacity | 131 -webkit-opacity alias_for=opacity |
128 orphans | 132 orphans |
129 outline | 133 outline |
130 outline-color | 134 outline-color |
131 outline-offset | 135 outline-offset |
132 outline-style | 136 outline-style |
133 outline-width | 137 outline-width |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 -webkit-shape-padding | 400 -webkit-shape-padding |
397 -webkit-wrap-flow | 401 -webkit-wrap-flow |
398 -webkit-wrap-through | 402 -webkit-wrap-through |
399 max-zoom | 403 max-zoom |
400 min-zoom | 404 min-zoom |
401 orientation | 405 orientation |
402 user-zoom | 406 user-zoom |
403 -webkit-tap-highlight-color | 407 -webkit-tap-highlight-color |
404 -webkit-app-region | 408 -webkit-app-region |
405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING | 409 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING |
OLD | NEW |