[Webkit-unassigned] [Bug 45168] CSS multiple adjacent sibling selector sequence is ignored if prefixed with a pseudo-class selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 21 23:20:46 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=45168


Binyamin <7raivis at inbox.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |7raivis at inbox.lv




--- Comment #2 from Binyamin <7raivis at inbox.lv>  2012-04-21 23:20:46 PST ---
The CSS hack 

     body { -webkit-animation: bugfix infinite 1s; }
     @-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }

applies like an issue on Chrome 18.0.1025.162 m, but doe not work on Chrome 20.0.1112.0 canary.

Demo http://jsfiddle.net/W7L7M/3/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list