[Webkit-unassigned] [Bug 47971] css combinator "+" in combination with NAV tag is buggy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 20 16:42:30 PDT 2010


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





--- Comment #2 from Philippe Wittenbergh <phiw at l-c-n.com>  2010-10-20 16:42:30 PST ---
Created an attachment (id=71360)
 --> (https://bugs.webkit.org/attachment.cgi?id=71360&action=review)
testcase

(In reply to comment #1)
> Do you have a test case that you could attach to the bug, or a link to an actual Web site that's affected by this problem?

testcase: the nav element (blue text - 'a list of links') should also have a blue border. It does in Gecko 1.9.2 but not WebKit latest nightly and Safari 5.

nav {display: block;}
div + nav { color: blue; }
div+nav {border: 1px solid;}

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