Outdated link for character entity list in validator error message (non SGML character number)

When using http://validator.w3.org to validate HTML 4.01 Strict (and
possibly others) by using direct input, the "non SGML character number" (133
in this particular case) is reported appropriately when a character outside
the accepted range is encountered, however the "character entity" link
referenced in the error description appears to be outdated.  The "character
entity" link references character entity documentation for HTML 3:
  http://www.w3.org/MarkUp/html3/latin1.html

Shouldn't the link reference character entity documentation for HTML
4(.01)?:
  http://www.w3.org/TR/html4/sgml/entities.html
  http://www.w3.org/TR/html401/sgml/entities.html

Josh

-- Begin quoted validation error --
non SGML character number

You have used an illegal character in your text. HTML uses the standard
UNICODE Consortium character repertoire, and it leaves undefined (among
others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that
are sometimes used for typographical quote marks and similar in proprietary
character sets. The validator has found one of these undefined characters in
your document. The character may appear on your browser as a curly quote, or
a trademark symbol, or some other fancy glyph; on a different computer,
however, it will likely appear as a completely different character, or
nothing at all. 

Your best bet is to replace the character with the nearest equivalent ASCII
character, or to use an appropriate character entity. For more information
on Character Encoding on the web, see Alan Flavell's excellent HTML
Character Set Issues reference. 

This error can also be triggered by formatting characters embedded in
documents by some word processors. If you use a word processor to edit your
HTML documents, be sure to use the "Save as ASCII" or similar command to
save the document without formatting information.
-- End quoted validation error --

Received on Saturday, 28 July 2012 18:21:40 UTC