- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 19 Jan 2005 08:16:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv31714
Modified Files:
help.html
Log Message:
using ordered lists for TOC
Index: help.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/help.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- help.html 22 Nov 2004 22:01:09 -0000 1.20
+++ help.html 19 Jan 2005 08:16:48 -0000 1.21
@@ -13,9 +13,9 @@
<h3 id="TableOfContents">Table of contents</h3>
<div id="toc">
-<ul>
+<ol>
<li>About the Markup Validator
- <ul>
+ <ol>
<li>
<a href="#clickedandlost">Help me! I clicked on an icon and ended up
on this strange site!</a>
@@ -46,10 +46,10 @@
<a href="#howto-feedback">How do I send feedback/bug reports
about the Markup Validator?</a>
</li>
- </ul>
+ </ol>
</li>
<li>Using this service
- <ul>
+ <ol>
<li>
<strong><a href="#manual">How do I use the Markup validator?</a></strong>
</li>
@@ -65,10 +65,10 @@
<li>
<a href="#icon">My document is valid, can I use your "valid" icon?</a>
</li>
- </ul>
+ </ol>
</li>
<li>Miscellaneous (Very) Frequently Asked Questions
- <ul>
+ <ol>
<li>
<a href="#faq-doctype"><q>No DOCTYPE Declaration Found!</q></a>
</li>
@@ -93,9 +93,9 @@
<a href="#faq-referer">/check/referer does not work</a> or the validator says it does not support
my <a href="#faq-referer">"undefined" URL scheme</a>
</li>
- </ul>
+ </ol>
</li>
-</ul>
+</ol>
</div>
Received on Wednesday, 19 January 2005 08:16:51 UTC