Skip to content

Commit

Permalink
Mark focus events composed
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and Alice Boxhall committed Jan 7, 2019
1 parent 14038e7 commit 760bf46
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 @@ -73132,12 +73132,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 760bf46

Please sign in to comment.