- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Mar 2007 03:52:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv20102/share/templates/en_US
Modified Files:
opt_show_outline.tmpl
Log Message:
bringing back the document outline, with SAX.
Using a <pre> and whitespace to show the level of outline is unfortunate,
but is the only sane way of doing it in case of broken markup with unclosed <hx>
Index: opt_show_outline.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_outline.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- opt_show_outline.tmpl 20 Feb 2007 02:05:43 -0000 1.4
+++ opt_show_outline.tmpl 23 Mar 2007 03:52:21 -0000 1.5
@@ -5,8 +5,9 @@
heading tags (<code><h1></code> through <code><h6></code>.)
</p>
-
+<pre class="outline">
<TMPL_VAR NAME="file_outline">
+</pre>
<p>
If this does not look like a real outline, it is likely that the
heading tags are not being used properly. (Headings should reflect
Received on Friday, 23 March 2007 03:52:35 UTC