validator/htdocs/docs errors.html,1.39,1.40

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv8394/htdocs/docs

Modified Files:
	errors.html 
Log Message:
In collaboration with (and mostly courtesy of) Valerio Proietti (mad4milk/mootools), 
cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator.

Changes include:
* cleaner CSS for the UI
* (more) accessible, gracefully degrading tab and toggle scripting
* smooth, unobtrusive transition effects
* form styling
* Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view"
 (e.g one can link directly to the "by upload", "with options toggled on" 
  this was an issue in earlier toggle script versions for the CSS validator
* scripting with smaller footprint
* minor CSS changes (page and UI takes all width, etc)



Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- errors.html	7 May 2007 14:43:29 -0000	1.39
+++ errors.html	31 May 2007 02:32:14 -0000	1.40
@@ -3,7 +3,7 @@
 --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service"
 --><!--#set var="relroot" value="../"
 --><!--#include virtual="../header.html" -->
-
+<div class="doc">
 <h2 id="skip">Explanation of the error messages<br /> for the W3C Markup Validator</h2>
 
 <h3 id="TableOfContents">Table of Contents</h3>
@@ -214,8 +214,8 @@
     <p>
       Another possibility is that you used an element which requires
       a child element that you did not include. Hence the parent element
-      is "not finished", not complete. For instance, &lt;head&gt; generally
-      requires a &lt;title&gt;, lists (ul, ol, dl) require list items (li, 
+      is "not finished", not complete. For instance, in HTML the &lt;head&gt; element
+      must contain a &lt;title&gt; child element, lists (ul, ol, dl) require list items (li, 
       or dt, dd), and so on. 
     </p>
   </div>
@@ -3235,6 +3235,7 @@
       
     </ul>
   </div>
+</div><!-- doc -->
 <!--#include virtual="../footer.html" -->
   </body>
 </html>

Received on Thursday, 31 May 2007 02:32:28 UTC