- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Apr 2010 09:07:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14414 Modified Files: toc-status.html toc-status.xml Log Message: Make IDL setters of enumerated attributes not throw an exception but instead pass invalid values through unmodified. (whatwg r4934) [updated by splitter] [updated by splitter] [updated by splitter] Index: toc-status.xml =================================================================== RCS file: /sources/public/html5/spec/toc-status.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- toc-status.xml 29 Mar 2010 04:36:37 -0000 1.67 +++ toc-status.xml 1 Apr 2010 09:06:59 -0000 1.68 @@ -178,7 +178,7 @@ Documents</a> <ol> <li><a href="#documents-in-the-dom"><span class="secno">3.1.1</span> Documents in the DOM</a></li> -<li><a href="#security"><span class="secno">3.1.2</span> +<li><a href="#security-document"><span class="secno">3.1.2</span> Security</a></li> <li><a href="#resource-metadata-management"><span class="secno">3.1.3</span> Resource metadata management</a></li> <li><a href="#dom-tree-accessors"><span class="secno">3.1.4</span> @@ -707,7 +707,7 @@ Definitions</a></li> <li><a href="#constraint-validation"><span class="secno">4.10.20.2</span> Constraint validation</a></li> <li><a href="#the-constraint-validation-api"><span class="secno">4.10.20.3</span> The constraint validation API</a></li> -<li><a href="#security-0"><span class="secno">4.10.20.4</span> +<li><a href="#security-forms"><span class="secno">4.10.20.4</span> Security</a></li> </ol> </li> @@ -869,7 +869,7 @@ </ol> </li> <li><a href="#secondary-browsing-contexts"><span class="secno">5.1.3</span> Secondary browsing contexts</a></li> -<li><a href="#security-1"><span class="secno">5.1.4</span> +<li><a href="#security-nav"><span class="secno">5.1.4</span> Security</a></li> <li><a href="#groupings-of-browsing-contexts"><span class="secno">5.1.5</span> Groupings of browsing contexts</a></li> <li><a href="#browsing-context-names"><span class="secno">5.1.6</span> Browsing context names</a></li> @@ -878,7 +878,7 @@ <li><a href="#the-window-object"><span class="secno">5.2</span> The <code>Window</code> object</a> <ol> -<li><a href="#security-2"><span class="secno">5.2.1</span> +<li><a href="#security-window"><span class="secno">5.2.1</span> Security</a></li> <li><a href="#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno"> 5.2.2</span> APIs for creating and navigating browsing contexts by @@ -905,7 +905,7 @@ <li><a href="#the-history-interface"><span class="secno">5.4.2</span> The <code>History</code> interface</a></li> <li><a href="#the-location-interface"><span class="secno">5.4.3</span> The <code>Location</code> interface</a> <ol> -<li><a href="#security-3"><span class="secno">5.4.3.1</span> +<li><a href="#security-location"><span class="secno">5.4.3.1</span> Security</a></li> </ol> </li> @@ -1163,7 +1163,7 @@ RCDATA elements</a></li> </ol> </li> -<li><a href="#text"><span class="secno">8.1.3</span> Text</a> +<li><a href="#text-0"><span class="secno">8.1.3</span> Text</a> <ol> <li><a href="#newlines"><span class="secno">8.1.3.1</span> Newlines</a></li> Index: toc-status.html =================================================================== RCS file: /sources/public/html5/spec/toc-status.html,v retrieving revision 1.198 retrieving revision 1.199 diff -u -d -r1.198 -r1.199 --- toc-status.html 29 Mar 2010 04:36:37 -0000 1.198 +++ toc-status.html 1 Apr 2010 09:06:58 -0000 1.199 @@ -211,8 +211,8 @@ Documents</a> <span class="id">(documents)</span> <ol> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=documents-in-the-dom" class="status LC">LC</a> <a href="../spec/#documents-in-the-dom">3.1.1 Documents in the DOM</a> <span class="id">(documents-in-the-dom)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security" class="status LC">LC</a> <a href="../spec/#security">3.1.2 -Security</a> <span class="id">(security)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=security-document" class="status ADD">ADD</a> <a href="../spec/#security-document">3.1.2 +Security</a> <span class="id">(security-document)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=resource-metadata-management" class="status LC">LC</a> <a href="../spec/#resource-metadata-management">3.1.3 Resource metadata management</a> <span class="id">(resource-metadata-management)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dom-tree-accessors" class="status LC">LC</a> <a href="../spec/#dom-tree-accessors">3.1.4 DOM tree accessors</a> <span class="id">(dom-tree-accessors)</span></li> @@ -740,8 +740,8 @@ Definitions</a> <span class="id">(definitions)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=constraint-validation" class="status LC">LC</a> <a href="../spec/#constraint-validation">4.10.20.2 Constraint validation</a> <span class="id">(constraint-validation)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-constraint-validation-api" class="status LC">LC</a> <a href="../spec/#the-constraint-validation-api">4.10.20.3 The constraint validation API</a> <span class="id">(the-constraint-validation-api)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-0" class="status LC">LC</a> <a href="../spec/#security-0">4.10.20.4 -Security</a> <span class="id">(security-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=security-forms" class="status ADD">ADD</a> <a href="../spec/#security-forms">4.10.20.4 +Security</a> <span class="id">(security-forms)</span></li> </ol> </li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=form-submission" class="status LC">LC</a> <a href="../spec/#form-submission">4.10.21 @@ -902,8 +902,8 @@ </ol> </li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=secondary-browsing-contexts" class="status LC">LC</a> <a href="../spec/#secondary-browsing-contexts">5.1.3 Secondary browsing contexts</a> <span class="id">(secondary-browsing-contexts)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-1" class="status LC">LC</a> <a href="../spec/#security-1">5.1.4 -Security</a> <span class="id">(security-1)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=security-nav" class="status ADD">ADD</a> <a href="../spec/#security-nav">5.1.4 +Security</a> <span class="id">(security-nav)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=groupings-of-browsing-contexts" class="status LC">LC</a> <a href="../spec/#groupings-of-browsing-contexts">5.1.5 Groupings of browsing contexts</a> <span class="id">(groupings-of-browsing-contexts)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browsing-context-names" class="status LC">LC</a> <a href="../spec/#browsing-context-names">5.1.6 Browsing context names</a> <span class="id">(browsing-context-names)</span></li> </ol> @@ -911,8 +911,8 @@ <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-window-object" class="status LC">LC</a> <a href="../spec/#the-window-object">5.2 The Window object</a> <span class="id">(the-window-object)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-2" class="status LC">LC</a> <a href="../spec/#security-2">5.2.1 -Security</a> <span class="id">(security-2)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=security-window" class="status ADD">ADD</a> <a href="../spec/#security-window">5.2.1 +Security</a> <span class="id">(security-window)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=apis-for-creating-and-navigating-browsing-contexts-by-name" class="status LC">LC</a> <a href="../spec/#apis-for-creating-and-navigating-browsing-contexts-by-name"> 5.2.2 APIs for creating and navigating browsing contexts by name</a> <span class="id">(apis-for-creating-and-navigating-browsing-contexts-by-name)</span></li> @@ -938,8 +938,8 @@ <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-history-interface" class="status LC">LC</a> <a href="../spec/#the-history-interface">5.4.2 The History interface</a> <span class="id">(the-history-interface)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-location-interface" class="status LC">LC</a> <a href="../spec/#the-location-interface">5.4.3 The Location interface</a> <span class="id">(the-location-interface)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-3" class="status LC">LC</a> <a href="../spec/#security-3">5.4.3.1 -Security</a> <span class="id">(security-3)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=security-location" class="status ADD">ADD</a> <a href="../spec/#security-location">5.4.3.1 +Security</a> <span class="id">(security-location)</span></li> </ol> </li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=history-notes" class="status LC">LC</a> <a href="../spec/#history-notes">5.4.4 @@ -1196,7 +1196,7 @@ RCDATA elements</a> <span class="id">(cdata-rcdata-restrictions)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=text" class="status LC">LC</a> <a href="../spec/#text">8.1.3 Text</a> <span class="id">(text)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=text-0" class="status LC">LC</a> <a href="../spec/#text-0">8.1.3 Text</a> <span class="id">(text-0)</span> <ol> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=newlines" class="status LC">LC</a> <a href="../spec/#newlines">8.1.3.1 Newlines</a> <span class="id">(newlines)</span></li>
Received on Thursday, 1 April 2010 09:07:03 UTC