diff options
| author | tristantheb <tristantheb@users.noreply.github.com> | 2021-06-19 19:21:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 19:21:21 +0200 |
| commit | 4b325100c1ca81f9cb59fa6aba8667bc4363636f (patch) | |
| tree | 1c67336d0833c30915270912af5968f9d6614c70 /files/fr/web/api/window | |
| parent | deeef44dd82adb13ef2c85ff295c426561f9925c (diff) | |
| download | translated-content-4b325100c1ca81f9cb59fa6aba8667bc4363636f.tar.gz translated-content-4b325100c1ca81f9cb59fa6aba8667bc4363636f.tar.bz2 translated-content-4b325100c1ca81f9cb59fa6aba8667bc4363636f.zip | |
Removing all hidden bcd block for /web/ (#1252)
* Removing all hidden bcd block for /web/
* minor rewording
Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
Diffstat (limited to 'files/fr/web/api/window')
| -rw-r--r-- | files/fr/web/api/window/domcontentloaded_event/index.html | 4 | ||||
| -rw-r--r-- | files/fr/web/api/window/localstorage/index.html | 4 | ||||
| -rw-r--r-- | files/fr/web/api/window/sessionstorage/index.html | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/files/fr/web/api/window/domcontentloaded_event/index.html b/files/fr/web/api/window/domcontentloaded_event/index.html index aca42e5b69..d7c00d95b1 100644 --- a/files/fr/web/api/window/domcontentloaded_event/index.html +++ b/files/fr/web/api/window/domcontentloaded_event/index.html @@ -71,10 +71,6 @@ original_slug: Web/Events/DOMContentLoaded <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden"> -<p>La table de compatibilité sur cette page est générée à partir de données structurées. Si vous souhaitez contribuer aux données, veuillez consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et nous envoyer une <em>pull request.</em></p> -</div> - <p>{{Compat("api.Window.DOMContentLoaded_event")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> diff --git a/files/fr/web/api/window/localstorage/index.html b/files/fr/web/api/window/localstorage/index.html index 9c157962c2..71c5f6fbec 100644 --- a/files/fr/web/api/window/localstorage/index.html +++ b/files/fr/web/api/window/localstorage/index.html @@ -79,10 +79,6 @@ localStorage.clear(); <h2 id="Compatibilité_navigateurs">Compatibilité navigateurs</h2> -<div class="hidden"> -<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> -</div> - <p>{{Compat("api.Window.localStorage")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> diff --git a/files/fr/web/api/window/sessionstorage/index.html b/files/fr/web/api/window/sessionstorage/index.html index 6d6bed8021..e93c0bb0cc 100644 --- a/files/fr/web/api/window/sessionstorage/index.html +++ b/files/fr/web/api/window/sessionstorage/index.html @@ -77,10 +77,6 @@ champ.addEventListener("change", function() { <h2 id="Compatilibité_des_navigateurs">Compatilibité des navigateurs</h2> -<div class="hidden"> -<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> -</div> - <p>{{Compat("api.Window.sessionStorage")}}</p> <p>Chaque navigateur attribue des capacités de stockage limitées pour <code>localStorage</code> et <code>sessionStorage</code>. Vous en trouverez certaines dans ce <a class="external" href="http://dev-test.nemikor.com/web-storage/support-test/">récapitulatif de tests des capacités de stockage attribuées en fonction du navigateur</a>.</p> |
