- From: <ve3ll@cogeco.ca>
- Date: Mon, 07 Jan 2008 09:05:37 -0500
- To: www-amaya@w3.org
A short demo follows which shows Amaya not flagging some id problems. 1] label for / control id mismatch 2] duplicate ids on page 3] and a nesting problem for the label/control which needs a wrapper...... //--------------------------------------------------- <?xml version="1.1" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head><title>IdBugs:VE3LL@RAC.CA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> </head><body><h1>IdBugs:VE3LL@RAC.CA</h1> <p id="twin">The first issue is a mismatch of label for and control id.</p> <label for="foo">Student Name:</label><input id="bar" type="text"/> <p id="twin">The second issue is a duplicate id situation. All paragraphs have the same one.</p> <p id="twin">The third issue is that label/control is not nested correctly. None of these three problems is caught by Amaya but they are flagged by the w3.org validator and ARV.</p> </body></html> -- -- John Russell, VE3LL@COGECO.CA http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
Received on Monday, 7 January 2008 14:05:45 UTC