--- title: HTMLElement.outerText slug: Web/API/HTMLElement/outerText tags: - API - DOM - Non-standard - Property - Reference translation_of: Web/API/HTMLElement/outerText ---
{{APIRef("DOM")}} {{ Non-standard_header() }}

HTMLElement.outerText は非標準のプロパティです。 取得するときは、{{domxref("Node.innerText")}} と同じ値を返します。 設定するときは、現在のノードを取り除き、指定されたテキストに置き換えます。

StackOverflow の回答(英語)をご覧ください。

仕様

仕様の一部ではありません。 標準化への議論: whatwg/html#668

ブラウザーの互換性

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

関連情報