[Webkit-unassigned] [Bug 62668] Webkit allows disabled option as value of "required" select

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 17:12:12 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Unspecified                 |All
         OS/Version|Unspecified                 |All
             Status|UNCONFIRMED                 |NEW
                 CC|                            |dmikurube at chromium.org
     Ever Confirmed|0                           |1




--- Comment #2 from Kent Tamura <tkent at chromium.org>  2011-06-15 17:12:12 PST ---
HTMLSelectElement::hasPlaceHolderLabelOption() checks option->disabled(), but the current specification doesn't ask to check 'disabled' for placeholder label option.

I don't remember why we added the option->disabled() check. The specification might have been updated.

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