--- title: HTMLElement.outerText slug: Web/API/HTMLElement/outerText translation_of: Web/API/HTMLElement/outerText ---
{{ Non-standard_header() }}
HTMLElement.outerText
는 비표준 속성(property)입니다. getter로써{{domxref("Node.innerText")}}의 값을 반환합니다. setter로써는 현재 노드를 삭제하고 주어진 텍스트값으로 대체합니다.
표준이 아니므로 스펙이 없습니다. 표준 논의가 다음에서 진행중입니다: whatwg/html#668.
Microsoft has a description on MSDN.
{{Compat("api.HTMLElement.outerText")}}