From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/htmlelement/outertext/index.md | 30 ++++++++++++------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'files/fr/web/api/htmlelement/outertext') diff --git a/files/fr/web/api/htmlelement/outertext/index.md b/files/fr/web/api/htmlelement/outertext/index.md index fb0464c439..fc7fe6a2eb 100644 --- a/files/fr/web/api/htmlelement/outertext/index.md +++ b/files/fr/web/api/htmlelement/outertext/index.md @@ -7,31 +7,29 @@ tags: - Propriété translation_of: Web/API/HTMLElement/outerText --- -
{{APIRef("DOM")}}
+{{APIRef("DOM")}} -

{{ Non-standard_header() }}

+{{ Non-standard_header() }} -

Résumé

+## Résumé -

HTMLElement.outerText n'est pas une propriété standard. En lecture, elle renvoie la même valeur que {{domxref("Node.innerText")}}. En écriture, elle supprime le noeud courant et le remplace par le texte fourni.

+**`HTMLElement.outerText`** n'est pas une propriété standard. En lecture, elle renvoie la même valeur que {{domxref("Node.innerText")}}. En écriture, elle supprime le noeud courant et le remplace par le texte fourni. -

Exemple

+## Exemple -

Voir cette réponse proposée sur StackOverflow.

+Voir [cette réponse proposée sur StackOverflow](http://stackoverflow.com/questions/18481382/what-is-the-difference-between-innertext-and-outertext/18481435#18481435). -

Spécification

+## Spécification -

Ne fait partie d'aucune spécification. Discussion de la norme : whatwg/html#668.

+Ne fait partie d'aucune spécification. Discussion de la norme : [whatwg/html#668](https://github.com/whatwg/html/issues/668). -

Microsoft en a publié une description sur MSDN.

+Microsoft en a publié [une description sur MSDN](). -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

{{Compat("api.HTMLElement.outerText")}}

+{{Compat("api.HTMLElement.outerText")}} -

Voir aussi

+## Voir aussi - +- {{domxref("Node.innerText")}} +- {{domxref("Element.outerHTML")}} -- cgit v1.2.3-54-g00ecf