Skip to content

Commit dd2b098

Browse files
committed
Reference close request steps
This replaces the vague "If the end user instructs the user agent to end a fullscreen session".
1 parent e475769 commit dd2b098

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fullscreen.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,12 @@ corresponding <a>event handler content attributes</a> for {{Element}} objects in
586586
<p>User agents are encouraged to implement native media fullscreen controls in terms of
587587
{{Element/requestFullscreen()}} and {{Document/exitFullscreen()}}.
588588

589-
<p>If the end user instructs the user agent to end a fullscreen session initiated via
590-
{{Element/requestFullscreen()}}, <a>fully exit fullscreen</a> given the
591-
<a for=/>top-level traversable</a>'s <a>active document</a>.
589+
<p>If the user initiates a <a>close request</a>, this will trigger the <a>fully exit fullscreen</a>
590+
algorithm as part of the <a>close request steps</a>. This takes precedence over any
591+
<a>close watchers</a>.
592592

593-
<p>The user agent may end any fullscreen session without instruction from the end user
594-
or call to {{Document/exitFullscreen()}} whenever the user agent deems it necessary.
593+
<p>The user agent may end any fullscreen session without a <a>close request</a> or call to
594+
{{Document/exitFullscreen()}} whenever the user agent deems it necessary.
595595

596596

597597

0 commit comments

Comments
 (0)