[Webkit-unassigned] [Bug 25720] querySelectorAll do not consider hidden input field when querying for :enabled and :disabled pseudos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 05:44:54 PDT 2009


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





------- Comment #1 from kangax at gmail.com  2009-05-14 05:44 PDT -------
I actually get "4" (in alert) on <http://www.google.com/> when using nightly
build (r43663), but yes, input[type=hidden] doesn't seem to be part of returned
NodeList.

It looks like WebKit is following HTML5 draft here, which says that :enabled
should *not match* input elements with type=hidden
<http://www.w3.org/TR/html5/interactive-elements.html#selector-enabled>


-- 
Configure bugmail: https://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