Skip to content
codler edited this page Jan 31, 2011 · 18 revisions

Rules supported

Vendor-prefix

A

animation, animation-delay, animation-direction, animation-duration, animation-iteration-count, animation-name, animation-timing-function,

B

backface-visibility, background-clip, background-origin, background-size, border-image, border-corner-image, border-top-image, border-right-image, border-bottom-image, border-left-image, border-top-left-image, border-top-right-image, border-bottom-left-image, border-bottom-right-image, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius,

box-align, box-direction, box-flex, box-flex-group, box-lines, box-ordinal-group, box-orient, box-pack, box-shadow, box-sizing,

C

column-count, column-gap, column-rule, column-rule-color, column-rule-style, column-rule-width, column-width, columns,

M

marquee, marquee-direction, marquee-speed, marquee-style,

P

perspective, perspective-origin,

T

tab-size, text-fill-color, text-overflow, text-stroke, text-stroke-color, text-stroke-width, text-size-adjust, transform, transform-origin, transform-style, transition, transition-delay, transition-duration, transition-property, transition-timing-function,

U

user-modify, user-select,

Value Rules

  • Calc
  • padding-box, border-box, content-box on background-clip, background-origin for firefox <4

Selection Rules

  • ::selection
  • @keyframes

shim

IE7 (only in version 1.27 and less)

  • display: inline-block turns into display: inline

IE7-8

  • alpha color works on background-color, eg rgba( 0 , 0 , 0 , 0.8 )
Clone this wiki locally