[Webkit-unassigned] [Bug 36551] Radio buttons with empty names should form a group, too
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 01:20:49 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=36551
Kent Tamura <tkent at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #2 from Kent Tamura <tkent at chromium.org> 2011-12-21 01:20:49 PST ---
HTML5 says
> They both have a name attribute, their name attributes are not empty, and the value of a's name attribute is a compatibility caseless match for the value of b's name attribute.
http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#radio-button-state-(type=radio)
IE also doesn't make a group for empty name. We have no reason to change the current behavior.
--
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