Bug: ID Attributes as numbers

Hi,

http://www.w3.org/TR/REC-html40/sgml/dtd.html#Text

`ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by
any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"),
colons (":"), and periods (".").'

Example:

<P ID=1>text

Tidy: no warnings or errors were found

Tidy should treat this as an error.

regards,
--
Björn Höhrmann - mailto:bjoern@hoehrmann.de - http://www.bjoernsworld.de

Received on Sunday, 7 November 1999 09:50:26 UTC