Skip to content

Commit 8f4f8fd

Browse files
committed
Hint first, and make it clear the conditions are exclusive
1 parent e345ff0 commit 8f4f8fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91580,13 +91580,13 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
9158091580
<var>element</var>.</p></li>
9158191581

9158291582
<li>
91583-
<p>If <var>autoPopoverListContainsElement</var> is true and <var>document</var>'s <span>showing auto popover list</span>'s last item is not <var>element</var>, then run <span>hide popover stack until</span> given <var>element</var>, <var>document</var>, <span data-x="attr-popover-auto-state">Auto</span>, <var>focusPreviousElement</var>, and false.</p>
91583+
<p>If <var>hintPopoverListContainsElement</var> is true and <var>document</var>'s <span>showing hint popover list</span>'s last item is not <var>element</var>, then run <span>hide popover stack until</span> given <var>element</var>, <var>document</var>, <span data-x="attr-popover-hint-state">Hint</span>, <var>focusPreviousElement</var>, and false.</p>
9158491584

9158591585
<p class="note">This happens if popovers are shown during the <code data-x="event-beforetoggle">beforetoggle</code> event. This is usually a developer error, so user agents are encouraged to show a warning.</p>
9158691586
</li>
9158791587

9158891588
<li>
91589-
<p>If <var>hintPopoverListContainsElement</var> is true and <var>document</var>'s <span>showing hint popover list</span>'s last item is not <var>element</var>, then run <span>hide popover stack until</span> given <var>element</var>, <var>document</var>, <span data-x="attr-popover-hint-state">Hint</span>, <var>focusPreviousElement</var>, and false.</p>
91589+
<p>Otherwise, if <var>autoPopoverListContainsElement</var> is true and <var>document</var>'s <span>showing auto popover list</span>'s last item is not <var>element</var>, run <span>hide popover stack until</span> given <var>element</var>, <var>document</var>, <span data-x="attr-popover-auto-state">Auto</span>, <var>focusPreviousElement</var>, and false.</p>
9159091590

9159191591
<p class="note">This happens if popovers are shown during the <code data-x="event-beforetoggle">beforetoggle</code> event. This is usually a developer error, so user agents are encouraged to show a warning.</p>
9159291592
</li>

0 commit comments

Comments
 (0)