From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/htmlelement/outertext/index.html | 93 +++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 files/fr/web/api/htmlelement/outertext/index.html (limited to 'files/fr/web/api/htmlelement/outertext/index.html') diff --git a/files/fr/web/api/htmlelement/outertext/index.html b/files/fr/web/api/htmlelement/outertext/index.html new file mode 100644 index 0000000000..02b825ffe4 --- /dev/null +++ b/files/fr/web/api/htmlelement/outertext/index.html @@ -0,0 +1,93 @@ +--- +title: HTMLElement.outerText +slug: Web/API/HTMLElement/outerText +tags: + - API + - DOM + - Propriété +translation_of: Web/API/HTMLElement/outerText +--- +
{{APIRef("DOM")}}
+ +

{{ Non-standard_header() }}

+ +

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.

+ +

Exemple

+ +

Voir cette réponse proposée sur StackOverflow.

+ +

Spécification

+ +

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

+ +

Microsoft en a publié une description sur MSDN.

+ +

Compatibilité des navigateurs

+ +

{{ CompatibilityTable() }}

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
FonctionnalitéChromeEdgeFirefox (Gecko)Internet ExplorerMicrosoft EdgeOperaSafari (WebKit)
Basic support{{ CompatVersionUnknown() }}{{CompatVersionUnknown}}{{ CompatNo() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
FonctionnalitéAndroidEdgeFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{CompatVersionUnknown}}{{ CompatNo() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
+
+
+ +
 
+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf