RE: Tests 186, 187, 188, 189,

Roberto Scano:
There is a problem for label esplicit association. The "for" attribute refer
to the ID and HTML spec don't authorize to use more than one ID per page.

Luca Mascaro:
A simple example:

<label for="field1">Label 1</label> <input type="radio" value="1" name="field"
id="field1" />
<label for="field2">Label 2</label> <input type="radio" value="2" name="field"
id="field2" />

Received on Wednesday, 10 August 2005 16:18:27 UTC