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