blob: cb0d0fbc7931fbb5bf9ccffed7f5b5881a1d5ab6 (
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
|
---
title: HTMLBRElement
slug: Web/API/HTMLBRElement
tags:
- DOM
- Référence_du_DOM_Gecko
translation_of: Web/API/HTMLBRElement
---
{{ApiRef}}
L'interface **`HTMLBRElement`** représente un retour à la ligne. Il hérite de {{domxref("HTMLElement")}}.
## Propriétés
_Hérite les propriétés de son parent : {{domxref("HTMLElement")}}._
| Nom | Type | Description |
| -------------------------------- | -------------------------------- | ------------------------------------------------------ |
| `clear` {{obsolete_inline}} | {{domxref("DOMString")}} | Indique le flux du texte autours des objets flottants. |
## Méthodes
_Aucune méthode spécifique ;_ _hérite les méthodes de son parent, {{domxref("HTMLElement")}}_.
## Spécifications
| Spécification | Statut | Commentaires |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------- | --------------------------------------------------------------- |
| {{SpecName('HTML WHATWG', "text-level-semantics.html#the-br-element", "HTMLBRElement")}} | {{Spec2('HTML WHATWG')}} | Aucun changement par rapport à {{SpecName("HTML5 W3C")}} |
| {{SpecName('HTML5 W3C', "text-level-semantics.html#the-br-element", "HTMLBRElement")}} | {{Spec2('HTML5 W3C')}} | Aucun changement par rapport à {{SpecName("DOM2 HTML")}} |
| {{SpecName('DOM2 HTML', 'html.html#ID-ID-56836063', 'HTMLBodyElement')}} | {{Spec2('DOM2 HTML')}} | Aucun changement par rapport à {{SpecName("DOM1")}}. |
| {{SpecName('DOM1', 'level-one-html.html#ID-56836063', 'HTMLBodyElement')}} | {{Spec2('DOM1')}} | Première définition. |
## Compatibilité des navigateurs
{{Compat("api.HTMLBRElement")}}
## Voir aussi
- L'élément HTML supportant cet interface : {{ HTMLElement("br") }}
|