Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference close signal steps #226

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -576,12 +576,12 @@ corresponding <a>event handler content attributes</a> for {{Element}} objects in
<p>User agents are encouraged to implement native media fullscreen controls in terms of
{{Element/requestFullscreen()}} and {{Document/exitFullscreen()}}.

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

<p>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.
<p>The user agent may end any fullscreen session without a <a>close signal</a> or call to
{{Document/exitFullscreen()}} whenever the user agent deems it necessary.



Expand Down