html5/markup/tools generate-spec-source.xsl,1.296,1.297 specgen.xsl,1.92,1.93

Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv29151/tools

Modified Files:
	generate-spec-source.xsl specgen.xsl 
Log Message:
document the track element


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- generate-spec-source.xsl	13 Dec 2010 08:06:46 -0000	1.296
+++ generate-spec-source.xsl	15 Dec 2010 05:52:10 -0000	1.297
@@ -1830,7 +1830,7 @@
                 <xsl:text>object</xsl:text>
               </a>
             </xsl:when>
-            <xsl:when test="$name='source'">
+            <xsl:when test="$name='source' or $name='track'">
               <a href="#audio">
                 <xsl:text>audio</xsl:text>
               </a>

Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- specgen.xsl	8 Dec 2010 10:32:49 -0000	1.92
+++ specgen.xsl	15 Dec 2010 05:52:10 -0000	1.93
@@ -187,7 +187,7 @@
           <xsl:with-param name="maturity" select="$maturity"/>
           <xsl:with-param name="quiet" select="$quiet"/>
           <xsl:with-param name="content" select="$index-contents"/>
-          <xsl:with-param name="title">HTML5: Index</xsl:with-param>
+          <xsl:with-param name="title">Index - HTML5</xsl:with-param>
         </xsl:call-template>
         <xsl:call-template name="write.chunk">
           <xsl:with-param name="method">xml</xsl:with-param>
@@ -196,7 +196,7 @@
           <xsl:with-param name="maturity" select="$maturity"/>
           <xsl:with-param name="quiet" select="$quiet"/>
           <xsl:with-param name="content" select="$index-contents"/>
-          <xsl:with-param name="title">HTML5: Index</xsl:with-param>
+          <xsl:with-param name="title">Index - HTML5</xsl:with-param>
         </xsl:call-template>
       </xsl:otherwise>
     </xsl:choose>
@@ -855,7 +855,6 @@
           <xsl:with-param name="quiet" select="$quiet"/>
           <xsl:with-param name="content" select="$content"/>
           <xsl:with-param name="title">
-            <xsl:text>HTML5: </xsl:text>
             <xsl:for-each select='h:h2/node()
               [not(contains(@class,"obsoleted-feature"))]
               [not(contains(@class,"changed-feature"))]
@@ -873,6 +872,7 @@
             <xsl:if test='h:h2/node()[contains(@class,"new-feature")]'>
               <xsl:text>(NEW)</xsl:text>
             </xsl:if>
+            <xsl:text> - HTML5</xsl:text>
           </xsl:with-param>
           <xsl:with-param name="filename">
             <xsl:if test="not($aria=0)">

Received on Wednesday, 15 December 2010 05:52:15 UTC