Short URL: http://html5.org/r/2066
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2066 | Define order for getElementsByName(). | 2008-08-13 00:16 |
Index: source =================================================================== --- source (revision 2065) +++ source (revision 2066) @@ -5359,8 +5359,7 @@ XXX--> <code>select</code>, and <code>textarea</code> elements in that document that have a <code title="">name</code> attribute whose value is equal to the <var title="">name</var> argument (in a - <span>case-sensitive</span> manner).</p> <!-- XXX what about XHTML? - --> + <span>case-sensitive</span> manner), in <span>tree order</span>.</p> <p>The <dfn title="dom-document-getElementsByClassName"><code>getElementsByClassName(<var