OLD | NEW |
(Empty) | |
| 1 // |
| 2 // CSS property names |
| 3 // |
| 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. |
| 6 // |
| 7 // Microsoft extensions are documented here: |
| 8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp |
| 9 // |
| 10 |
| 11 // high-priority properties (those on which other properties can depend) must |
| 12 // be listed first |
| 13 color |
| 14 direction |
| 15 font |
| 16 font-family |
| 17 font-kerning |
| 18 font-size |
| 19 font-stretch |
| 20 font-style |
| 21 font-variant |
| 22 font-variant-ligatures |
| 23 font-weight |
| 24 text-rendering |
| 25 -webkit-font-feature-settings |
| 26 -webkit-font-smoothing |
| 27 -webkit-locale |
| 28 -webkit-text-orientation |
| 29 -epub-text-orientation alias_for=-webkit-text-orientation |
| 30 -webkit-writing-mode |
| 31 -epub-writing-mode alias_for=-webkit-writing-mode |
| 32 zoom |
| 33 |
| 34 // line height needs to be right after the above high-priority properties |
| 35 line-height |
| 36 |
| 37 // The remaining properties are listed in some order |
| 38 background |
| 39 background-attachment |
| 40 background-blend-mode |
| 41 background-clip |
| 42 background-color |
| 43 background-image |
| 44 background-origin |
| 45 background-position |
| 46 background-position-x |
| 47 background-position-y |
| 48 background-repeat |
| 49 background-repeat-x |
| 50 background-repeat-y |
| 51 background-size |
| 52 border |
| 53 border-bottom |
| 54 border-bottom-color |
| 55 border-bottom-left-radius |
| 56 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius |
| 57 border-bottom-right-radius |
| 58 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius |
| 59 border-bottom-style |
| 60 border-bottom-width |
| 61 border-collapse |
| 62 border-color |
| 63 border-image |
| 64 border-image-outset |
| 65 border-image-repeat |
| 66 border-image-slice |
| 67 border-image-source |
| 68 border-image-width |
| 69 border-left |
| 70 border-left-color |
| 71 border-left-style |
| 72 border-left-width |
| 73 border-radius |
| 74 border-right |
| 75 border-right-color |
| 76 border-right-style |
| 77 border-right-width |
| 78 border-spacing |
| 79 border-style |
| 80 border-top |
| 81 border-top-color |
| 82 border-top-left-radius |
| 83 -webkit-border-top-left-radius alias_for=border-top-left-radius |
| 84 border-top-right-radius |
| 85 -webkit-border-top-right-radius alias_for=border-top-right-radius |
| 86 border-top-style |
| 87 border-top-width |
| 88 border-width |
| 89 bottom |
| 90 box-shadow |
| 91 box-sizing |
| 92 // -webkit-box-sizing worked in Safari 4 and earlier. |
| 93 -webkit-box-sizing alias_for=box-sizing |
| 94 caption-side |
| 95 -epub-caption-side alias_for=caption-side |
| 96 clear |
| 97 clip |
| 98 -webkit-clip-path |
| 99 content |
| 100 counter-increment |
| 101 counter-reset |
| 102 cursor |
| 103 empty-cells |
| 104 float |
| 105 height |
| 106 image-rendering |
| 107 isolation |
| 108 justify-items |
| 109 justify-self |
| 110 left |
| 111 letter-spacing |
| 112 list-style |
| 113 list-style-image |
| 114 list-style-position |
| 115 list-style-type |
| 116 margin |
| 117 margin-bottom |
| 118 margin-left |
| 119 margin-right |
| 120 margin-top |
| 121 mask-source-type |
| 122 max-height |
| 123 max-width |
| 124 min-height |
| 125 min-width |
| 126 mix-blend-mode |
| 127 opacity |
| 128 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that
worked in Safari 1.1, |
| 129 // and may be in use on some websites and widgets. |
| 130 -webkit-opacity alias_for=opacity |
| 131 orphans |
| 132 outline |
| 133 outline-color |
| 134 outline-offset |
| 135 outline-style |
| 136 outline-width |
| 137 object-fit |
| 138 object-position |
| 139 overflow |
| 140 overflow-wrap |
| 141 overflow-x |
| 142 overflow-y |
| 143 padding |
| 144 padding-bottom |
| 145 padding-left |
| 146 padding-right |
| 147 padding-top |
| 148 page |
| 149 page-break-after |
| 150 page-break-before |
| 151 page-break-inside |
| 152 pointer-events |
| 153 position |
| 154 quotes |
| 155 resize |
| 156 right |
| 157 scroll-behavior |
| 158 size |
| 159 src |
| 160 speak |
| 161 table-layout |
| 162 tab-size |
| 163 text-align |
| 164 text-align-last |
| 165 text-decoration |
| 166 text-decoration-line |
| 167 text-decoration-style |
| 168 text-decoration-color |
| 169 text-indent |
| 170 text-justify |
| 171 text-overflow |
| 172 text-shadow |
| 173 text-transform |
| 174 -epub-text-transform alias_for=text-transform |
| 175 text-underline-position |
| 176 top |
| 177 touch-action |
| 178 touch-action-delay |
| 179 |
| 180 display |
| 181 -webkit-animation |
| 182 -webkit-animation-delay |
| 183 -webkit-animation-direction |
| 184 -webkit-animation-duration |
| 185 -webkit-animation-fill-mode |
| 186 -webkit-animation-iteration-count |
| 187 -webkit-animation-name |
| 188 -webkit-animation-play-state |
| 189 -webkit-animation-timing-function |
| 190 animation |
| 191 animation-delay |
| 192 animation-direction |
| 193 animation-duration |
| 194 animation-fill-mode |
| 195 animation-iteration-count |
| 196 animation-name |
| 197 animation-play-state |
| 198 animation-timing-function |
| 199 -webkit-transition |
| 200 -webkit-transition-delay |
| 201 -webkit-transition-duration |
| 202 -webkit-transition-property |
| 203 -webkit-transition-timing-function |
| 204 transition |
| 205 transition-delay |
| 206 transition-duration |
| 207 transition-property |
| 208 transition-timing-function |
| 209 |
| 210 unicode-bidi |
| 211 unicode-range |
| 212 vertical-align |
| 213 visibility |
| 214 white-space |
| 215 widows |
| 216 width |
| 217 will-change |
| 218 word-break |
| 219 -epub-word-break alias_for=word-break |
| 220 word-spacing |
| 221 word-wrap |
| 222 z-index |
| 223 -webkit-appearance |
| 224 -webkit-aspect-ratio |
| 225 backface-visibility |
| 226 -webkit-backface-visibility |
| 227 -webkit-background-clip |
| 228 -webkit-background-composite |
| 229 -webkit-background-origin |
| 230 // -webkit-background-size differs from background-size only in the interpretati
on of |
| 231 // a single value: -webkit-background-size: l; is equivalent to background-size:
l l; |
| 232 // whereas background-size: l; is equivalent to background-size: l auto; |
| 233 -webkit-background-size |
| 234 -webkit-border-after |
| 235 -webkit-border-after-color |
| 236 -webkit-border-after-style |
| 237 -webkit-border-after-width |
| 238 -webkit-border-before |
| 239 -webkit-border-before-color |
| 240 -webkit-border-before-style |
| 241 -webkit-border-before-width |
| 242 -webkit-border-end |
| 243 -webkit-border-end-color |
| 244 -webkit-border-end-style |
| 245 -webkit-border-end-width |
| 246 -webkit-border-fit |
| 247 -webkit-border-horizontal-spacing |
| 248 -webkit-border-image |
| 249 // -webkit-border-radius differs from border-radius only in the interpretation o
f |
| 250 // a value consisting of two lengths: "-webkit-border-radius: l1 l2;" is equival
ent |
| 251 // to "border-radius: l1 / l2;" |
| 252 -webkit-border-radius |
| 253 -webkit-border-start |
| 254 -webkit-border-start-color |
| 255 -webkit-border-start-style |
| 256 -webkit-border-start-width |
| 257 -webkit-border-vertical-spacing |
| 258 -webkit-box-align |
| 259 -webkit-box-direction |
| 260 -webkit-box-flex |
| 261 -webkit-box-flex-group |
| 262 -webkit-box-lines |
| 263 -webkit-box-ordinal-group |
| 264 -webkit-box-orient |
| 265 -webkit-box-pack |
| 266 -webkit-box-reflect |
| 267 -webkit-box-shadow |
| 268 -internal-callback |
| 269 -webkit-column-break-after |
| 270 -webkit-column-break-before |
| 271 -webkit-column-break-inside |
| 272 -webkit-column-count |
| 273 column-fill |
| 274 -webkit-column-gap |
| 275 -webkit-column-rule |
| 276 -webkit-column-rule-color |
| 277 -webkit-column-rule-style |
| 278 -webkit-column-rule-width |
| 279 -webkit-column-span |
| 280 -webkit-column-width |
| 281 -webkit-columns |
| 282 -webkit-box-decoration-break |
| 283 -webkit-filter |
| 284 align-content |
| 285 -webkit-align-content alias_for=align-content |
| 286 align-items |
| 287 -webkit-align-items alias_for=align-items |
| 288 align-self |
| 289 -webkit-align-self alias_for=align-self |
| 290 flex |
| 291 -webkit-flex alias_for=flex |
| 292 flex-basis |
| 293 -webkit-flex-basis alias_for=flex-basis |
| 294 flex-direction |
| 295 -webkit-flex-direction alias_for=flex-direction |
| 296 flex-flow |
| 297 -webkit-flex-flow alias_for=flex-flow |
| 298 flex-grow |
| 299 -webkit-flex-grow alias_for=flex-grow |
| 300 flex-shrink |
| 301 -webkit-flex-shrink alias_for=flex-shrink |
| 302 flex-wrap |
| 303 -webkit-flex-wrap alias_for=flex-wrap |
| 304 justify-content |
| 305 -webkit-justify-content alias_for=justify-content |
| 306 -webkit-font-size-delta |
| 307 grid-auto-columns |
| 308 grid-auto-flow |
| 309 grid-auto-rows |
| 310 grid-area |
| 311 grid-column |
| 312 grid-column-end |
| 313 grid-column-start |
| 314 grid |
| 315 grid-template |
| 316 grid-template-columns |
| 317 grid-template-rows |
| 318 grid-row |
| 319 grid-row-end |
| 320 grid-row-start |
| 321 grid-template-areas |
| 322 -webkit-highlight |
| 323 -webkit-hyphenate-character |
| 324 -webkit-line-box-contain |
| 325 -webkit-line-break |
| 326 -webkit-line-clamp |
| 327 -webkit-logical-width |
| 328 -webkit-logical-height |
| 329 -webkit-margin-after-collapse |
| 330 -webkit-margin-before-collapse |
| 331 -webkit-margin-bottom-collapse |
| 332 -webkit-margin-top-collapse |
| 333 -webkit-margin-collapse |
| 334 -webkit-margin-after |
| 335 -webkit-margin-before |
| 336 -webkit-margin-end |
| 337 -webkit-margin-start |
| 338 -webkit-mask |
| 339 -webkit-mask-box-image |
| 340 -webkit-mask-box-image-outset |
| 341 -webkit-mask-box-image-repeat |
| 342 -webkit-mask-box-image-slice |
| 343 -webkit-mask-box-image-source |
| 344 -webkit-mask-box-image-width |
| 345 -webkit-mask-clip |
| 346 -webkit-mask-composite |
| 347 -webkit-mask-image |
| 348 -webkit-mask-origin |
| 349 -webkit-mask-position |
| 350 -webkit-mask-position-x |
| 351 -webkit-mask-position-y |
| 352 -webkit-mask-repeat |
| 353 -webkit-mask-repeat-x |
| 354 -webkit-mask-repeat-y |
| 355 -webkit-mask-size |
| 356 -webkit-max-logical-width |
| 357 -webkit-max-logical-height |
| 358 -webkit-min-logical-width |
| 359 -webkit-min-logical-height |
| 360 order |
| 361 -webkit-order alias_for=order |
| 362 -webkit-padding-after |
| 363 -webkit-padding-before |
| 364 -webkit-padding-end |
| 365 -webkit-padding-start |
| 366 perspective |
| 367 -webkit-perspective |
| 368 perspective-origin |
| 369 -webkit-perspective-origin |
| 370 -webkit-perspective-origin-x |
| 371 -webkit-perspective-origin-y |
| 372 -webkit-print-color-adjust |
| 373 -webkit-rtl-ordering |
| 374 -webkit-ruby-position |
| 375 -webkit-text-combine |
| 376 -epub-text-combine alias_for=-webkit-text-combine |
| 377 -webkit-text-decorations-in-effect |
| 378 -webkit-text-emphasis |
| 379 -epub-text-emphasis alias_for=-webkit-text-emphasis |
| 380 -webkit-text-emphasis-color |
| 381 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color |
| 382 -webkit-text-emphasis-position |
| 383 -webkit-text-emphasis-style |
| 384 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style |
| 385 -webkit-text-fill-color |
| 386 -webkit-text-security |
| 387 -webkit-text-stroke |
| 388 -webkit-text-stroke-color |
| 389 -webkit-text-stroke-width |
| 390 transform |
| 391 -webkit-transform |
| 392 transform-origin |
| 393 -webkit-transform-origin |
| 394 -webkit-transform-origin-x |
| 395 -webkit-transform-origin-y |
| 396 -webkit-transform-origin-z |
| 397 transform-style |
| 398 -webkit-transform-style |
| 399 -webkit-user-drag |
| 400 -webkit-user-modify |
| 401 -webkit-user-select |
| 402 -webkit-shape-outside alias_for=shape-outside |
| 403 -webkit-shape-margin alias_for=shape-margin |
| 404 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 405 shape-outside |
| 406 shape-margin |
| 407 shape-image-threshold |
| 408 max-zoom |
| 409 min-zoom |
| 410 orientation |
| 411 user-zoom |
| 412 -webkit-tap-highlight-color |
| 413 -webkit-app-region |
| 414 all |
| 415 |
| 416 // Internal properties. |
| 417 -internal-marquee-direction |
| 418 -internal-marquee-increment |
| 419 -internal-marquee-repetition |
| 420 -internal-marquee-speed |
| 421 -internal-marquee-style |
OLD | NEW |