summaryrefslogtreecommitdiffstats
path: root/htdocs/docs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-xhtdocs/docs/errors.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html
index ea65e8e..005c8d8 100755
--- a/htdocs/docs/errors.html
+++ b/htdocs/docs/errors.html
@@ -1,9 +1,9 @@
-<!--#set var="revision" value="\$Id: errors.html,v 1.39 2007-05-07 14:43:29 ot Exp $"
---><!--#set var="date" value="\$Date: 2007-05-07 14:43:29 $"
+<!--#set var="revision" value="\$Id: errors.html,v 1.40 2007-05-31 02:32:14 ot Exp $"
+--><!--#set var="date" value="\$Date: 2007-05-31 02:32:14 $"
--><!--#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>