- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 09 May 2009 08:33:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv25717/tools Modified Files: specgen.xsl Log Message: h:tml; make the target for the "skip to table of contents" link the unexpanded TOC Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/specgen.xsl,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- specgen.xsl 3 May 2009 14:07:16 -0000 1.32 +++ specgen.xsl 9 May 2009 08:33:00 -0000 1.33 @@ -603,7 +603,7 @@ </xsl:template> <xsl:template match="h:div[@id='tocjump']"> <div id="tocjump" class="skip-link" style="text-align: center"> - <a href="{$TOC-file}#toc">Skip to Table of Contents</a> + <a href="{$TOC-file}#unexpanded-toc">Skip to Table of Contents</a> </div> </xsl:template> <xsl:template match="*[@class='toc']">
Received on Saturday, 9 May 2009 08:33:10 UTC