File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments