html5/markup/tools generate-spec-source.xsl,1.172,1.173

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

Modified Files:
	generate-spec-source.xsl 
Log Message:
h:tml; make the description of the attribute model for the <embed> element less insane


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- generate-spec-source.xsl	30 May 2009 11:38:56 -0000	1.172
+++ generate-spec-source.xsl	10 Jun 2009 14:59:48 -0000	1.173
@@ -1865,37 +1865,7 @@
                     <xsl:text> = </xsl:text>
                     <xsl:choose>
                       <xsl:when test="@id='embed.attrs.other'">
-                        <code>
-                          <xsl:value-of select="document('../html.rnc.spec.html')//*[@id='embed.attrs.other']"/>
-                        </code>
-                        <div class="note">
-                          <p>Note: The above definition
-                            for the
-                            <a
-                              href="#embed.attrs.other">embed.attrs.other</a>
-                            part of the <span
-                              class="element">embed</span>
-                            attribute model
-                            specifies that in addition to
-                            those elements that are already
-                            explicitly allowed on the  <span
-                              class="element">embed</span>
-                            element, the element also allows any
-                            namespace-less attribute that does not
-                            have the same name as any attribute
-                            that is already explicitly allowed
-                            on <span
-                              class="element">embed</span>; that
-                            is, except for any that has the name
-                            <code>src</code>,
-                            <code>type</code>,
-                            <code>height</code>
-                            or
-                            <code>width</code>, or that has the same
-                            name as any attribute in the <a
-                              href="#common.attrs">common.attrs</a>
-                            set of attributes.</p>
-                        </div>
+                        <span class="attr-prose-desc">Any other attribute that has no namespace.</span>
                       </xsl:when>
                       <xsl:otherwise>
                         <xsl:copy-of select="node()"/>

Received on Wednesday, 10 June 2009 14:59:55 UTC