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

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv3809/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.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- preprocess.xsl	29 Jun 2011 04:56:17 -0000	1.55
+++ preprocess.xsl	29 Jun 2011 05:27:14 -0000	1.56
@@ -457,7 +457,10 @@
   <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])">
+      <xsl:when test="not(preceding::code[@title = $title])
+        and not($title = 'dom-navigator-registerProtocolHandler')
+        and not($title = 'dom-navigator-registerContentHandler')
+        ">
         <code>
           <xsl:copy-of select="@*"/>
           <xsl:attribute name="id">

Received on Wednesday, 29 June 2011 05:27:17 UTC