- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Jun 2011 00:58:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms In directory hutz:/tmp/cvs-serv7553/index-of-terms Modified Files: abort_err.html attr-data.html data_clone_err.html domstring_size_err.html hierarchy_request_err.html index_size_err.html inuse_attribute_err.html invalid_access_err.html invalid_character_err.html invalid_modification_err.html invalid_state_err.html namespace_err.html network_err.html no_data_allowed_err.html no_modification_allowed_err.html not_found_err.html not_supported_err.html quota_exceeded_err.html security_err.html syntax_err.html timeout_err.html type_mismatch_err.html url_mismatch_err.html validation_err.html wrong_document_err.html Added Files: transferable.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: not_found_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/not_found_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- not_found_err.html 8 May 2011 13:26:41 -0000 1.10 +++ not_found_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="not_found_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#not_found_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#not_found_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: attr-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-data.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- attr-data.html 14 Jun 2011 02:56:49 -0000 1.14 +++ attr-data.html 24 Jun 2011 00:57:59 -0000 1.15 @@ -3,7 +3,7 @@ <a href="infrastructure.html#data_5"><span class="secno">2.2.1 </span>Extensibility</a> </dd> <dd> -<a href="common-dom-interfaces.html#data_6"><span class="secno">2.6.5 </span>DOMStringMap</a> +<a href="common-dom-interfaces.html#data_6"><span class="secno">2.6.6 </span>DOMStringMap</a> </dd> <dd> <a href="global-attributes.html#data_7"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> Index: security_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/security_err.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- security_err.html 16 May 2011 23:56:20 -0000 1.13 +++ security_err.html 24 Jun 2011 00:58:01 -0000 1.14 @@ -1,6 +1,6 @@ <dl id="security_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#security_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#security_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> <dd> <a href="dom.html#security_err_0"><span class="secno">3.1.2 </span>Security</a> Index: timeout_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/timeout_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- timeout_err.html 8 May 2011 13:26:44 -0000 1.10 +++ timeout_err.html 24 Jun 2011 00:58:02 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="timeout_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#timeout_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#timeout_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: validation_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/validation_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- validation_err.html 8 May 2011 13:26:44 -0000 1.10 +++ validation_err.html 24 Jun 2011 00:58:02 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="validation_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#validation_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#validation_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: invalid_access_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/invalid_access_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- invalid_access_err.html 8 May 2011 13:26:40 -0000 1.10 +++ invalid_access_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="invalid_access_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#invalid_access_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#invalid_access_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: index_size_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/index_size_err.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- index_size_err.html 15 Jun 2011 04:57:37 -0000 1.19 +++ index_size_err.html 24 Jun 2011 00:58:01 -0000 1.20 @@ -1,6 +1,6 @@ <dl id="index_size_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#index_size_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#index_size_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> <dd> <a href="the-track-element.html#index_size_err_0"><span class="secno">4.8.10.11.2 </span>Media controllers</a> Index: not_supported_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/not_supported_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- not_supported_err.html 8 May 2011 13:26:41 -0000 1.10 +++ not_supported_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="not_supported_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#not_supported_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#not_supported_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: hierarchy_request_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/hierarchy_request_err.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- hierarchy_request_err.html 8 May 2011 13:26:40 -0000 1.12 +++ hierarchy_request_err.html 24 Jun 2011 00:58:00 -0000 1.13 @@ -3,7 +3,7 @@ <a href="common-dom-interfaces.html#hierarchy_request_err_0"><span class="secno">2.6.2.4 </span>HTMLOptionsCollection</a> </dd> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#hierarchy_request_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#hierarchy_request_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> <dd> <a href="dom.html#hierarchy_request_err_1"><span class="secno">3.1.4 </span><span>DOM tree accessors</span></a> Index: quota_exceeded_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/quota_exceeded_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- quota_exceeded_err.html 8 May 2011 13:26:41 -0000 1.10 +++ quota_exceeded_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="quota_exceeded_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#quota_exceeded_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#quota_exceeded_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: network_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/network_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- network_err.html 8 May 2011 13:26:41 -0000 1.10 +++ network_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="network_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#network_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#network_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: invalid_state_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/invalid_state_err.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- invalid_state_err.html 8 May 2011 13:26:41 -0000 1.14 +++ invalid_state_err.html 24 Jun 2011 00:58:01 -0000 1.15 @@ -1,6 +1,6 @@ <dl id="invalid_state_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#invalid_state_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#invalid_state_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> <dd> <a href="apis-in-html-documents.html#invalid_state_err_0"><span class="secno">3.4.1 </span>Opening the input stream</a> Index: syntax_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/syntax_err.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- syntax_err.html 16 May 2011 23:56:20 -0000 1.13 +++ syntax_err.html 24 Jun 2011 00:58:01 -0000 1.14 @@ -6,7 +6,7 @@ <a class="index-counter" href="common-dom-interfaces.html#syntax_err_3">(4)</a> </dd> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#syntax_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#syntax_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> <dd> <a href="apis-in-html-documents.html#syntax_err_4"><span class="secno">3.4.5 </span><code title="dom-innerHTML"><span>innerHTML</span></code></a> Index: namespace_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/namespace_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- namespace_err.html 8 May 2011 13:26:41 -0000 1.10 +++ namespace_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="namespace_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#namespace_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#namespace_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: url_mismatch_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/url_mismatch_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- url_mismatch_err.html 8 May 2011 13:26:44 -0000 1.10 +++ url_mismatch_err.html 24 Jun 2011 00:58:02 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="url_mismatch_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#url_mismatch_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#url_mismatch_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> --- NEW FILE: transferable.html --- <dl id="transferable_index"> <dd> <a class="dfn-ref" href="common-dom-interfaces.html#transferable"><span class="secno">2.6.5 </span>Transferable objects</a> <a class="index-counter" href="common-dom-interfaces.html#transferable_0">(2)</a> </dd> </dl> Index: invalid_modification_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/invalid_modification_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- invalid_modification_err.html 8 May 2011 13:26:41 -0000 1.10 +++ invalid_modification_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="invalid_modification_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#invalid_modification_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#invalid_modification_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: wrong_document_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/wrong_document_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- wrong_document_err.html 8 May 2011 13:26:44 -0000 1.10 +++ wrong_document_err.html 24 Jun 2011 00:58:02 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="wrong_document_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#wrong_document_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#wrong_document_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: no_data_allowed_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/no_data_allowed_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- no_data_allowed_err.html 8 May 2011 13:26:41 -0000 1.10 +++ no_data_allowed_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="no_data_allowed_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#no_data_allowed_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#no_data_allowed_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: inuse_attribute_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/inuse_attribute_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- inuse_attribute_err.html 8 May 2011 13:26:40 -0000 1.10 +++ inuse_attribute_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="inuse_attribute_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#inuse_attribute_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#inuse_attribute_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: data_clone_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/data_clone_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- data_clone_err.html 8 May 2011 13:26:40 -0000 1.10 +++ data_clone_err.html 24 Jun 2011 00:57:59 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="data_clone_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#data_clone_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#data_clone_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: no_modification_allowed_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/no_modification_allowed_err.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- no_modification_allowed_err.html 8 May 2011 13:26:41 -0000 1.9 +++ no_modification_allowed_err.html 24 Jun 2011 00:58:01 -0000 1.10 @@ -1,6 +1,6 @@ <dl id="no_modification_allowed_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#no_modification_allowed_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#no_modification_allowed_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> <dd> <a href="apis-in-html-documents.html#no_modification_allowed_err_0"><span class="secno">3.4.6 </span><code title="dom-outerHTML"><span>outerHTML</span></code></a> Index: abort_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/abort_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- abort_err.html 8 May 2011 13:26:38 -0000 1.10 +++ abort_err.html 24 Jun 2011 00:57:59 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="abort_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#abort_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#abort_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: type_mismatch_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/type_mismatch_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- type_mismatch_err.html 8 May 2011 13:26:44 -0000 1.10 +++ type_mismatch_err.html 24 Jun 2011 00:58:02 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="type_mismatch_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#type_mismatch_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#type_mismatch_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl> Index: invalid_character_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/invalid_character_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- invalid_character_err.html 8 May 2011 13:26:40 -0000 1.10 +++ invalid_character_err.html 24 Jun 2011 00:58:01 -0000 1.11 @@ -6,7 +6,7 @@ <a class="index-counter" href="common-dom-interfaces.html#invalid_character_err_3">(4)</a> </dd> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#invalid_character_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#invalid_character_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> <dd> <a href="webappapis.html#invalid_character_err_4"><span class="secno">6.2 </span>Base64 utility methods</a> Index: domstring_size_err.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/domstring_size_err.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- domstring_size_err.html 8 May 2011 13:26:40 -0000 1.10 +++ domstring_size_err.html 24 Jun 2011 00:57:59 -0000 1.11 @@ -1,5 +1,5 @@ <dl class="has-norefs" id="domstring_size_err_index"> <dd> -<a class="dfn-ref" href="common-dom-interfaces.html#domstring_size_err"><span class="secno">2.6.7 </span>Exceptions</a> +<a class="dfn-ref" href="common-dom-interfaces.html#domstring_size_err"><span class="secno">2.6.8 </span>Exceptions</a> </dd> </dl>
Received on Friday, 24 June 2011 00:58:11 UTC