- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jun 2009 17:16:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv4070/tools
Modified Files:
generate-spec-source.xsl
Log Message:
h:tml; fixed placement of attribute descriptions for command and button elements
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- generate-spec-source.xsl 15 Jun 2009 13:20:25 -0000 1.175
+++ generate-spec-source.xsl 15 Jun 2009 17:16:11 -0000 1.176
@@ -403,36 +403,6 @@
<section id="shared-attributes">
<xsl:text> </xsl:text>
<h2>Other shared attributes</h2>
- <section id="common-command-attrs">
- <xsl:text> </xsl:text>
- <h2>Command attributes</h2>
- <xsl:text> </xsl:text>
- <div class="content-model">
- <span class="common-pattern-name"><dfn
- id="common-command.attrs">common-command.attrs</dfn></span>
- <xsl:text> = </xsl:text>
- <xsl:for-each
- select="document('../html.rnc.spec.html')//h:*[@id='common-command.attrs']/node()">
- <xsl:copy-of select="."/>
- </xsl:for-each>
- <xsl:text> </xsl:text>
- <a class="hash" href="#common-command.attrs">#</a>
- <xsl:text> </xsl:text>
- </div>
- <xsl:text> </xsl:text>
- <div class="no-number no-toc">
- <xsl:text> </xsl:text>
- <dl class="attr-defs">
- <xsl:for-each select="document('../html.rnc.spec.html')//h:*[@id='common-command.attrs']/h:a">
- <xsl:call-template name="make.attribute.definition"/>
- </xsl:for-each>
- <xsl:text> </xsl:text>
- </dl>
- <xsl:text> </xsl:text>
- </div>
- <xsl:text> </xsl:text>
- </section>
- <xsl:text> </xsl:text>
<section id="common-media-attrs">
<xsl:text> </xsl:text>
<h2>Media attributes</h2>
Received on Monday, 15 June 2009 17:16:20 UTC