diff --git a/fullscreen.bs b/fullscreen.bs index e72a51e..60a36e8 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -576,12 +576,12 @@ corresponding event handler content attributes for {{Element}} objects in

User agents are encouraged to implement native media fullscreen controls in terms of {{Element/requestFullscreen()}} and {{Document/exitFullscreen()}}. -

If the end user instructs the user agent to end a fullscreen session initiated via -{{Element/requestFullscreen()}}, fully exit fullscreen given the -top-level traversable's active document. +

If the user initiates a close signal, this will trigger the fully exit fullscreen +algorithm as part of the close signal steps. This takes precedence over any +close watchers. -

The user agent may end any fullscreen session without instruction from the end user -or call to {{Document/exitFullscreen()}} whenever the user agent deems it necessary. +

The user agent may end any fullscreen session without a close signal or call to +{{Document/exitFullscreen()}} whenever the user agent deems it necessary.