@@ -3,7 +3,7 @@ Group: WHATWG
33H1 : Fullscreen API
44Shortname : fullscreen
55Text Macro : TWITTER fullscreenapi
6- Text Macro : LATESTRD 2024 -07
6+ Text Macro : LATESTRD 2025 -07
77Abstract : The Fullscreen API standard defines an API for elements to display themselves fullscreen.
88Translation : ja https://triple-underscore.github.io/fullscreen-ja.html
99Translation : 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
402402data-lt="fullscreen-feature"> fullscreen</a></code> " feature and <a>fullscreen is supported</a> , and
403403false 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
662662document 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
666666policy</a> for any document nested in that iframe. Unless overridden by the <{iframe/allow}>
0 commit comments