- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jun 2011 06:16:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms
In directory hutz:/tmp/cvs-serv9372/index-of-terms
Modified Files:
attr-form-name.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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- external.html 28 Jun 2011 11:55:52 -0000 1.4
+++ external.html 29 Jun 2011 06:16:14 -0000 1.5
@@ -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: attr-form-name.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-form-name.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- attr-form-name.html 29 Jun 2011 02:46:20 -0000 1.19
+++ attr-form-name.html 29 Jun 2011 06:16:14 -0000 1.20
@@ -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>
Received on Wednesday, 29 June 2011 06:16:21 UTC