html5/spec-author-view/index-of-terms attr-fe-name.html,1.26,1.27 attr-form-name.html,1.14,1.15 dom-document-open.html,1.10,1.11

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

Modified Files:
	attr-fe-name.html attr-form-name.html dom-document-open.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-document-open.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-document-open.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dom-document-open.html	3 Jun 2011 00:58:26 -0000	1.10
+++ dom-document-open.html	28 Jun 2011 08:11:28 -0000	1.11
@@ -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: attr-fe-name.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-fe-name.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- attr-fe-name.html	14 Jun 2011 22:56:21 -0000	1.26
+++ attr-fe-name.html	28 Jun 2011 08:11:27 -0000	1.27
@@ -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-fieldset-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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- attr-form-name.html	14 Jun 2011 00:56:51 -0000	1.14
+++ attr-form-name.html	28 Jun 2011 08:11:27 -0000	1.15
@@ -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>

Received on Tuesday, 28 June 2011 08:11:36 UTC