- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jun 2011 06:37:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms In directory hutz:/tmp/cvs-serv12986/index-of-terms Modified Files: attr-fe-name.html attr-form-name.html dom-navigator-registercontenthandler.html dom-navigator-registerprotocolhandler.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.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- external.html 29 Jun 2011 06:16:14 -0000 1.5 +++ external.html 29 Jun 2011 06:37:15 -0000 1.6 @@ -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-navigator-registerprotocolhandler.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-navigator-registerprotocolhandler.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- dom-navigator-registerprotocolhandler.html 29 Jun 2011 05:27:13 -0000 1.16 +++ dom-navigator-registerprotocolhandler.html 29 Jun 2011 06:37:15 -0000 1.17 @@ -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: attr-fe-name.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fe-name.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- attr-fe-name.html 29 Jun 2011 05:13:37 -0000 1.31 +++ attr-fe-name.html 29 Jun 2011 06:37:14 -0000 1.32 @@ -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="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" class="full-spec-link" title='Read about this "elements" reference in the full HTML5 spec.'>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.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- attr-form-name.html 29 Jun 2011 06:16:14 -0000 1.20 +++ attr-form-name.html 29 Jun 2011 06:37:14 -0000 1.21 @@ -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.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- dom-navigator-registercontenthandler.html 29 Jun 2011 05:27:13 -0000 1.16 +++ dom-navigator-registercontenthandler.html 29 Jun 2011 06:37:14 -0000 1.17 @@ -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>
Received on Wednesday, 29 June 2011 06:37:24 UTC