Skip to content

Commit

Permalink
[Fix #195] Use focusin/focusout.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Jul 7, 2015
1 parent 03f811a commit 531fbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ <h3>Retargeting Touch Events</h3>
<section>
<h3>Retargeting Focus Events</h3>

<p>The <code>focus</code>, <code>DOMFocusIn</code>, <code>blur</code>, and <code>DOMFocusOut</code> events <strong>must</strong> be treated in the same way as events with a <code>relatedTarget</code>, where the corresponding <a>node</a> that is losing focus as a result of <code>target</code> gaining focus or the <a>node</a> that is gaining focus, and thus causing the blurring of <code>target</code> acts as the related target.</p>
<p>The <code>focus</code>, <code>focusin</code>, <code>blur</code>, and <code>focusout</code> events <strong>must</strong> be treated in the same way as events with a <code>relatedTarget</code>, where the corresponding <a>node</a> that is losing focus as a result of <code>target</code> gaining focus or the <a>node</a> that is gaining focus, and thus causing the blurring of <code>target</code> acts as the related target.</p>
</section>

<section>
Expand Down

0 comments on commit 531fbd0

Please sign in to comment.