- From: Johnathan Castle <johnc@epic.co.uk>
- Date: Tue, 29 Oct 2002 12:25:01 -0500 (EST)
- To: www-validator@w3.org
Hello,
I'm not sure why this happens, wether its a bug in the code or an
incorrect text entry, but the following doens't seem quite right:
Line 59, column 17:
<label for="searchbox" class="Whiteonly">Search</label>
^
Error: X
I'm fairly certain the validation error is caused by the lack on an ID
field on the input tag, here is the HTML that caused this error:
<label for="searchbox" class="Whiteonly">Search</label>
<input type="text" name="searchbox">
The error disappears once and ID is specified.
Cheers, Johnathan
Received on Tuesday, 29 October 2002 17:31:47 UTC