- From: Bjoern Hoehrmann <bjoern@hutz.w3.org>
- Date: Sun, 23 May 2004 01:17:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs In directory hutz:/tmp/cvs-serv23789 Modified Files: Tag: validator-0_6_0-branch why.html Log Message: name attribute is not allowed on div elements... Index: why.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/why.html,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -u -d -r1.5.2.2 -r1.5.2.3 --- why.html 5 May 2004 22:24:27 -0000 1.5.2.2 +++ why.html 23 May 2004 01:17:10 -0000 1.5.2.3 @@ -3,7 +3,7 @@ --><!--#set var="title" value="Why Validate?" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> - <div id="skip" name="skip" class="colophon"> + <div id="skip" class="colophon"> <h2>Why Validate?</h2> <p> This document attempts to answer the questions many people have
Received on Saturday, 22 May 2004 21:19:46 UTC