diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-02 13:50:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 13:50:14 +0200 |
commit | 99efa5cfa34c3f9d38b75352881acdfc99508ebf (patch) | |
tree | 15a37e05bf05f0daff2893f0a2f1c8a3673ac86b /files/fr/web/api/fullscreen_api/index.html | |
parent | c37cf5ec1bb9d4f6c51d12eaeef1bd5af12695f8 (diff) | |
download | translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.tar.gz translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.tar.bz2 translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.zip |
UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311)
* UPDATE: Removing CompatibilityTable script - Part 1
* UPDATE: Removing CompatibilityTable script - Part 2
* UPDATE: Removing CompatibilityTable script - Part 3
* UPDATE: Removing CompatibilityTable script - Part 4
* UPDATE: Removing CompatibilityTable script - Part 5/5
* FIX: Repair the EOL of one page
* FIX: Fix conflicting file
Diffstat (limited to 'files/fr/web/api/fullscreen_api/index.html')
-rw-r--r-- | files/fr/web/api/fullscreen_api/index.html | 95 |
1 files changed, 17 insertions, 78 deletions
diff --git a/files/fr/web/api/fullscreen_api/index.html b/files/fr/web/api/fullscreen_api/index.html index ff44203133..04c11bf3e3 100644 --- a/files/fr/web/api/fullscreen_api/index.html +++ b/files/fr/web/api/fullscreen_api/index.html @@ -206,88 +206,27 @@ original_slug: Web/Guide/DOM/Using_full_screen_mode </tbody> </table> -<h2 id="BrowserCompatibility" name="BrowserCompatibility">Compatibilité des navigateurs</h2> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<p><span id="result_box" lang="fr"><span>Tous les navigateurs implémentent cette API.</span> <span>Néanmoins certains l'implémentent avec des préfixes avec des noms légèrement différents</span></span> <span id="result_box" lang="fr"><span>;</span> <span>par exemple, au lieu de <code>requestFullscreen ()</code>, il y a <code>MozRequestFullScreen ()</code>.</span></span></p> +<h3 id="Document.fullscreen"><code>Document.fullscreen</code></h3> -<p>{{ CompatibilityTable() }} </p> +<p>{{Compat("api.Document.fullscreen")}}</p> -<div id="compat-mobile"> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>15 {{ property_prefix("-webkit") }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoDesktop("9.0") }} {{ property_prefix("-moz") }}<br> - {{CompatGeckoDesktop("47")}} (behind <code>full-screen-api.unprefix.enabled</code>)</td> - <td>11 {{ property_prefix("-ms") }}</td> - <td>12.10</td> - <td>5.0 {{ property_prefix("-webkit") }}</td> - </tr> - <tr> - <td><code>fullscreenEnabled</code></td> - <td>20 {{ property_prefix("-webkit") }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoDesktop("10.0") }} {{ property_prefix("-moz") }}<br> - {{CompatGeckoDesktop("47")}} (behind <code>full-screen-api.unprefix.enabled</code>)</td> - <td>11 {{ property_prefix("-ms") }}</td> - <td>12.10</td> - <td>5.1 {{ property_prefix("-webkit") }}</td> - </tr> - </tbody> -</table> -</div> +<h3 id="Document.fullscreenElement"><code>Document.fullscreenElement</code></h3> -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatUnknown() }}</td> - <td>28 {{ property_prefix("-webkit") }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoMobile("9.0") }}{{ property_prefix("-moz") }}<br> - {{CompatGeckoMobile("47")}} (behind <code>full-screen-api.unprefix.enabled</code>)</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - <tr> - <td><code>fullscreenEnabled</code></td> - <td>{{ CompatUnknown() }}</td> - <td>28 {{ property_prefix("-webkit") }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoMobile("10.0") }} {{ property_prefix("moz") }}<br> - {{CompatGeckoMobile("47")}} (behind <code>full-screen-api.unprefix.enabled</code>)</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - </tbody> -</table> -</div> -</div> +<p>{{Compat("api.Document.fullscreenElement")}}</p> + +<h3 id="Document.fullscreenEnabled"><code>Document.fullscreenEnabled</code></h3> + +<p>{{Compat("api.Document.fullscreenEnabled")}}</p> + +<h3 id="Document.exitFullscreen"><code>Document.exitFullscreen</code></h3> + +<p>{{Compat("api.Document.exitFullscreen")}}</p> + +<h3 id="Element.requestFullscreen"><code>Element.requestFullscreen</code></h3> + +<p>{{Compat("api.Element.requestFullscreen")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> |