Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

how is this Strict valid?

From: Jasper Magick <jasper.magick@gmail.com>
Date: Fri, 22 Dec 2006 08:48:40 -0500
To: www-html@w3.org
Message-id: <458BE238.60901@gmail.com>

According to this:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.w3.org%2F 

w3.org validates Strict.  But, in the source code I found this:

<h2 class="newsHeading"><a name="news" id="news" shape="rect">News</a></h2>

I thought NAME was replaced by ID in Strict doctypes, making NAME no longer valid?


Also couldn't you have archived the same effect with less code if you did this:

<h2 class="newsHeading" id="news">News</h2>
Received on Friday, 22 December 2006 13:47:50 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.