- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Jun 2011 09:14:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms In directory hutz:/tmp/cvs-serv28167/index-of-terms Modified Files: attr-form-name.html dom-document-open.html dom-innerhtml.html dom-navigator-registercontenthandler.html dom-navigator-registerprotocolhandler.html dom-outerhtml.html external.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: external.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/external.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- external.html 28 Jun 2011 08:30:46 -0000 1.2 +++ external.html 28 Jun 2011 09:14:14 -0000 1.3 @@ -1,8 +1,8 @@ <dl id="external_index"> <dd class="dfn-excerpt"> <span class="idl"><span>... { - void </span><a href="timers.html#dom-external-addsearchprovider" title="dom-external-AddSearchProvider">AddSearchProvider</a>(in DOMString engineURL); - unsigned long <a href="timers.html#dom-external-issearchproviderinstalled" title="dom-external-IsSearchProviderInstalled">IsSearchProviderInstalled</a>(in DOMString engineURL); + void </span><a href="http://dev.w3.org/html5/spec/timers.html#dom-external-addsearchprovider" title='Read about this "AddSearchProvider" reference in the full HTML5 spec.' class="full-spec-link">AddSearchProvider</a>(in DOMString engineURL); + unsigned long <a href="http://dev.w3.org/html5/spec/timers.html#dom-external-issearchproviderinstalled" title='Read about this "IsSearchProviderInstalled" reference in the full HTML5 spec.' class="full-spec-link">IsSearchProviderInstalled</a>(in DOMString engineURL); };</span> </dd> <dd> Index: dom-document-open.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-document-open.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- dom-document-open.html 28 Jun 2011 08:11:28 -0000 1.11 +++ dom-document-open.html 28 Jun 2011 09:14:13 -0000 1.12 @@ -9,10 +9,8 @@ </dd> <dd> <a class="dfn-ref" href="apis-in-html-documents.html#dom-document-open"><span class="secno">3.4.1 </span>Opening the input stream</a> -<a class="dfn-ref" href="apis-in-html-documents.html#dom-document-open">(2)</a> -<a class="index-counter" href="apis-in-html-documents.html#open_2">(3)</a> -<a class="dfn-ref" href="apis-in-html-documents.html#dom-document-open">(4)</a> -<a class="index-counter" href="apis-in-html-documents.html#open_3">(5)</a> +<a class="index-counter" href="apis-in-html-documents.html#open_2">(2)</a> +<a class="index-counter" href="apis-in-html-documents.html#open_3">(3)</a> </dd> <dd> <a href="apis-in-html-documents.html#document.open_0"><span class="secno">3.4.2 </span>Closing the input stream</a> Index: dom-navigator-registerprotocolhandler.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-navigator-registerprotocolhandler.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- dom-navigator-registerprotocolhandler.html 28 Jun 2011 08:30:45 -0000 1.11 +++ dom-navigator-registerprotocolhandler.html 28 Jun 2011 09:14:14 -0000 1.12 @@ -2,7 +2,6 @@ <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> Index: dom-outerhtml.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-outerhtml.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- dom-outerhtml.html 28 Jun 2011 08:30:45 -0000 1.10 +++ dom-outerhtml.html 28 Jun 2011 09:14:14 -0000 1.11 @@ -5,8 +5,7 @@ <dd> <a href="apis-in-html-documents.html#outerhtml_0"><span class="secno">3.4.6 </span><code title="dom-outerHTML"><span>outerHTML</span></code></a> <a class="dfn-ref" href="apis-in-html-documents.html#dom-outerhtml">(2)</a> -<a class="dfn-ref" href="apis-in-html-documents.html#dom-outerhtml">(3)</a> -<a class="index-counter" href="apis-in-html-documents.html#outerhtml_1">(4)</a> +<a class="index-counter" href="apis-in-html-documents.html#outerhtml_1">(3)</a> </dd> <dd> <a href="the-script-element.html#outerhtml_2"><span class="secno">4.3.1 </span>The <span><code>script</code></span> element</a> Index: attr-form-name.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-form-name.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- attr-form-name.html 28 Jun 2011 08:11:27 -0000 1.15 +++ attr-form-name.html 28 Jun 2011 09:14:12 -0000 1.16 @@ -1,9 +1,9 @@ <dl id="attr-form-name_index"> <dd class="dfn-excerpt"> <span><span>... attribute - represents the </span><code><a href="the-form-element.html#the-form-element">form</a></code>'s name within the <code title="dom-document-forms"><a href="dom.html#dom-document-forms">forms</a></code> collection. The value must + represents the </span><code><a href="the-form-element.html#the-form-element">form</a></code>'s name within the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" class="full-spec-link" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection. The value must not be the empty string, and the value must be unique amongst the - <code><a href="the-form-element.html#the-form-element">form</a></code> elements in the <code title="dom-document-forms"><a href="dom.html#dom-document-forms">forms</a></code> collection that it is in, if + <code><a href="the-form-element.html#the-form-element">form</a></code> elements in the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" class="full-spec-link" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection that it is in, if any.</span> </dd> <dd> Index: dom-navigator-registercontenthandler.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-navigator-registercontenthandler.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- dom-navigator-registercontenthandler.html 28 Jun 2011 08:30:45 -0000 1.11 +++ dom-navigator-registercontenthandler.html 28 Jun 2011 09:14:13 -0000 1.12 @@ -2,7 +2,6 @@ <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> Index: dom-innerhtml.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-innerhtml.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- dom-innerhtml.html 28 Jun 2011 08:30:45 -0000 1.10 +++ dom-innerhtml.html 28 Jun 2011 09:14:13 -0000 1.11 @@ -8,10 +8,8 @@ <dd> <a href="apis-in-html-documents.html#innerhtml_0"><span class="secno">3.4.5 </span><code title="dom-innerHTML"><span>innerHTML</span></code></a> <a class="dfn-ref" href="apis-in-html-documents.html#dom-innerhtml">(2)</a> -<a class="dfn-ref" href="apis-in-html-documents.html#dom-innerhtml">(3)</a> -<a class="index-counter" href="apis-in-html-documents.html#innerhtml_1">(4)</a> -<a class="dfn-ref" href="apis-in-html-documents.html#dom-innerhtml">(5)</a> -<a class="index-counter" href="apis-in-html-documents.html#innerhtml_2">(6)</a> +<a class="index-counter" href="apis-in-html-documents.html#innerhtml_1">(3)</a> +<a class="index-counter" href="apis-in-html-documents.html#innerhtml_2">(4)</a> </dd> <dd> <a href="the-script-element.html#innerhtml_3"><span class="secno">4.3.1 </span>The <span><code>script</code></span> element</a>
Received on Tuesday, 28 June 2011 09:14:17 UTC