Skip to content

Commit f04efab

Browse files
hzrannevk
authored andcommitted
Shadow: fix definition of form.elements
Tests: web-platform-tests/wpt#6891. Fixes #2795.
1 parent 8d28757 commit f04efab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42770,7 +42770,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
4277042770

4277142771
<p>The <dfn><code data-x="dom-form-elements">elements</code></dfn> IDL attribute must return an
4277242772
<code>HTMLFormControlsCollection</code> rooted at the <code>form</code> element's
42773-
<span>node document</span>, whose filter matches <span data-x="category-listed">listed elements</span>
42773+
<span>root</span>, whose filter matches <span data-x="category-listed">listed elements</span>
4277442774
whose <span>form owner</span> is the <code>form</code> element, with the exception of <code>input</code>
4277542775
elements whose <code data-x="attr-input-type">type</code> attribute is in the <span
4277642776
data-x="attr-input-type-image">Image Button</span> state, which must, for historical reasons, be

0 commit comments

Comments
 (0)