| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 speak | 188 speak |
| 189 table-layout | 189 table-layout |
| 190 tab-size | 190 tab-size |
| 191 text-align | 191 text-align |
| 192 text-align-last | 192 text-align-last |
| 193 text-decoration | 193 text-decoration |
| 194 text-decoration-line | 194 text-decoration-line |
| 195 text-decoration-style | 195 text-decoration-style |
| 196 text-decoration-color | 196 text-decoration-color |
| 197 text-indent | 197 text-indent |
| 198 text-justify |
| 198 text-line-through-color | 199 text-line-through-color |
| 199 text-line-through-mode | 200 text-line-through-mode |
| 200 text-line-through-style | 201 text-line-through-style |
| 201 text-line-through-width | 202 text-line-through-width |
| 202 text-overflow | 203 text-overflow |
| 203 text-overline-color | 204 text-overline-color |
| 204 text-overline-mode | 205 text-overline-mode |
| 205 text-overline-style | 206 text-overline-style |
| 206 text-overline-width | 207 text-overline-width |
| 207 text-shadow | 208 text-shadow |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 user-zoom | 423 user-zoom |
| 423 -webkit-tap-highlight-color | 424 -webkit-tap-highlight-color |
| 424 -webkit-app-region | 425 -webkit-app-region |
| 425 | 426 |
| 426 // Internal properties. | 427 // Internal properties. |
| 427 -internal-marquee-direction | 428 -internal-marquee-direction |
| 428 -internal-marquee-increment | 429 -internal-marquee-increment |
| 429 -internal-marquee-repetition | 430 -internal-marquee-repetition |
| 430 -internal-marquee-speed | 431 -internal-marquee-speed |
| 431 -internal-marquee-style | 432 -internal-marquee-style |
| OLD | NEW |