- From: <info@lucamascaro.info>
- Date: Wed, 10 Aug 2005 18:18:19 +0200
- To: Roberto Scano - IWA/HWG <rscano@iwa-italy.org>
- Cc: 'Yvette Hoitink' <y.p.hoitink@heritas.nl>, 'WCAG WG mailing list' <w3c-wai-gl@w3.org>
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