[Webkit-unassigned] [Bug 51247] New: css attribute + child selector not updated properly when attribute change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 17 05:46:22 PST 2010


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

           Summary: css attribute + child selector not updated properly
                    when attribute change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Created an attachment (id=76872)
 --> (https://bugs.webkit.org/attachment.cgi?id=76872&action=review)
testcase

Hi,
I have a css rule with an attribute selector and a  child selector. Such as:

div[funky] > span  {
}

it works fine except when "funky" attribute is removed by script, the css rule still applies

Also, when setting no attribute at load time, and adding the attribute, the css rule will not apply.

I tested it with webkit-gtk and chromium on linux.

See attached testcase

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