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/htmltablerowelement | |
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/htmltablerowelement')
-rw-r--r-- | files/fr/web/api/htmltablerowelement/index.html | 6 | ||||
-rw-r--r-- | files/fr/web/api/htmltablerowelement/insertcell/index.html | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/files/fr/web/api/htmltablerowelement/index.html b/files/fr/web/api/htmltablerowelement/index.html index 323cd60902..18955f4af7 100644 --- a/files/fr/web/api/htmltablerowelement/index.html +++ b/files/fr/web/api/htmltablerowelement/index.html @@ -84,8 +84,6 @@ translation_of: Web/API/HTMLTableRowElement <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">Le tableau de compatibilité de cette page est généré à 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 envoyez nous une pull request.</div> - <p>{{Compat("api.HTMLTableRowElement")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> @@ -93,7 +91,3 @@ translation_of: Web/API/HTMLTableRowElement <ul> <li>L'élément HTML implémentant cette interface : {{HTMLElement("tr")}}.</li> </ul> - -<dl> - <dt></dt> -</dl> diff --git a/files/fr/web/api/htmltablerowelement/insertcell/index.html b/files/fr/web/api/htmltablerowelement/insertcell/index.html index e4c064e2cc..34414eead6 100644 --- a/files/fr/web/api/htmltablerowelement/insertcell/index.html +++ b/files/fr/web/api/htmltablerowelement/insertcell/index.html @@ -93,8 +93,6 @@ addRow('my-table');</pre> <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div class="hidden">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></div> - <p>{{Compat("api.HTMLTableRowElement.insertCell")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> |