- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Jul 2010 13:31:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv31460/tools
Modified Files:
generate-spec-source.xsl
Log Message:
make spec links for window event-handler attributes point to the right place
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- generate-spec-source.xsl 22 Jul 2010 20:16:40 -0000 1.269
+++ generate-spec-source.xsl 23 Jul 2010 13:31:06 -0000 1.270
@@ -2682,7 +2682,10 @@
<xsl:value-of select="concat('#',document('../src/map-attributes.html')//*[preceding-sibling::*=$ref])"/>
</xsl:when>
<xsl:when test="starts-with($href,'#scripting.attr.on')">
- <xsl:value-of select="concat('#handler-',substring-after($href,'#scripting.attr.'))"/>
+ <xsl:value-of select="concat('#ix-handler-',substring-after($href,'#scripting.attr.'))"/>
+ </xsl:when>
+ <xsl:when test="starts-with($href,'#body.attrs.on')">
+ <xsl:value-of select="concat('#ix-handler-window-',substring-after($href,'#body.attrs.'))"/>
</xsl:when>
<xsl:when test="starts-with($href,'#input.')">
<xsl:value-of select="concat('#attr-input-',substring-after($href,'.attrs.'))"/>
Received on Friday, 23 July 2010 13:31:11 UTC