[Bug 13754] as an author, I would have expected that a radio button with value="" checked would be suffering from being missing when the form is submitted

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13754

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-04 23:44:49 UTC ---
What's the use case?

Note that there is a submission difference between nothing being selected and
an <input type=radio value=""> being selected — in the former case, nothing
is submitted; in the latter case, the name is submitted. So it is included in
the submission. It's not like nothing is sent.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 4 October 2011 23:44:55 UTC