Skip to content

Commit

Permalink
Disallow dialog.requestFullscreen()
Browse files Browse the repository at this point in the history
This way, interactions between the algorithms for fullscreen and
dialog are simplified. Example concern:
#102 (comment)

This also makes it easier to reinstate hierarchy restrictions:
#91

Tests: https://chromium-review.googlesource.com/c/chromium/src/+/684435
  • Loading branch information
foolip committed Sep 26, 2017
1 parent 10649f2 commit 70e0801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ these steps:
<a href=https://www.w3.org/Math/draft-spec/chapter2.html#interf.toplevel>MathML <code>math</code></a>
element. [[!SVG]] [[!MATHML]]

<li><p><var>pending</var> is not a <{dialog}> element.

<li><p>The <a>fullscreen element ready check</a> for <var>pending</var> returns true.

<li><p><a>Fullscreen is supported</a>.
Expand Down

0 comments on commit 70e0801

Please sign in to comment.