html5/spec-author-view/tools preprocess.xsl,1.56,1.57

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv7150/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.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- preprocess.xsl	29 Jun 2011 05:27:14 -0000	1.56
+++ preprocess.xsl	29 Jun 2011 05:55:58 -0000	1.57
@@ -457,9 +457,28 @@
   <xsl:template match="dl[@class = 'domintro']/dt/code[@title[starts-with(.,'dom-')]]">
     <xsl:variable name="title" select="@title"/>
     <xsl:choose>
-      <xsl:when test="not(preceding::code[@title = $title])
-        and not($title = 'dom-navigator-registerProtocolHandler')
-        and not($title = 'dom-navigator-registerContentHandler')
+      <xsl:when test="not(preceding::dl[@class = 'domintro']/dt/code[@title = $title])
+        and not(preceding::code[@title = 'dom-applicationCache'])
+        and not(preceding::code[@title = 'dom-BarProp-visible'])
+        and not(preceding::code[@title = 'dom-cva-validity'])
+        and not(preceding::code[@title = 'dom-DataTransferItemList-add'])
+        and not(preceding::code[@title = 'dom-document-open'])
+        and not(preceding::code[@title = 'dom-external'])
+        and not(preceding::code[@title = 'dom-history'])
+        and not(preceding::code[@title = 'dom-innerHTML'])
+        and not(preceding::code[@title = 'dom-outerHTML'])
+        and not(preceding::code[@title = 'dom-media-textTracks'])
+        and not(preceding::code[@title = 'dom-navigator-registerProtocolHandler'])
+        and not(preceding::code[@title = 'dom-navigator-registerContentHandler'])
+        and not(preceding::code[@title = 'dom-navigator'])
+        and not(preceding::code[@title = 'dom-select-item'])
+        and not(preceding::code[@title = 'dom-windowtimers-setTimeout'])
+        and not(preceding::code[@title = 'dom-windowtimers-setInterval'])
+        and not(preceding::code[@title = 'dom-HTMLCollection-item'])
+        and not(preceding::code[@title = 'dom-HTMLCollection-length'])
+        and not(preceding::code[@title = 'dom-HTMLAllCollection-namedItem'])
+        and not(preceding::code[@title = 'dom-HTMLFormControlsCollection-namedItem'])
+        and not(preceding::code[@title = 'dom-HTMLOptionsCollection-namedItem'])
         ">
         <code>
           <xsl:copy-of select="@*"/>

Received on Wednesday, 29 June 2011 05:56:01 UTC