html5/markup/tools generate-spec-source.xsl,1.175,1.176

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>&#10;        </xsl:text>
             <h2>Other shared attributes</h2>
-          <section id="common-command-attrs">
-            <xsl:text>&#10;        </xsl:text>
-            <h2>Command attributes</h2>
-            <xsl:text>&#10;        </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>&#10;            </xsl:text>
-            </div>
-            <xsl:text>&#10;      </xsl:text>
-            <div class="no-number no-toc">
-              <xsl:text>&#10;        </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>&#10;        </xsl:text>
-              </dl>
-              <xsl:text>&#10;      </xsl:text>
-            </div>
-            <xsl:text>&#10;    </xsl:text>
-          </section>
-          <xsl:text>&#10;    </xsl:text>
           <section id="common-media-attrs">
             <xsl:text>&#10;        </xsl:text>
             <h2>Media attributes</h2>

Received on Monday, 15 June 2009 17:16:20 UTC