- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Jun 2009 09:18:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv25965/tools
Modified Files:
generate-spec-source.xsl specgen.xsl
Log Message:
h:tml; did substantial reorganizing and refining to the Syntax section; introduce the terms "replaceable character data" and "non-replaceable character data"
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- generate-spec-source.xsl 16 Jun 2009 18:44:27 -0000 1.181
+++ generate-spec-source.xsl 29 Jun 2009 09:18:50 -0000 1.182
@@ -48,11 +48,13 @@
<xsl:text> </xsl:text>
<xsl:copy-of select="document('../src/terms.html')"/>
<xsl:text> </xsl:text>
+ <xsl:copy-of select="document('../src/html-xhtml.html')"/>
+ <xsl:text> </xsl:text>
<xsl:copy-of select="document('../src/syntax.html')"/>
<xsl:text> </xsl:text>
<section id="elements">
<xsl:text> </xsl:text>
- <h2>HTML elements</h2>
+ <h2>Elements</h2>
<!-- * make the Elements section -->
<div class="toc"/>
<xsl:apply-templates select="descendant::*[local-name() = 'element'][@name]">
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- specgen.xsl 13 Jun 2009 08:36:16 -0000 1.34
+++ specgen.xsl 29 Jun 2009 09:18:50 -0000 1.35
@@ -541,7 +541,7 @@
<xsl:call-template name="write.chunk">
<xsl:with-param name="quiet" select="$quiet"/>
<xsl:with-param name="content" select="$content"/>
- <xsl:with-param name="title" select="normalize-space(h:h2)"/>
+ <xsl:with-param name="title" select="concat('HTML5: ',normalize-space(h:h2))"/>
<xsl:with-param name="filename">
<xsl:value-of select="@id"/>
<xsl:text>.html</xsl:text>
Received on Monday, 29 June 2009 09:19:02 UTC