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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 -webkit-box-direction | 271 -webkit-box-direction |
272 -webkit-box-flex | 272 -webkit-box-flex |
273 -webkit-box-flex-group | 273 -webkit-box-flex-group |
274 -webkit-box-lines | 274 -webkit-box-lines |
275 -webkit-box-ordinal-group | 275 -webkit-box-ordinal-group |
276 -webkit-box-orient | 276 -webkit-box-orient |
277 -webkit-box-pack | 277 -webkit-box-pack |
278 -webkit-box-reflect | 278 -webkit-box-reflect |
279 -webkit-box-shadow | 279 -webkit-box-shadow |
280 -internal-callback | 280 -internal-callback |
281 -webkit-column-axis | |
282 -webkit-column-break-after | 281 -webkit-column-break-after |
283 -webkit-column-break-before | 282 -webkit-column-break-before |
284 -webkit-column-break-inside | 283 -webkit-column-break-inside |
285 -webkit-column-count | 284 -webkit-column-count |
286 column-fill | 285 column-fill |
287 -webkit-column-gap | 286 -webkit-column-gap |
288 -webkit-column-progression | |
289 -webkit-column-rule | 287 -webkit-column-rule |
290 -webkit-column-rule-color | 288 -webkit-column-rule-color |
291 -webkit-column-rule-style | 289 -webkit-column-rule-style |
292 -webkit-column-rule-width | 290 -webkit-column-rule-width |
293 -webkit-column-span | 291 -webkit-column-span |
294 -webkit-column-width | 292 -webkit-column-width |
295 -webkit-columns | 293 -webkit-columns |
296 -webkit-box-decoration-break | 294 -webkit-box-decoration-break |
297 -webkit-filter | 295 -webkit-filter |
298 align-content | 296 align-content |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 user-zoom | 427 user-zoom |
430 -webkit-tap-highlight-color | 428 -webkit-tap-highlight-color |
431 -webkit-app-region | 429 -webkit-app-region |
432 | 430 |
433 // Internal properties. | 431 // Internal properties. |
434 -internal-marquee-direction | 432 -internal-marquee-direction |
435 -internal-marquee-increment | 433 -internal-marquee-increment |
436 -internal-marquee-repetition | 434 -internal-marquee-repetition |
437 -internal-marquee-speed | 435 -internal-marquee-speed |
438 -internal-marquee-style | 436 -internal-marquee-style |
OLD | NEW |