Skip to content

Commit 84d96df

Browse files
authored
Mark focus events composed
Tests: web-platform-tests/wpt#9683. Fixes whatwg#3511.
1 parent 2a305fc commit 84d96df

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

source

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73113,12 +73113,13 @@ END:VCARD</pre>
7311373113

7311473114
</ol>
7311573115

73116-
<p>To <dfn>fire a focus event</dfn> named <var>e</var> at an element <var>t</var> and with a given
73116+
<p>To <dfn>fire a focus event</dfn> named <var>e</var> at an element <var>t</var> with a given
7311773117
related target <var>r</var>, <span data-x="concept-event-fire">fire an event</span> named
7311873118
<var>e</var> at <var>t</var>, using <code>FocusEvent</code>, with the <code
73119-
data-x="dom-FocusEvent-relatedTarget">relatedTarget</code> attribute initialized to <var>r</var>
73120-
and the <code data-x="dom-UIEvent-view">view</code> attribute initialized to <var>t</var>'s
73121-
<span>node document</span>'s <code>Window</code> object.</p>
73119+
data-x="dom-FocusEvent-relatedTarget">relatedTarget</code> attribute initialized to <var>r</var>,
73120+
the <code data-x="dom-UIEvent-view">view</code> attribute initialized to <var>t</var>'s
73121+
<span>node document</span>'s <code>Window</code> object, and the <span>composed flag</span>
73122+
set.</p>
7312273123

7312373124
<hr>
7312473125

0 commit comments

Comments
 (0)