Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (3) Don't make form names enumerable.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8041 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 9, 2013
1 parent 27f6519 commit 1ae1ba2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -44811,7 +44811,9 @@ <h4 id=categories><span class=secno>4.10.2 </span>Categories</h4>
<li><p>Return the list of names from <var title="">sourced names</var>, maintaining their
relative order.</li>

</ol><p>When a <code><a href=#the-form-element>form</a></code> element is <dfn id=dom-form-nameditem title=dom-form-namedItem>indexed for named property
</ol><p>The properties exposed in this way must not be enumerable.</p>

<p>When a <code><a href=#the-form-element>form</a></code> element is <dfn id=dom-form-nameditem title=dom-form-namedItem>indexed for named property
retrieval</dfn>, the user agent must run the following steps:</p>

<ol><li><p>Let <var title="">candidates</var> be a <a href=#live>live</a> <code><a href=#radionodelist>RadioNodeList</a></code>
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -44811,7 +44811,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<li><p>Return the list of names from <var title="">sourced names</var>, maintaining their
relative order.</li>

</ol><p>When a <code><a href=#the-form-element>form</a></code> element is <dfn id=dom-form-nameditem title=dom-form-namedItem>indexed for named property
</ol><p>The properties exposed in this way must not be enumerable.</p>

<p>When a <code><a href=#the-form-element>form</a></code> element is <dfn id=dom-form-nameditem title=dom-form-namedItem>indexed for named property
retrieval</dfn>, the user agent must run the following steps:</p>

<ol><li><p>Let <var title="">candidates</var> be a <a href=#live>live</a> <code><a href=#radionodelist>RadioNodeList</a></code>
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -49089,6 +49089,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

</ol>

<p>The properties exposed in this way must not be enumerable.</p>

<p>When a <code>form</code> element is <dfn title="dom-form-namedItem">indexed for named property
retrieval</dfn>, the user agent must run the following steps:</p>

Expand Down

0 comments on commit 1ae1ba2

Please sign in to comment.