W3C home > Mailing lists > Public > www-validator@w3.org > December 2004

[VE][107] Error Message Feedback

From: FireWall-1 Wizard Moderator <hvdkooij@vanderkooij.org>
Date: Sat, 25 Dec 2004 00:17:31 +0100
Message-ID: <41CCA38B.3060303@vanderkooij.org>
To: www-validator@w3.org

I have some trouble trying to understand this error:

Line 43, column 17: the name and VI delimiter can be omitted from an 
attribute specification only if SHORTTAG YES is specified

<option selected value='25'>25 descriptions per page</option>

A snippet of the code from the parser:

  39: <th><form method='post' action='/virus.cms'><div><select 
name='MaxRows'>
  40: <option value='250'>250 descriptions per page</option>
  41: <option value='100'>100 descriptions per page</option>
  42: <option value='50'>50 descriptions per page</option>
  43: <option selected value='25'>25 descriptions per page</option>
  44: <option value='10'>10 descriptions per page</option>
  45: </select>

If desired you can see the results through 
http://validator.w3.org/check?uri=http://viruspool.vanderkooij.org/virus.cms

The name field is part of the select tag. But I could not find any 
reference in the HTML 4.01 document which allows a name field in the 
option tag.

Hugo.
Received on Saturday, 25 December 2004 09:40:54 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:48 UTC