Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 23, 2023
1 parent 53e7d70 commit efa7d47
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -81966,10 +81966,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
boolean <var>fireEvents</var>, and a boolean <var>throwExceptions</var>:</p>

<ol>
<li>
<p>If the result of running <span>check popover validity</span> given <var>element</var>,
true, and <var>throwExceptions</var> is false, then return.</p>
</li>
<li><p>If the result of running <span>check popover validity</span> given <var>element</var>,
true, and <var>throwExceptions</var> is false, then return.</p></li>

<li><p>Let <var>document</var> be <var>element</var>'s <span>node document</span>.</p></li>

Expand Down Expand Up @@ -82308,22 +82306,22 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
</li>

<li>
<p>If one of the following conditions is true:</p>
<p>If one of the following conditions is true</p>

<ol>
<li><p>If <var>element</var> is not <span>connected</span>.</p></li>
<ul>
<li><p><var>element</var> is not <span>connected</span></p></li>

<li><p>If <var>expectedToBeShowing</var> is true and <var>element</var>'s <span>popover
visibility state</span> is not <span data-x="popover-showing-state">showing</span>.</p></li>
<li><p><var>expectedToBeShowing</var> is true and <var>element</var>'s <span>popover visibility
state</span> is not <span data-x="popover-showing-state">showing</span></p></li>

<li><p>If <var>expectedToBeShowing</var> is false and <var>element</var>'s <span>popover
visibility state</span> is not <span data-x="popover-hidden-state">hidden</span>.</p></li>
<li><p><var>expectedToBeShowing</var> is false and <var>element</var>'s <span>popover
visibility state</span> is not <span data-x="popover-hidden-state">hidden</span></p></li>

<li><p>If <var>element</var> is a <code>dialog</code> element and has the <code
data-x="attr-details-open">open</code> attribute.</p></li>
<li><p><var>element</var> is a <code>dialog</code> element and has an <code
data-x="attr-details-open">open</code> attribute</p></li>

<li><p>If <var>element</var>'s <span>fullscreen flag</span> is set.</p></li>
</ol>
<li><p><var>element</var>'s <span>fullscreen flag</span> is set</p></li>
</ul>

<p>then:</p>

Expand Down

0 comments on commit efa7d47

Please sign in to comment.