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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 speak | 175 speak |
176 table-layout | 176 table-layout |
177 tab-size | 177 tab-size |
178 text-align | 178 text-align |
179 text-align-last | 179 text-align-last |
180 text-decoration | 180 text-decoration |
181 text-decoration-line | 181 text-decoration-line |
182 text-decoration-style | 182 text-decoration-style |
183 text-decoration-color | 183 text-decoration-color |
184 text-indent | 184 text-indent |
| 185 text-justify |
185 text-line-through-color | 186 text-line-through-color |
186 text-line-through-mode | 187 text-line-through-mode |
187 text-line-through-style | 188 text-line-through-style |
188 text-line-through-width | 189 text-line-through-width |
189 text-overflow | 190 text-overflow |
190 text-overline-color | 191 text-overline-color |
191 text-overline-mode | 192 text-overline-mode |
192 text-overline-style | 193 text-overline-style |
193 text-overline-width | 194 text-overline-width |
194 text-shadow | 195 text-shadow |
(...skipping 214 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 |