- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jun 2011 04:30:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv30611/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.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- preprocess.xsl 29 Jun 2011 03:12:47 -0000 1.53
+++ preprocess.xsl 29 Jun 2011 04:30:25 -0000 1.54
@@ -458,11 +458,27 @@
<xsl:variable name="title" select="@title"/>
<xsl:choose>
<xsl:when test="not(preceding::dl[@class = 'domintro']/dt/code[@title = $title])
+ and not($title = 'dom-applicationCache')
+ and not($title = 'dom-BarProp-visible')
+ and not($title = 'dom-cva-validity')
+ and not($title = 'dom-DataTransferItemList-add')
+ and not($title = 'dom-document-open')
+ and not($title = 'dom-external')
+ and not($title = 'dom-history')
+ and not($title = 'dom-innerHTML')
+ and not($title = 'dom-outerHTML')
+ and not($title = 'dom-media-textTracks')
+ and not($title = 'dom-navigator-registerProtocolHandler')
+ and not($title = 'dom-navigator-registerContentHandler')
and not($title = 'dom-navigator')
- and not($title = 'dom-htmlcollection-item')
+ and not($title = 'dom-select-item')
+ and not($title = 'dom-windowtimers-setTimeout')
+ and not($title = 'dom-windowtimers-setInterval')
and not($title = 'dom-HTMLCollection-item')
- and not($title = 'dom-htmlcollection-length')
and not($title = 'dom-HTMLCollection-length')
+ and not($title = 'dom-HTMLAllCollection-namedItem')
+ and not($title = 'dom-HTMLFormControlsCollection-namedItem')
+ and not($title = 'dom-HTMLOptionsCollection-namedItem')
">
<code>
<xsl:copy-of select="@*"/>
Received on Wednesday, 29 June 2011 04:30:28 UTC