- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Jun 2011 10:24:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv22927/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.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- preprocess.xsl 28 Jun 2011 10:11:15 -0000 1.47
+++ preprocess.xsl 28 Jun 2011 10:24:17 -0000 1.48
@@ -441,6 +441,7 @@
<xsl:attribute name="href">
<xsl:value-of select="concat('#ix', substring-after(@href, '#'))"/>
</xsl:attribute>
+ <xsl:apply-templates/>
</a>
</xsl:template>
<xsl:template match="dl[@class = 'domintro']/dt/code[@title[starts-with(.,'dom-')]]">
Received on Tuesday, 28 June 2011 10:24:20 UTC