[Webkit-unassigned] [Bug 12520] New: ARCH: Sibling selectors don't work dynamically

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 31 19:49:51 PST 2007


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

           Summary: ARCH: Sibling selectors don't work dynamically
           Product: WebKit
           Version: 420+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morganl.webkit at yahoo.com


Sibling selectors don't work dynamically

e.g.:

h2 + div {
  display: block;
}
h2.foo + div {
  display: none;
}

If I toggle the class attribute of h2, I don't see the display of the next
sibling div change.

Testcase coming up.  Perhaps this is related to bug 12519.


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