Hello,
I would like to know why the W3C decided not to make the following
valid XHTML:
<input checked type="radio" name="foo" value="bar" />FooBar
forcing people to write the following to make the document comply:
<input checked="checke d" type="radio" name="foo" value="bar" />FooBar
It seems kind or redundant to have the "checked" explicitly written down,
doesn't it?
Regards,
Neil
Comment