Skip to content

Commit

Permalink
Improve light dismiss note
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Sep 1, 2022
1 parent 81acbc7 commit 22b8f53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82065,8 +82065,9 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<h4>pop-up light dismiss</h4>

<div class="note">
<p>Clicking outside of a <span data-x="attr-popup-hint-state">hint</span> pop-up or an <span
data-x="attr-popup-auto-state">auto</span> pop-up will close the pop-up.</p>
<p>"Light dismiss" means that pressing the escape key or clicking outside of a pop-up in the
<span data-x="attr-popup-auto-state">auto</span> or <span
data-x="attr-popup-hint-state">hint</span> states will close the pop-up.</p>
</div>

<p>When a <code>Document</code> <var>document</var> receives an <code>Event</code>
Expand Down

0 comments on commit 22b8f53

Please sign in to comment.