--- title: HTMLElement.outerText slug: Web/API/HTMLElement/outerText tags: - API - DOM - Non-standard - Property - Reference translation_of: Web/API/HTMLElement/outerText ---
HTMLElement.outerText
は非標準のプロパティです。 取得するときは、{{domxref("Node.innerText")}} と同じ値を返します。 設定するときは、現在のノードを取り除き、指定されたテキストに置き換えます。
StackOverflow の回答(英語)をご覧ください。
仕様の一部ではありません。 標準化への議論: whatwg/html#668。
{{Compat("api.HTMLElement.outerText")}}