- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Jun 2011 11:55:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms
In directory hutz:/tmp/cvs-serv4736/index-of-terms
Modified Files:
	attr-fe-name.html 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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- external.html	28 Jun 2011 09:14:14 -0000	1.3
+++ external.html	28 Jun 2011 11:55:52 -0000	1.4
@@ -1,8 +1,8 @@
 <dl id="external_index">
 <dd class="dfn-excerpt">
 <span class="idl"><span>... {
-  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);
+  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);
 };</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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dom-document-open.html	28 Jun 2011 09:14:13 -0000	1.12
+++ dom-document-open.html	28 Jun 2011 11:55:51 -0000	1.13
@@ -9,8 +9,10 @@
 </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="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>
+<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>
 </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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dom-navigator-registerprotocolhandler.html	28 Jun 2011 09:14:14 -0000	1.12
+++ dom-navigator-registerprotocolhandler.html	28 Jun 2011 11:55:52 -0000	1.13
@@ -2,6 +2,7 @@
 <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="index-counter" href="timers.html#registerprotocolhandler">(3)</a>
+<a class="dfn-ref" href="timers.html#dom-navigator-registerprotocolhandler">(3)</a>
+<a class="index-counter" href="timers.html#registerprotocolhandler">(4)</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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dom-outerhtml.html	28 Jun 2011 09:14:14 -0000	1.11
+++ dom-outerhtml.html	28 Jun 2011 11:55:52 -0000	1.12
@@ -5,7 +5,8 @@
 <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="index-counter" href="apis-in-html-documents.html#outerhtml_1">(3)</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>
 </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-fe-name.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fe-name.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- attr-fe-name.html	28 Jun 2011 08:11:27 -0000	1.27
+++ attr-fe-name.html	28 Jun 2011 11:55:51 -0000	1.28
@@ -2,7 +2,7 @@
 <dd class="dfn-excerpt">
 <span><span>... content
   attribute gives the name of the form control, as used in </span><a href="association-of-controls-and-forms.html#form-submission">form
-  submission</a> and in the <code><a href="the-form-element.html#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="the-fieldset-element.html#dom-form-elements">elements</a></code> object. If the attribute
+  submission</a> and in the <code><a href="the-form-element.html#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="the-form-element.html#dom-form-elements">elements</a></code> object. If the attribute
   is specified, its value must not be the empty string.</span>
 </dd>
 <dd>
Index: attr-form-name.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-form-name.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- attr-form-name.html	28 Jun 2011 09:14:12 -0000	1.16
+++ attr-form-name.html	28 Jun 2011 11:55:51 -0000	1.17
@@ -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="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
+  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
   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="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
+  <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
   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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dom-navigator-registercontenthandler.html	28 Jun 2011 09:14:13 -0000	1.12
+++ dom-navigator-registercontenthandler.html	28 Jun 2011 11:55:52 -0000	1.13
@@ -2,6 +2,7 @@
 <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="index-counter" href="timers.html#registercontenthandler">(3)</a>
+<a class="dfn-ref" href="timers.html#dom-navigator-registercontenthandler">(3)</a>
+<a class="index-counter" href="timers.html#registercontenthandler">(4)</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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dom-innerhtml.html	28 Jun 2011 09:14:13 -0000	1.11
+++ dom-innerhtml.html	28 Jun 2011 11:55:52 -0000	1.12
@@ -8,8 +8,10 @@
 <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="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>
+<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>
 </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 11:56:00 UTC