- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jun 2011 02:56:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv18641/tools
Modified Files:
preprocess.xsl
Log Message:
Structured clone: Preserve sparse arrays and mention that non-index properties of arrays are preserved too. (whatwg r6274)
[updated by splitter]
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- preprocess.xsl 28 Jun 2011 13:46:14 -0000 1.51
+++ preprocess.xsl 29 Jun 2011 02:56:52 -0000 1.52
@@ -436,6 +436,7 @@
elements.</p>
</xsl:template>
<xsl:template match="pre[@class = 'idl']//a[@href[starts-with(.,'#handler-')]]">
+ <xsl:template match="pre[@class = 'idl']//a[@href[starts-with(.,'#handler-')]]">
<a>
<xsl:copy-of select="@*"/>
<xsl:attribute name="href">
@@ -444,6 +445,7 @@
<xsl:apply-templates/>
</a>
</xsl:template>
+ <xsl:template match="table[@id = 'ix-event-handlers']//tr/td/code/[@title[starts-with(.,'handler-')]]/a">
<xsl:template match="dl[@class = 'domintro']/dt/code[@title[starts-with(.,'dom-')]]">
<xsl:variable name="title" select="@title"/>
<xsl:choose>
Received on Wednesday, 29 June 2011 02:56:56 UTC