html5/spec-author-view/tools preprocess.xsl,1.50,1.51

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv30688/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.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- preprocess.xsl	28 Jun 2011 10:51:34 -0000	1.50
+++ preprocess.xsl	28 Jun 2011 13:46:14 -0000	1.51
@@ -439,7 +439,7 @@
     <a>
       <xsl:copy-of select="@*"/>
       <xsl:attribute name="href">
-        <xsl:value-of select="concat('#ix-on', substring-after(@href, '-on'))"/>
+        <xsl:value-of select="concat('#ix-handler-on', substring-after(@href, '-on'))"/>
       </xsl:attribute>
       <xsl:apply-templates/>
     </a>

Received on Tuesday, 28 June 2011 13:46:17 UTC