| 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 to
get | 4 # Some properties are used internally, but are not part of CSS. They are used to
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 padding-top | 92 padding-top |
| 93 page | 93 page |
| 94 page-break-after | 94 page-break-after |
| 95 page-break-before | 95 page-break-before |
| 96 page-break-inside | 96 page-break-inside |
| 97 pointer-events | 97 pointer-events |
| 98 position | 98 position |
| 99 quotes | 99 quotes |
| 100 resize | 100 resize |
| 101 right | 101 right |
| 102 scrollbar-3dlight-color | |
| 103 scrollbar-arrow-color | |
| 104 scrollbar-darkshadow-color | |
| 105 scrollbar-face-color | |
| 106 scrollbar-highlight-color | |
| 107 scrollbar-shadow-color | |
| 108 scrollbar-track-color | |
| 109 size | 102 size |
| 110 src | 103 src |
| 111 table-layout | 104 table-layout |
| 112 text-align | 105 text-align |
| 113 text-decoration | 106 text-decoration |
| 114 text-indent | 107 text-indent |
| 115 text-line-through | 108 text-line-through |
| 116 text-line-through-color | 109 text-line-through-color |
| 117 text-line-through-mode | 110 text-line-through-mode |
| 118 text-line-through-style | 111 text-line-through-style |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 -webkit-transform-style | 230 -webkit-transform-style |
| 238 -webkit-transition | 231 -webkit-transition |
| 239 -webkit-transition-delay | 232 -webkit-transition-delay |
| 240 -webkit-transition-duration | 233 -webkit-transition-duration |
| 241 -webkit-transition-property | 234 -webkit-transition-property |
| 242 -webkit-transition-timing-function | 235 -webkit-transition-timing-function |
| 243 -webkit-user-drag | 236 -webkit-user-drag |
| 244 -webkit-user-modify | 237 -webkit-user-modify |
| 245 -webkit-user-select | 238 -webkit-user-select |
| 246 -webkit-variable-declaration-block | 239 -webkit-variable-declaration-block |
| OLD | NEW |