- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 May 2009 11:38:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv7302/tools Modified Files: generate-spec-source.xsl Log Message: h:tml; pull down upstream schema change that makes <map> content model transparent; also, locally refine handling of value attribute on button elements so that it's not a shared attribute pattern any longer Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.171 retrieving revision 1.172 diff -u -d -r1.171 -r1.172 --- generate-spec-source.xsl 3 May 2009 15:59:43 -0000 1.171 +++ generate-spec-source.xsl 30 May 2009 11:38:56 -0000 1.172 @@ -638,42 +638,6 @@ <xsl:text> </xsl:text> </dl> <xsl:text> </xsl:text> - <dl class="attr-defs"> - <xsl:for-each select="document('../html.rnc.spec.html')//h:span[@class='pattern'] - [starts-with(@id,'button.attrs')] - "> - <dt> - <xsl:variable name="shared-attr-name"> - <xsl:value-of select="h:span[@class='name']"/> - </xsl:variable> - <dfn class="attribute-name" id="{@id}" - title="{@id}"> - <xsl:copy-of select="$shared-attr-name"/> - </dfn> - <span class="attr-values"> - <xsl:text> = </xsl:text> - <xsl:for-each select="h:span[@class='model']/node()"> - <xsl:choose> - <xsl:when test="name()=''"> - <xsl:call-template name="string.subst"> - <xsl:with-param name="string" select="."/> - <xsl:with-param name="target">d:string</xsl:with-param> - <xsl:with-param name="replacement"></xsl:with-param> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="."/> - </xsl:otherwise> - </xsl:choose> - </xsl:for-each> - </span> - <a class="hash" href="#{@id}">#</a> - </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> - </xsl:for-each> - <xsl:text> </xsl:text> - </dl> - <xsl:text> </xsl:text> </div> <xsl:text> </xsl:text> </section>
Received on Saturday, 30 May 2009 11:39:05 UTC