[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
Sun May 5 11:04:55 PDT 2013


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


Frederik <allyouneedis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allyouneedis at gmail.com




--- Comment #4 from Frederik <allyouneedis at gmail.com>  2013-05-05 11:03:14 PST ---
still not fixed in Version 26.0.1410.63

here's some minimal code to try:

<style>.a:checked + .b{background:yellow;}</style>
<input type="checkbox" class="a"><span class="b">b</span>

-- 
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