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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 opacity | 145 opacity |
146 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that
worked in Safari 1.1, | 146 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that
worked in Safari 1.1, |
147 // and may be in use on some websites and widgets. | 147 // and may be in use on some websites and widgets. |
148 -webkit-opacity alias_for=opacity | 148 -webkit-opacity alias_for=opacity |
149 orphans | 149 orphans |
150 outline | 150 outline |
151 outline-color | 151 outline-color |
152 outline-offset | 152 outline-offset |
153 outline-style | 153 outline-style |
154 outline-width | 154 outline-width |
| 155 object-fit |
155 overflow | 156 overflow |
156 overflow-wrap | 157 overflow-wrap |
157 overflow-x | 158 overflow-x |
158 overflow-y | 159 overflow-y |
159 padding | 160 padding |
160 padding-bottom | 161 padding-bottom |
161 padding-left | 162 padding-left |
162 padding-right | 163 padding-right |
163 padding-top | 164 padding-top |
164 page | 165 page |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 -webkit-shape-margin | 406 -webkit-shape-margin |
406 -webkit-shape-padding | 407 -webkit-shape-padding |
407 -webkit-wrap-flow | 408 -webkit-wrap-flow |
408 -webkit-wrap-through | 409 -webkit-wrap-through |
409 max-zoom | 410 max-zoom |
410 min-zoom | 411 min-zoom |
411 orientation | 412 orientation |
412 user-zoom | 413 user-zoom |
413 -webkit-tap-highlight-color | 414 -webkit-tap-highlight-color |
414 -webkit-app-region | 415 -webkit-app-region |
OLD | NEW |