[html5] r8212 - [] (0) WebIDL doesn't default 'setter' to 'creator' (HTMLOptionsCollection) Fixi [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 4 14:27:51 PDT 2013


Author: ianh
Date: 2013-10-04 14:27:50 -0700 (Fri, 04 Oct 2013)
New Revision: 8212

Modified:
   complete.html
   index
   source
Log:
[] (0) WebIDL doesn't default 'setter' to 'creator' (HTMLOptionsCollection)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20571
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-10-04 20:59:20 UTC (rev 8211)
+++ complete.html	2013-10-04 21:27:50 UTC (rev 8212)
@@ -7737,7 +7737,7 @@
   <code><a href=#htmlcollection>HTMLCollection</a></code> interface.</p>
 
   <p>When the user agent is to <dfn id=dom-htmloptionscollection-setter title=dom-HTMLOptionsCollection-setter>set the value of a new
-  indexed property</dfn> for a given property index <var title="">index</var> to a new value <var title="">value</var>, it must run the following algorithm:</p>
+  indexed property or set the value of an existing indexed property</dfn> for a given property index <var title="">index</var> to a new value <var title="">value</var>, it must run the following algorithm:</p>
 
   <ol><li><p>If <var title="">value</var> is null, invoke the steps for the <code title=dom-HTMLOptionsCollection-remove><a href=#dom-htmloptionscollection-remove>remove</a></code> method with <var title="">index</var> as
    the argument, and abort these steps.</li>

Modified: index
===================================================================
--- index	2013-10-04 20:59:20 UTC (rev 8211)
+++ index	2013-10-04 21:27:50 UTC (rev 8212)
@@ -7737,7 +7737,7 @@
   <code><a href=#htmlcollection>HTMLCollection</a></code> interface.</p>
 
   <p>When the user agent is to <dfn id=dom-htmloptionscollection-setter title=dom-HTMLOptionsCollection-setter>set the value of a new
-  indexed property</dfn> for a given property index <var title="">index</var> to a new value <var title="">value</var>, it must run the following algorithm:</p>
+  indexed property or set the value of an existing indexed property</dfn> for a given property index <var title="">index</var> to a new value <var title="">value</var>, it must run the following algorithm:</p>
 
   <ol><li><p>If <var title="">value</var> is null, invoke the steps for the <code title=dom-HTMLOptionsCollection-remove><a href=#dom-htmloptionscollection-remove>remove</a></code> method with <var title="">index</var> as
    the argument, and abort these steps.</li>

Modified: source
===================================================================
--- source	2013-10-04 20:59:20 UTC (rev 8211)
+++ source	2013-10-04 21:27:50 UTC (rev 8212)
@@ -7326,7 +7326,7 @@
   <code>HTMLCollection</code> interface.</p>
 
   <p>When the user agent is to <dfn title="dom-HTMLOptionsCollection-setter">set the value of a new
-  indexed property</dfn> for a given property index <var title="">index</var> to a new value <var
+  indexed property or set the value of an existing indexed property</dfn> for a given property index <var title="">index</var> to a new value <var
   title="">value</var>, it must run the following algorithm:</p>
 
   <ol>




More information about the Commit-Watchers mailing list