You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a boolean <var>focusPreviousElement</var>, and a boolean <var>fireEvents</var>:</p>
91697
91697
91698
91698
<ol>
91699
-
<li><p>Let <var>popoverList</var> be <var>document</var>'s <span>showing auto popover list</span> if <var>stackType</var> is <span data-x="attr-popover-auto-state">Auto</span>, otherwise <var>document</var>'s <span>showing hint popover list</span>.</p></li>
91699
+
<li><p>Let <var>popoverList</var> be <var>document</var>'s <span>showing auto popover list</span> if <var>stackType</var> is <span data-x="attr-popover-auto-state">Auto</span>; otherwise <var>document</var>'s <span>showing hint popover list</span>.</p></li>
91700
91700
91701
-
<li><p>Let <var>lastHideIndex</var> be 0 if <var>popoverList</var> does not <span data-x="list contains">contain</span> <var>endpoint</var>, otherwise the index of <var>endpoint</var> in <var>popoverList</var> plus 1.</p></li>
91701
+
<li><p>Let <var>lastHideIndex</var> be 0 if <var>popoverList</var> does not <span data-x="list contains">contain</span> <var>endpoint</var>; otherwise the index of <var>endpoint</var> in <var>popoverList</var> plus 1.</p></li>
91702
91702
91703
91703
<li><p>Let <var>toHide</var> be a slice of <var>popoverList</var> from index <var>lastHideIndex</var>.</p></li>
91704
91704
91705
91705
<li><p>Reverse <var>toHide</var>.</p></li>
91706
91706
91707
91707
<li><p>Let <var>toRemain</var> be a slice of <var>popoverList</var> from index 0 to <var>lastHideIndex</var>.</p></li>
91708
91708
91709
-
<li><p><span data-x="list iterate">For each</span> <var>popover</var> in <var>toHide</var>, run the <span>hide popover algorithm</span> given <var>popover</var>, <var>focusPreviousElement</var>, <var>fireEvents</var>, false, and null.</p></li>
91709
+
<li><p><span data-x="list iterate">For each</span> <var>popover</var> of <var>toHide</var>: run the <span>hide popover algorithm</span> given <var>popover</var>, <var>focusPreviousElement</var>, <var>fireEvents</var>, false, and null.</p></li>
91710
91710
91711
-
<li><p>Let <var>newPopoverList</var> be <var>document</var>'s <span>showing auto popover list</span> if <var>stackType</var> is <span data-x="attr-popover-auto-state">Auto</span>, otherwise <var>document</var>'s <span>showing hint popover list</span>.</p></li>
91711
+
<li><p>Let <var>newPopoverList</var> be <var>document</var>'s <span>showing auto popover list</span> if <var>stackType</var> is <span data-x="attr-popover-auto-state">Auto</span>; otherwise <var>document</var>'s <span>showing hint popover list</span>.</p></li>
0 commit comments