- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Jun 2011 15:38:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv20313/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.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- preprocess.xsl 30 Jun 2011 15:23:51 -0000 1.59
+++ preprocess.xsl 30 Jun 2011 15:38:04 -0000 1.60
@@ -435,7 +435,7 @@
<a href="#the-menu-element">menu</a>
elements.</p>
</xsl:template>
- <xsl:template match="pre[@class = 'idl']//a[@href[starts-with(.,'#handler-window-on')]]">
+ <xsl:template match="a[@href[starts-with(.,'#handler-window-on')]]">
<a>
<xsl:copy-of select="@*"/>
<xsl:attribute name="href">
Received on Thursday, 30 June 2011 15:38:15 UTC