Skip to content

Commit

Permalink
[] (0) WebIDL doesn't default 'setter' to 'creator' (HTMLOptionsColle…
Browse files Browse the repository at this point in the history
…ction)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20571
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8212 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2013
1 parent 00889e5 commit 1cf287b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -7737,7 +7737,7 @@ <h5 id=htmloptionscollection-0><span class=secno>2.7.2.3 </span>HTMLOptionsColle
<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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -7737,7 +7737,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -7326,7 +7326,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<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>
Expand Down

0 comments on commit 1cf287b

Please sign in to comment.