Skip to content

Commit

Permalink
Mark focus events composed
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Mar 2, 2018
1 parent 2a305fc commit 84d96df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73113,12 +73113,13 @@ END:VCARD</pre>

</ol>

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

<hr>

Expand Down

0 comments on commit 84d96df

Please sign in to comment.