- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 05:14:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv31599/tools Modified Files: generate-spec-source.xsl Log Message: prose model Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.217 retrieving revision 1.218 diff -u -d -r1.217 -r1.218 --- generate-spec-source.xsl 29 Jan 2010 05:06:47 -0000 1.217 +++ generate-spec-source.xsl 29 Jan 2010 05:14:32 -0000 1.218 @@ -1244,7 +1244,7 @@ <xsl:if test="document(concat('../elements/',$name,'.html'))//h:div[@id='prose-model']"> <div class="no-number no-toc" id="{$name}-contents"> - <h2 class="element-subhead">Permitted contents</h2> + <h2 class="element-subhead">Permitted content</h2> <div class="prose-model"> <xsl:choose> <xsl:when @@ -1696,7 +1696,7 @@ <xsl:param name="name-dot" select="concat($name, '.')"/> <div class="no-number no-toc" id="{$name}-attr-mdl"> <xsl:text> </xsl:text> - <h2 class="element-subhead">Attribute model</h2> + <h2 class="element-subhead">Permitted attributes</h2> <xsl:text> </xsl:text> <xsl:choose> <xsl:when test="document($rnc-html)//*[(starts-with(@id,$name-dot) @@ -1708,13 +1708,13 @@ select="document($rnc-html)//*[@class='pattern'] [@id='embed.attrs' or @id='embed.attrs.other']"> <div class="attr-content-model"> - <a class="attribute-pattern-name" - id="{@id}" - href="#{@id}" - > - <xsl:value-of select="@id"/> - </a> - <xsl:text> = </xsl:text> + <!-- * <a class="attribute-pattern-name" --> + <!-- * id="{@id}" --> + <!-- * href="#{@id}" --> + <!-- * > --> + <!-- * <xsl:value-of select="@id"/> --> + <!-- * </a> --> + <!-- * <xsl:text> = </xsl:text> --> <xsl:choose> <xsl:when test="@id='embed.attrs.other'"> <span class="attr-prose-desc">Any other attribute that has no namespace.</span>
Received on Friday, 29 January 2010 05:14:36 UTC