diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-06-19 18:31:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 18:31:13 +0200 |
commit | 52990303982048d807b7a8dc8c016bb332bc710e (patch) | |
tree | bf14a3c5f6dc9265375734e0c4fd8a0c6e481370 /files/fr/web/api/shadowroot | |
parent | 322369a40a3058c0630f4276a6455b554128be1d (diff) | |
download | translated-content-52990303982048d807b7a8dc8c016bb332bc710e.tar.gz translated-content-52990303982048d807b7a8dc8c016bb332bc710e.tar.bz2 translated-content-52990303982048d807b7a8dc8c016bb332bc710e.zip |
Remove hidden bcd for API pages (#1249)
* Remove hidden bcd for API pages
* rm *
typo
* minor reword
* minor rewording
Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
Diffstat (limited to 'files/fr/web/api/shadowroot')
-rw-r--r-- | files/fr/web/api/shadowroot/delegatesfocus/index.html | 2 | ||||
-rw-r--r-- | files/fr/web/api/shadowroot/host/index.html | 2 | ||||
-rw-r--r-- | files/fr/web/api/shadowroot/index.html | 2 | ||||
-rw-r--r-- | files/fr/web/api/shadowroot/innerhtml/index.html | 2 | ||||
-rw-r--r-- | files/fr/web/api/shadowroot/mode/index.html | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/files/fr/web/api/shadowroot/delegatesfocus/index.html b/files/fr/web/api/shadowroot/delegatesfocus/index.html index 91fd580c39..033fbf323e 100644 --- a/files/fr/web/api/shadowroot/delegatesfocus/index.html +++ b/files/fr/web/api/shadowroot/delegatesfocus/index.html @@ -41,6 +41,4 @@ let hostElem = shadow.delegatesFocus;</pre> <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à 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>.</div> - <p>{{Compat("api.ShadowRoot.delegatesFocus")}}</p> diff --git a/files/fr/web/api/shadowroot/host/index.html b/files/fr/web/api/shadowroot/host/index.html index 724cf496ba..8b23a74117 100644 --- a/files/fr/web/api/shadowroot/host/index.html +++ b/files/fr/web/api/shadowroot/host/index.html @@ -52,6 +52,4 @@ let hostElem = shadow.host;</pre> <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à 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>.</div> - <p>{{Compat("api.ShadowRoot.host")}}</p> diff --git a/files/fr/web/api/shadowroot/index.html b/files/fr/web/api/shadowroot/index.html index 3b84f53df6..81af6c08ea 100644 --- a/files/fr/web/api/shadowroot/index.html +++ b/files/fr/web/api/shadowroot/index.html @@ -108,6 +108,4 @@ attributeChangedCallback(nom, ancienneValeur, nouvelleValeur) { <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à 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>.</div> - <p>{{Compat("api.ShadowRoot")}}</p> diff --git a/files/fr/web/api/shadowroot/innerhtml/index.html b/files/fr/web/api/shadowroot/innerhtml/index.html index 2262621230..5580e5ad2c 100644 --- a/files/fr/web/api/shadowroot/innerhtml/index.html +++ b/files/fr/web/api/shadowroot/innerhtml/index.html @@ -37,6 +37,4 @@ shadow.innerHTML = '<strong>Cet élément devrait être plus important !&l <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à 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>.</div> - <p>{{Compat("api.ShadowRoot.innerHTML")}}</p> diff --git a/files/fr/web/api/shadowroot/mode/index.html b/files/fr/web/api/shadowroot/mode/index.html index f9e3ac0ccd..2e68fcb24e 100644 --- a/files/fr/web/api/shadowroot/mode/index.html +++ b/files/fr/web/api/shadowroot/mode/index.html @@ -58,6 +58,4 @@ if(shadow) { <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à 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>.</div> - <p>{{Compat("api.ShadowRoot.mode")}}</p> |