html5/spec-author-view index-of-terms.html,1.412,1.413 spec.html,1.1558,1.1559 spec.preprocessed.html,1.431,1.432 timers.html,1.551,1.552

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv3809

Modified Files:
	index-of-terms.html spec.html spec.preprocessed.html 
	timers.html 
Log Message:
Structured clone: Preserve sparse arrays and mention that non-index properties of arrays are preserved too. (whatwg r6274)

[updated by splitter]


Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1558
retrieving revision 1.1559
diff -u -d -r1.1558 -r1.1559
--- spec.html	29 Jun 2011 05:13:32 -0000	1.1558
+++ spec.html	29 Jun 2011 05:27:09 -0000	1.1559
@@ -23794,8 +23794,8 @@
   handler for <code>text/directory</code> files (<a href="#refsRFC2425">[RFC2425]</a>), so that if the user has no
   native application capable of handling vCards (<a href="#refsRFC2426">[RFC2426]</a>), his Web browser can instead
   suggest he use that site to view contact information stored on
-  vCards that he opens.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
-   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code id="dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+  vCards that he opens.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
 
    <dd>
 
@@ -49186,16 +49186,14 @@
 <dd>
 <a href="#dom-navigator-registercontenthandler_0"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</a>
 <a class="dfn-ref" href="#dom-navigator-registercontenthandler">(2)</a>
-<a class="dfn-ref" href="#dom-navigator-registercontenthandler">(3)</a>
-<a class="index-counter" href="#registercontenthandler">(4)</a>
+<a class="index-counter" href="#registercontenthandler">(3)</a>
 </dd>
 </dl><dl id="dom-navigator-registerprotocolhandler_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>registerProtocolHandler()</code></span>
 </dt>
 <dd>
 <a href="#dom-navigator-registerprotocolhandler_0"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</a>
 <a class="dfn-ref" href="#dom-navigator-registerprotocolhandler">(2)</a>
-<a class="dfn-ref" href="#dom-navigator-registerprotocolhandler">(3)</a>
-<a class="index-counter" href="#registerprotocolhandler">(4)</a>
+<a class="index-counter" href="#registerprotocolhandler">(3)</a>
 </dd>
 </dl><dl id="attr-link-rel_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>rel</code></span>
 </dt>

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -d -r1.431 -r1.432
--- spec.preprocessed.html	29 Jun 2011 05:13:35 -0000	1.431
+++ spec.preprocessed.html	29 Jun 2011 05:27:12 -0000	1.432
@@ -51019,8 +51019,8 @@
   handler for <code>text/directory</code> files (<a href="#refsRFC2425">[RFC2425]</a>), so that if the user has no
   native application capable of handling vCards (<a href="#refsRFC2426">[RFC2426]</a>), his Web browser can instead
   suggest he use that site to view contact information stored on
-  vCards that he opens.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler" id="dom-navigator-registerprotocolhandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
-   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerContentHandler" id="dom-navigator-registercontenthandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+  vCards that he opens.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
 
    <dd>
 

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -d -r1.412 -r1.413
--- index-of-terms.html	29 Jun 2011 05:13:31 -0000	1.412
+++ index-of-terms.html	29 Jun 2011 05:27:08 -0000	1.413
@@ -20401,16 +20401,14 @@
 <dd>
 <a href="timers.html#dom-navigator-registercontenthandler_0"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</a>
 <a class="dfn-ref" href="timers.html#dom-navigator-registercontenthandler">(2)</a>
-<a class="dfn-ref" href="timers.html#dom-navigator-registercontenthandler">(3)</a>
-<a class="index-counter" href="timers.html#registercontenthandler">(4)</a>
+<a class="index-counter" href="timers.html#registercontenthandler">(3)</a>
 </dd>
 </dl><dl id="dom-navigator-registerprotocolhandler_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>registerProtocolHandler()</code></span>
 </dt>
 <dd>
 <a href="timers.html#dom-navigator-registerprotocolhandler_0"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</a>
 <a class="dfn-ref" href="timers.html#dom-navigator-registerprotocolhandler">(2)</a>
-<a class="dfn-ref" href="timers.html#dom-navigator-registerprotocolhandler">(3)</a>
-<a class="index-counter" href="timers.html#registerprotocolhandler">(4)</a>
+<a class="index-counter" href="timers.html#registerprotocolhandler">(3)</a>
 </dd>
 </dl><dl id="attr-link-rel_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>rel</code></span>
 </dt>

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.551
retrieving revision 1.552
diff -u -d -r1.551 -r1.552
--- timers.html	29 Jun 2011 05:13:37 -0000	1.551
+++ timers.html	29 Jun 2011 05:27:12 -0000	1.552
@@ -550,8 +550,8 @@
   handler for <code>text/directory</code> files (<a href="references.html#refsRFC2425">[RFC2425]</a>), so that if the user has no
   native application capable of handling vCards (<a href="references.html#refsRFC2426">[RFC2426]</a>), his Web browser can instead
   suggest he use that site to view contact information stored on
-  vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
-   <dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code id="dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+  vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
 
    <dd>
 

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