- From: Dan Connolly via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Oct 2008 08:38:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27115 Modified Files: toc-status.html tocmix.xsl Log Message: toc-status indents now Index: tocmix.xsl =================================================================== RCS file: /sources/public/html5/spec/tocmix.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tocmix.xsl 8 May 2008 17:35:52 -0000 1.2 +++ tocmix.xsl 24 Oct 2008 08:38:50 -0000 1.3 @@ -7,7 +7,7 @@ <xsl:param name="Annotations" /> <xsl:param name="AnnoDB" select="document($Annotations)" /> -<xsl:template match="h:ul[@class='toc']"> +<xsl:template match="h:ol[@class='toc']"> <xsl:apply-templates mode="toc" /> </xsl:template> @@ -30,11 +30,12 @@ </xsl:copy> </xsl:template> -<xsl:template match="@*" mode="toc"> - <xsl:copy /> +<xsl:template match="@*|node()" mode="toc"> + <xsl:copy> + <xsl:apply-templates select="@*|node()" mode="toc"/> + </xsl:copy> </xsl:template> - <xsl:template match="h:html"> <html> <xsl:apply-templates /> Index: toc-status.html =================================================================== RCS file: /sources/public/html5/spec/toc-status.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- toc-status.html 8 May 2008 17:35:52 -0000 1.2 +++ toc-status.html 24 Oct 2008 08:38:49 -0000 1.3 @@ -1,1336 +1,1454 @@ <?xml version="1.0"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://www.w3.org/1999/xhtml"><head><head/></head><body> -<li>1. -Introduction - -<li>1.1 Scope - -<li>1.1.1 -Relationship to HTML 4.01, XHTML 1.1, DOM2 HTML</li> -<li>1.1.2 -Relationship to XHTML2</li> [...2652 lines suppressed...] -<li>10.4 -Timers</li> - +using other technologies that are further described herein</a> +<ol> +<li><a href="#localization"><span class="secno">10.1</span> +Localization</a></li> +<li><a href="#declarative-2d-vector-graphics-and-animation"><span class="secno">10.2</span> Declarative 2D vector graphics and +animation</a></li> +<li><a href="#declarative-3d-scenes"><span class="secno">10.3</span> Declarative 3D scenes</a></li> +<li><a href="#timers"><span class="secno">10.4</span> +Timers</a></li> +</ol> </li> -<li class="no-num"><b>TBW</b>References</li> -<li class="no-num"><b>WIP</b>Acknowledgements</li> +<li><a class="no-num" href="#index">Index</a></li> +<li><b>TBW</b><a class="no-num" href="#references">References</a></li> +<li><b>WIP</b><a class="no-num" href="#acknowledgements">Acknowledgements</a></li> </body></html>
Received on Friday, 24 October 2008 08:39:01 UTC