- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Jun 2011 17:02:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv21133/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.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- preprocess.xsl 30 Jun 2011 16:39:30 -0000 1.62
+++ preprocess.xsl 30 Jun 2011 17:02:35 -0000 1.63
@@ -481,9 +481,13 @@
and not($title = 'dom-BarProp-visible' and preceding::code[@title = 'dom-BarProp-visible'])
and not($title = 'dom-cva-validity' and preceding::code[@title = 'dom-cva-validity'])
and not($title = 'dom-DataTransferItemList-add' and preceding::code[@title = 'dom-DataTransferItemList-add'])
+ and not($title = 'dom-dir' and preceding::code[@title = 'dom-dir'])
and not($title = 'dom-document-open' and preceding::code[@title = 'dom-document-open'])
and not($title = 'dom-external' and preceding::code[@title = 'dom-external'])
+ and not($title = 'dom-hidden' and preceding::code[@title = 'dom-hidden'])
and not($title = 'dom-history' and preceding::code[@title = 'dom-history'])
+ and not($title = 'dom-id' and preceding::code[@title = 'dom-id'])
+ and not($title = 'dom-title' and preceding::code[@title = 'dom-title'])
and not($title = 'dom-innerHTML' and preceding::code[@title = 'dom-innerHTML'])
and not($title = 'dom-outerHTML' and preceding::code[@title = 'dom-outerHTML'])
and not($title = 'dom-media-textTracks' and preceding::code[@title = 'dom-media-textTracks'])
Received on Thursday, 30 June 2011 17:02:38 UTC