diff --git a/fullscreen.bs b/fullscreen.bs index bd54a2c..2b4359c 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -182,9 +182,20 @@ if all of the following are true, and false otherwise:

The requestFullscreen() method, when invoked, must run @@ -212,6 +223,8 @@ these steps: MathML math element. [[!SVG]] [[!MATHML]] +

  • pending is not a <{dialog}> element. +

  • The fullscreen element ready check for pending returns true.

  • Fullscreen is supported. @@ -519,12 +532,14 @@ following characteristics: right, and top is zero. -

    To add an element to a top layer, -remove it from top layer and then append it to -top layer. +

    To add an element to a top layer, run +these steps: + +

      +
    1. Assert: top layer does not contain element. -

      In other words, element is moved to the end of top layer if it -is already present. +

    2. Append element to top layer. +

    ::backdrop pseudo-element