File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -82834,6 +82834,19 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
82834
82834
<li><p>Otherwise, if <var>force</var> is not present or true, then run <span>show popover</span>
82835
82835
given <span>this</span> true, and null.</p></li>
82836
82836
82837
+ <li>
82838
+ <p>Otherwise:</p>
82839
+
82840
+ <ol>
82841
+ <li><p>Let <var>expectedToBeShowing</var> be true if <span>this</span>'s <span>popover
82842
+ visibility state</span> is <span data-x="popover-showing-state">showing</span>; otherwise
82843
+ false.</p></li>
82844
+
82845
+ <li><p>Run <span>check popover validity</span> given <var>expectedToBeShowing</var>, true, and
82846
+ null.</p></li>
82847
+ </ol>
82848
+ </li>
82849
+
82837
82850
<li><p>Return true if <span>this</span>'s <span>popover visibility state</span> is <span
82838
82851
data-x="popover-showing-state">showing</span>; otherwise false.</p></li>
82839
82852
</ol>
You can’t perform that action at this time.
0 commit comments