aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlbrelement/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/htmlbrelement/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/htmlbrelement/index.html')
-rw-r--r--files/fr/web/api/htmlbrelement/index.html71
1 files changed, 0 insertions, 71 deletions
diff --git a/files/fr/web/api/htmlbrelement/index.html b/files/fr/web/api/htmlbrelement/index.html
deleted file mode 100644
index 98cbcbaa55..0000000000
--- a/files/fr/web/api/htmlbrelement/index.html
+++ /dev/null
@@ -1,71 +0,0 @@
----
-title: HTMLBRElement
-slug: Web/API/HTMLBRElement
-tags:
- - DOM
- - Référence_du_DOM_Gecko
-translation_of: Web/API/HTMLBRElement
----
-<div>
- {{ApiRef}}</div>
-<p>L'interface <strong><code>HTMLBRElement</code></strong> représente un retour à la ligne. Il hérite de {{domxref("HTMLElement")}}.</p>
-<h2 id="Propriétés">Propriétés</h2>
-<p><em>Hérite les propriétés de son parent : {{domxref("HTMLElement")}}.</em></p>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Nom</th>
- <th scope="col">Type</th>
- <th scope="col">Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><code>clear</code> {{obsolete_inline}}</td>
- <td>{{domxref("DOMString")}}</td>
- <td>Indique le flux du texte autours des objets flottants.</td>
- </tr>
- </tbody>
-</table>
-<h2 id="Méthodes">Méthodes</h2>
-<p><em>Aucune méthode spécifique ; </em><em>hérite les méthodes de son parent, {{domxref("HTMLElement")}}</em>.</p>
-<h2 id="Spécifications">Spécifications</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaires</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "text-level-semantics.html#the-br-element", "HTMLBRElement")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Aucun changement par rapport à {{SpecName("HTML5 W3C")}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "text-level-semantics.html#the-br-element", "HTMLBRElement")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Aucun changement par rapport à {{SpecName("DOM2 HTML")}}</td>
- </tr>
- <tr>
- <td>{{SpecName('DOM2 HTML', 'html.html#ID-ID-56836063', 'HTMLBodyElement')}}</td>
- <td>{{Spec2('DOM2 HTML')}}</td>
- <td>Aucun changement par rapport à {{SpecName("DOM1")}}.</td>
- </tr>
- <tr>
- <td>{{SpecName('DOM1', 'level-one-html.html#ID-56836063', 'HTMLBodyElement')}}</td>
- <td>{{Spec2('DOM1')}}</td>
- <td>Première définition.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("api.HTMLBRElement")}}</p>
-
-<h2 id="See_also">Voir aussi</h2>
-
-<ul>
- <li>L'élément HTML supportant cet interface : {{ HTMLElement("br") }}</li>
-</ul>