Skip to content

Commit e475769

Browse files
authored
Review Draft Publication: July 2025
And fix a small Bikeshed nit while here.
1 parent 1c324ee commit e475769

File tree

2 files changed

+750
-4
lines changed

2 files changed

+750
-4
lines changed

fullscreen.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Group: WHATWG
33
H1: Fullscreen API
44
Shortname: fullscreen
55
Text Macro: TWITTER fullscreenapi
6-
Text Macro: LATESTRD 2024-07
6+
Text Macro: LATESTRD 2025-07
77
Abstract: The Fullscreen API standard defines an API for elements to display themselves fullscreen.
88
Translation: ja https://triple-underscore.github.io/fullscreen-ja.html
99
Translation: zh-Hans https://htmlspecs.com/fullscreen/
@@ -247,7 +247,7 @@ if all of the following are true, and false otherwise:
247247
<ul>
248248
<li><p><var>element</var> is <a>connected</a>.
249249

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

@@ -398,7 +398,7 @@ to the reader. Input welcome on potential improvements.
398398
</div>
399399

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

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

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

0 commit comments

Comments
 (0)