@@ -9547,6 +9547,7 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
9547
9547
and with values from <code data-x="attr-id">id</code> attributes coming before values from <code
9548
9548
data-x="">name</code> attributes when the same element contributes both:</p>
9549
9549
9550
+ <!-- KEEP THIS LIST IN SYNC WITH "NAMED ELEMENTS" DEFINITION BELOW -->
9550
9551
<ul>
9551
9552
<li><p>the value of the <code data-x="">name</code> content attribute for all
9552
9553
<span>exposed</span> <code>embed</code>, <code>form</code>, <code>iframe</code>,
@@ -9616,8 +9617,8 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
9616
9617
9617
9618
<p><dfn data-x="dom-document-nameditem-filter">Named elements</dfn> with the name <var>name</var>, for the purposes of the above algorithm, are those that are either:</p>
9618
9619
9620
+ <!-- KEEP THIS LIST IN SYNC WITH SUPPORTED PROPERTY VALUES ABOVE -->
9619
9621
<ul>
9620
-
9621
9622
<li><span>Exposed</span> <code>embed</code>, <code>form</code>, <code>iframe</code>,
9622
9623
<code>img</code>, or <span>exposed</span> <code>object</code> elements that have a <code
9623
9624
data-x="">name</code> content attribute whose value is <var>name</var>, or</li>
@@ -9628,7 +9629,6 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
9628
9629
<li><code>img</code> elements that have an <code data-x="attr-id">id</code> content attribute
9629
9630
whose value is <var>name</var>, and that have a non-empty <code data-x="">name</code>
9630
9631
content attribute present also.</li>
9631
-
9632
9632
</ul>
9633
9633
9634
9634
<p>An <code>embed</code> or <code>object</code> element is said to be <dfn>exposed</dfn> if it has
@@ -78575,6 +78575,7 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78575
78575
<var>window</var> at any moment consist of the following, in <span>tree order</span> according to
78576
78576
the element that contributed them, ignoring later duplicates:</p>
78577
78577
78578
+ <!-- KEEP THIS LIST IN SYNC WITH "NAMED OBJECTS" BELOW -->
78578
78579
<ul>
78579
78580
<li><p><var>window</var>'s <span>document-tree child browsing context name property
78580
78581
set</span>;</p></li>
@@ -78639,21 +78640,19 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78639
78640
<p><dfn data-x="dom-window-nameditem-filter">Named objects</dfn> with the name <var>name</var>,
78640
78641
for the purposes of the above algorithm, consist of the following:</p>
78641
78642
78643
+ <!-- KEEP THIS LIST IN SYNC WITH SUPPORTED PROPERTY NAMES ABOVE -->
78642
78644
<ul>
78643
-
78644
78645
<li><p><span data-x="document-tree child browsing context">document-tree child browsing
78645
78646
contexts</span> of the <span>active document</span> whose name is <var>name</var>;</p></li>
78646
78647
78647
- <li><p><code>a</code>, <code>area</code>, <code>embed</code>, <code>form</code>,
78648
- <code>frameset</code>, <code>img</code>, or <code>object</code> elements that have a <code
78649
- data-x="">name</code> content attribute whose value is <var>name</var> and are <span>in a
78650
- document tree</span> with the <span>active document</span> as their <span>root</span>;
78651
- and</p></li>
78648
+ <li><p><code>embed</code>, <code>form</code>, <code>frameset</code>, <code>img</code>, or
78649
+ <code>object</code> elements that have a <code data-x="">name</code> content attribute whose
78650
+ value is <var>name</var> and are <span>in a document tree</span> with the <span>active
78651
+ document</span> as their <span>root</span>; and</p></li>
78652
78652
78653
78653
<li><p><span>HTML elements</span> that have an <code data-x="attr-id">id</code> content attribute
78654
78654
whose value is <var>name</var> and are <span>in a document tree</span> with the <span>active
78655
78655
document</span> as their <span>root</span>.</p></li>
78656
-
78657
78656
</ul>
78658
78657
78659
78658
</div>
0 commit comments