aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlbrelement/index.html
blob: 98cbcbaa5550491e22b07fa33d77f3c0eb9c9847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
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>