Return to Snippet

Revision: 39965
at January 24, 2011 06:53 by classicc


Initial Code
body {-webkit-animation:bugfix infinite 1s;}
@-webkit-keyframes bugfix { from{white-space:default;} to{white-space:normal;} }

Initial URL


Initial Description
In Webkit, when a general (x ~ y) or adjacent sibling selector (x + y) is combined with a dynamic pseudo class such as :hover, :focus, :checked, etc., the function breaks. This code snippet fixes it.

Initial Title
Pseudo-class combined with sibling selector fix for Webkit

Initial Tags
css

Initial Language
CSS