Skip to content
codler edited this page Dec 14, 2010 · 18 revisions

Rules supported

This page needs to clean up

Vendor-prefix

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

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,

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

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

perspective, perspective-origin,

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

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

  • display: inline-block turns into display: inline
  • alpha color works on background-color, eg rgba( 0 , 0 , 0 , 0.8 )
Clone this wiki locally