html5/spec-author-view/index-of-terms attr-fe-name.html,1.30,1.31 dom-navigator-registercontenthandler.html,1.14,1.15 dom-navigator-registerprotocolhandler.html,1.14,1.15

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

Modified Files:
	attr-fe-name.html dom-navigator-registercontenthandler.html 
	dom-navigator-registerprotocolhandler.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: dom-navigator-registerprotocolhandler.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-navigator-registerprotocolhandler.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dom-navigator-registerprotocolhandler.html	29 Jun 2011 04:30:25 -0000	1.14
+++ dom-navigator-registerprotocolhandler.html	29 Jun 2011 05:13:39 -0000	1.15
@@ -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.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- attr-fe-name.html	29 Jun 2011 02:46:20 -0000	1.30
+++ attr-fe-name.html	29 Jun 2011 05:13:37 -0000	1.31
@@ -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-form-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="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
   is specified, its value must not be the empty string.</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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dom-navigator-registercontenthandler.html	29 Jun 2011 04:30:25 -0000	1.14
+++ dom-navigator-registercontenthandler.html	29 Jun 2011 05:13:37 -0000	1.15
@@ -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 05:13:44 UTC