- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Jun 2011 09:44:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv2205/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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- preprocess.xsl 28 Jun 2011 09:30:32 -0000 1.45
+++ preprocess.xsl 28 Jun 2011 09:44:01 -0000 1.46
@@ -441,7 +441,9 @@
<xsl:when test="preceding::dl[@class = 'domintro']/dt/code[@title = $title]
and not($title = 'dom-navigator')
and not($title = 'dom-htmlcollection-item')
+ and not($title = 'dom-HTMLCollection-item')
and not($title = 'dom-htmlcollection-length')
+ and not($title = 'dom-HTMLCollection-length')
">
<code>
<xsl:copy-of select="@*"/>
Received on Tuesday, 28 June 2011 09:44:05 UTC