[Webkit-unassigned] [Bug 19693] Deselecting a radio button not possible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 17 02:24:12 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19693
webkit at blaut.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit at blaut.biz
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Comment #1 from webkit at blaut.biz 2008-07-17 02:24 PDT -------
I isn't possible according HTML 4.01 recommendation:
"Radio buttons are like checkboxes except that when several share the same
control name, they are mutually exclusive: when one is switched "on", all
others with the same name are switched "off". The INPUT element is used to
create a radio button control.
If no radio button in a set sharing the same control name is initially "on",
user agent behavior for choosing which control is initially "on" is undefined.
Note. Since existing implementations handle this case differently, the current
specification differs from RFC 1866 ([RFC1866] section 8.1.2.4), which states:
At all times, exactly one of the radio buttons in a set is checked. If none of
the <INPUT> elements of a set of radio buttons specifies `CHECKED', then the
user agent must check the first radio button of the set initially.
Since user agent behavior differs, authors should ensure that in each set of
radio buttons that one is initially "on"."
[http://www.w3.org/TR/REC-html40/interact/forms.html#radio]
So this report isn't possible to be proceeded.
--
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