- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Jul 2010 03:03:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv20796/tools
Modified Files:
generate-spec-source.xsl
Log Message:
checkpointing more per-attribute spec links
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- generate-spec-source.xsl 5 Jul 2010 14:07:19 -0000 1.258
+++ generate-spec-source.xsl 6 Jul 2010 03:03:06 -0000 1.259
@@ -1174,9 +1174,11 @@
</xsl:otherwise>
</xsl:choose>
</span>
- <xsl:if test="not(contains($name,'.'))">
<xsl:variable name="target">
<xsl:choose>
+ <xsl:when test="starts-with($name,'button')">the-button-element</xsl:when>
+ <xsl:when test="starts-with($name,'command')">the-command</xsl:when>
+ <xsl:when test="starts-with($name,'input')">the-input-element</xsl:when>
<xsl:when test="$name = 'audio'">audio</xsl:when>
<xsl:when test="$name = 'body'">the-body-element-0</xsl:when>
<xsl:when test="$name = 'command'">the-command</xsl:when>
@@ -1205,7 +1207,6 @@
<a title="Read about the {$name} element in the HTML5 spec"
href="http://dev.w3.org/html5/spec-author-view/#{$target}">ⓘ</a>
</span>
- </xsl:if>
<xsl:text> </xsl:text>
<xsl:if test='not($obsoleted="")'>
<xsl:text> </xsl:text>
Received on Tuesday, 6 July 2010 03:03:11 UTC