unclear point in html 4.01 spec - radio buttons

Hi,

by chance I found that there is one thing that the HTML 4.01
spec is not clear about.

The standard specifies that radio buttons are mutually exclusive
and that when one is on, the others must be off (§17.2).

However, the standard does not specify what the user agent should
do if the HTML does not specify a default "on" button, i.e., when
all the buttons defaults to "off".

Right now, Netscape actually will display all-off buttons, but
lynx will arbitrary display the first button as "on".

And it's disheartening that there are actually sites using radio
buttons where the "all-off" case is in fact valid input :(

-- 
Ambrose Li                   <ai337@freenet.toronto.on.ca>
                              http://www.interlog.com/~acli/
                    "A good style should show no sign of effort;
what is written should seem a happy accident." -- Somerset Maugham.

Received on Tuesday, 28 September 1999 05:27:00 UTC