1 # 2 # CSS property names 3 # 4 # Some properties are used internally, but are not part of CSS. They are used to 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 background 12 background-attachment 13 background-clip 14 background-color 15 background-image 16 background-origin 17 background-position 18 background-position-x 19 background-position-y 20 background-repeat 21 background-repeat-x 22 background-repeat-y 23 background-size 24 border 25 border-bottom 26 border-bottom-color 27 border-bottom-left-radius 28 border-bottom-right-radius 29 border-bottom-style 30 border-bottom-width 31 border-collapse 32 border-color 33 border-left 34 border-left-color 35 border-left-style 36 border-left-width 37 border-radius 38 border-right 39 border-right-color 40 border-right-style 41 border-right-width 42 border-spacing 43 border-style 44 border-top 45 border-top-color 46 border-top-left-radius 47 border-top-right-radius 48 border-top-style 49 border-top-width 50 border-width 51 bottom 52 caption-side 53 clear 54 clip 55 color 56 content 57 counter-increment 58 counter-reset 59 cursor 60 direction 61 display 62 empty-cells 63 float 64 font 65 font-family 66 font-size 67 font-stretch 68 font-style 69 font-variant 70 font-weight 71 height 72 left 73 letter-spacing 74 line-height 75 list-style 76 list-style-image 77 list-style-position 78 list-style-type 79 margin 80 margin-bottom 81 margin-left 82 margin-right 83 margin-top 84 max-height 85 max-width 86 min-height 87 min-width 88 opacity 89 orphans 90 outline 91 outline-color 92 outline-offset 93 outline-style 94 outline-width 95 overflow 96 overflow-x 97 overflow-y 98 padding 99 padding-bottom 100 padding-left 101 padding-right 102 padding-top 103 page 104 page-break-after 105 page-break-before 106 page-break-inside 107 pointer-events 108 position 109 quotes 110 resize 111 right 112 size 113 src 114 table-layout 115 text-align 116 text-decoration 117 text-indent 118 text-line-through 119 text-line-through-color 120 text-line-through-mode 121 text-line-through-style 122 text-line-through-width 123 text-overflow 124 text-overline 125 text-overline-color 126 text-overline-mode 127 text-overline-style 128 text-overline-width 129 text-rendering 130 text-shadow 131 text-transform 132 text-underline 133 text-underline-color 134 text-underline-mode 135 text-underline-style 136 text-underline-width 137 top 138 unicode-bidi 139 unicode-range 140 vertical-align 141 visibility 142 white-space 143 widows 144 width 145 word-break 146 word-spacing 147 word-wrap 148 z-index 149 zoom 150 -webkit-animation 151 -webkit-animation-delay 152 -webkit-animation-direction 153 -webkit-animation-duration 154 -webkit-animation-iteration-count 155 -webkit-animation-name 156 -webkit-animation-play-state 157 -webkit-animation-timing-function 158 -webkit-appearance 159 -webkit-backface-visibility 160 -webkit-background-clip 161 -webkit-background-composite 162 -webkit-background-origin 163 # -webkit-background-size differs from background-size only in the interpretation of 164 # a single value: -webkit-background-size: l; is equivalent to background-size: l l; 165 # whereas background-size: l; is equivalent to background-size: l auto; 166 -webkit-background-size 167 -webkit-binding 168 -webkit-border-fit 169 -webkit-border-horizontal-spacing 170 -webkit-border-image 171 172 # -webkit-border-radius differs from border-radius only in the interpretation of 173 # a value consisting of two lengths: "-webkit-border-radius: l1 l2;" is equivalent 174 # to "border-radius: l1 / l2;" 175 -webkit-border-radius 176 -webkit-border-vertical-spacing 177 -webkit-box-align 178 -webkit-box-direction 179 -webkit-box-flex 180 -webkit-box-flex-group 181 -webkit-box-lines 182 -webkit-box-ordinal-group 183 -webkit-box-orient 184 -webkit-box-pack 185 -webkit-box-reflect 186 -webkit-box-shadow 187 -webkit-box-sizing 188 -webkit-color-correction 189 -webkit-column-break-after 190 -webkit-column-break-before 191 -webkit-column-break-inside 192 -webkit-column-count 193 -webkit-column-gap 194 -webkit-column-rule 195 -webkit-column-rule-color 196 -webkit-column-rule-style 197 -webkit-column-rule-width 198 -webkit-column-width 199 -webkit-columns 200 -webkit-font-size-delta 201 -webkit-font-smoothing 202 -webkit-highlight 203 -webkit-line-break 204 -webkit-line-clamp 205 -webkit-margin-bottom-collapse 206 -webkit-margin-collapse 207 -webkit-margin-start 208 -webkit-margin-top-collapse 209 -webkit-marquee 210 -webkit-marquee-direction 211 -webkit-marquee-increment 212 -webkit-marquee-repetition 213 -webkit-marquee-speed 214 -webkit-marquee-style 215 -webkit-mask 216 -webkit-mask-attachment 217 -webkit-mask-box-image 218 -webkit-mask-clip 219 -webkit-mask-composite 220 -webkit-mask-image 221 -webkit-mask-origin 222 -webkit-mask-position 223 -webkit-mask-position-x 224 -webkit-mask-position-y 225 -webkit-mask-repeat 226 -webkit-mask-repeat-x 227 -webkit-mask-repeat-y 228 -webkit-mask-size 229 -webkit-match-nearest-mail-blockquote-color 230 -webkit-nbsp-mode 231 -webkit-padding-start 232 -webkit-perspective 233 -webkit-perspective-origin 234 -webkit-perspective-origin-x 235 -webkit-perspective-origin-y 236 -webkit-rtl-ordering 237 # ANDROID_CSS_TAP_HIGHLIGHT_COLOR: added CSS property (also in iPhone) 238 -webkit-tap-highlight-color 239 # end ANDROID_CSS_TAP_HIGHLIGHT_COLOR 240 -webkit-text-decorations-in-effect 241 -webkit-text-fill-color 242 -webkit-text-security 243 -webkit-text-size-adjust 244 -webkit-text-stroke 245 -webkit-text-stroke-color 246 -webkit-text-stroke-width 247 -webkit-transform 248 -webkit-transform-origin 249 -webkit-transform-origin-x 250 -webkit-transform-origin-y 251 -webkit-transform-origin-z 252 -webkit-transform-style 253 -webkit-transition 254 -webkit-transition-delay 255 -webkit-transition-duration 256 -webkit-transition-property 257 -webkit-transition-timing-function 258 -webkit-user-drag 259 -webkit-user-modify 260 -webkit-user-select 261 -webkit-variable-declaration-block 262