[Webkit-unassigned] [Bug 14200] New: Child descendant CSS selectors don't match nested elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 17 11:06:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14200

           Summary: Child descendant CSS selectors don't match nested
                    elements
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows 2000
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: excors at gmail.com


See the attached test case, which has a div>span>span>b structure. The "div >
span" part of the CSS rule should match the first span, and "div > span b"
should match the b descendant.

Expected results: The text should have a green background.

Actual results: The text has a red background.

The test passes in IE7, FF2, Opera 9, and Konq 3.5.


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



More information about the webkit-unassigned mailing list