Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Group: WHATWG
H1: Fullscreen API
Shortname: fullscreen
Text Macro: TWITTER fullscreenapi
Text Macro: LATESTRD 2024-07
Text Macro: LATESTRD 2025-07
Abstract: The Fullscreen API standard defines an API for elements to display themselves fullscreen.
Translation: ja https://triple-underscore.github.io/fullscreen-ja.html
Translation: zh-Hans https://htmlspecs.com/fullscreen/
Expand Down Expand Up @@ -247,7 +247,7 @@ if all of the following are true, and false otherwise:
<ul>
<li><p><var>element</var> is <a>connected</a>.

<li><p><var>element</var>'s <a>node document</a> is <a>allowed to use</a> the "<code><a
<li><p><var>element</var>'s <a>node document</a> is <a for=/>allowed to use</a> the "<code><a
data-lt="fullscreen-feature">fullscreen</a></code>" feature.
<!-- cross-process, recursive -->

Expand Down Expand Up @@ -398,7 +398,7 @@ to the reader. Input welcome on potential improvements.
</div>

<p>The <dfn attribute for=Document><code>fullscreenEnabled</code></dfn> getter steps are to return
true if <a>this</a> is <a>allowed to use</a> the "<code><a
true if <a>this</a> is <a for=/>allowed to use</a> the "<code><a
data-lt="fullscreen-feature">fullscreen</a></code>" feature and <a>fullscreen is supported</a>, and
false otherwise.

Expand Down Expand Up @@ -660,7 +660,7 @@ Integration</h2>
<div class="note">
<p>A <a>document</a>'s <a for=Document>permissions policy</a> determines whether any content in that
document is allowed to go fullscreen. If disabled in any document, no content in the document will
be <a>allowed to use</a> fullscreen.
be <a for=/>allowed to use</a> fullscreen.

<p>The <{iframe/allowfullscreen}> attribute of the HTML <{iframe}> element affects the <a>container
policy</a> for any document nested in that iframe. Unless overridden by the <{iframe/allow}>
Expand Down
Loading