[Webkit-unassigned] [Bug 39955] New: CSS attribute selector don't update on input[value]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 07:53:30 PDT 2010


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

           Summary: CSS attribute selector don't update on input[value]
           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: mikael.abrahamsson at gmail.com


When using the following selector:
input[value=""]
And the following code:
<input type="text" value="" />

The selector doesn't get invalidated when enter text into the input.
If I use JavaScript to set the value attribute the selector gets invalidated.

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