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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 -webkit-box-align | 250 -webkit-box-align |
251 -webkit-box-direction | 251 -webkit-box-direction |
252 -webkit-box-flex | 252 -webkit-box-flex |
253 -webkit-box-flex-group | 253 -webkit-box-flex-group |
254 -webkit-box-lines | 254 -webkit-box-lines |
255 -webkit-box-ordinal-group | 255 -webkit-box-ordinal-group |
256 -webkit-box-orient | 256 -webkit-box-orient |
257 -webkit-box-pack | 257 -webkit-box-pack |
258 -webkit-box-reflect | 258 -webkit-box-reflect |
259 -webkit-box-shadow | 259 -webkit-box-shadow |
| 260 -internal-callback |
260 -webkit-column-axis | 261 -webkit-column-axis |
261 -webkit-column-break-after | 262 -webkit-column-break-after |
262 -webkit-column-break-before | 263 -webkit-column-break-before |
263 -webkit-column-break-inside | 264 -webkit-column-break-inside |
264 -webkit-column-count | 265 -webkit-column-count |
265 -webkit-column-gap | 266 -webkit-column-gap |
266 -webkit-column-progression | 267 -webkit-column-progression |
267 -webkit-column-rule | 268 -webkit-column-rule |
268 -webkit-column-rule-color | 269 -webkit-column-rule-color |
269 -webkit-column-rule-style | 270 -webkit-column-rule-style |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 -webkit-shape-margin | 410 -webkit-shape-margin |
410 -webkit-shape-padding | 411 -webkit-shape-padding |
411 -webkit-wrap-flow | 412 -webkit-wrap-flow |
412 -webkit-wrap-through | 413 -webkit-wrap-through |
413 max-zoom | 414 max-zoom |
414 min-zoom | 415 min-zoom |
415 orientation | 416 orientation |
416 user-zoom | 417 user-zoom |
417 -webkit-tap-highlight-color | 418 -webkit-tap-highlight-color |
418 -webkit-app-region | 419 -webkit-app-region |
OLD | NEW |