Skip to content

Commit

Permalink
fix null hideUntil
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Feb 6, 2024
1 parent d853b63 commit 83a90ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ is an <a>ordered set</a> of (<a>string</a>, <a>element</a>) <a>tuples</a>. It is
<li><p>Let <var>hideUntil</var> be the result of running <a>topmost popover ancestor</a> given
<var>element</var>, null, and false.

<li><p>If <var>hideUntil</var> is null, then set <var>hideUntil</var> to <var>element</var>'s
<span>node document</span>.</p></li>

<li><p>Run <a>hide all popovers until</a> given <var>hideUntil</var>, false, and true.

<li><p>Set <var>element</var>'s <a>fullscreen flag</a>.
Expand Down

0 comments on commit 83a90ab

Please sign in to comment.