@@ -3,7 +3,7 @@ Group: WHATWG
3
3
H1 : Fullscreen API
4
4
Shortname : fullscreen
5
5
Text Macro : TWITTER fullscreenapi
6
- Text Macro : LATESTRD 2024 -07
6
+ Text Macro : LATESTRD 2025 -07
7
7
Abstract : The Fullscreen API standard defines an API for elements to display themselves fullscreen.
8
8
Translation : ja https://triple-underscore.github.io/fullscreen-ja.html
9
9
Translation : zh-Hans https://htmlspecs.com/fullscreen/
@@ -247,7 +247,7 @@ if all of the following are true, and false otherwise:
247
247
<ul>
248
248
<li><p><var> element</var> is <a>connected</a> .
249
249
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
251
251
data-lt="fullscreen-feature"> fullscreen</a></code> " feature.
252
252
<!-- cross-process, recursive -->
253
253
@@ -398,7 +398,7 @@ to the reader. Input welcome on potential improvements.
398
398
</div>
399
399
400
400
<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
402
402
data-lt="fullscreen-feature"> fullscreen</a></code> " feature and <a>fullscreen is supported</a> , and
403
403
false otherwise.
404
404
@@ -660,7 +660,7 @@ Integration</h2>
660
660
<div class="note">
661
661
<p> A <a>document</a> 's <a for=Document>permissions policy</a> determines whether any content in that
662
662
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.
664
664
665
665
<p> The <{iframe/allowfullscreen}> attribute of the HTML <{iframe}> element affects the <a>container
666
666
policy</a> for any document nested in that iframe. Unless overridden by the <{iframe/allow}>
0 commit comments