aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/htmlelement/outertext/index.html
blob: 5fba56681665dfc4f81fc9ae39d15799b65e181f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: HTMLElement.outerText
slug: Web/API/HTMLElement/outerText
translation_of: Web/API/HTMLElement/outerText
---
<div>{{APIRef("DOM")}}</div>

<p>{{ Non-standard_header() }}</p>

<p><strong><code>HTMLElement.outerText</code></strong> 는 비표준 속성(property)입니다. getter로써{{domxref("Node.innerText")}}의 값을 반환합니다. setter로써는 현재 노드를 삭제하고 주어진 텍스트값으로 대체합니다.</p>

<h2 id="Example">Example</h2>

<p><a href="http://stackoverflow.com/a/18481435">StackOverflow의 이 답변을 보세요.</a></p>

<h2 id="Specification">Specification</h2>

<p>표준이 아니므로 스펙이 없습니다. 표준 논의가 다음에서 진행중입니다: <a href="https://github.com/whatwg/html/issues/668">whatwg/html#668</a>.</p>

<p>Microsoft <a href="https://msdn.microsoft.com/en-us/library/ms534311(v=vs.85).aspx">has a description on MSDN</a>.</p>

<h2 id="Browser_Compatibility" name="Browser_Compatibility">Browser compatibility</h2>



<p>{{Compat("api.HTMLElement.outerText")}}</p>

<h2 id="See_also">See also</h2>

<ul>
 <li>{{domxref("Node.innerText")}}</li>
 <li>{{domxref("Element.outerHTML")}}</li>
</ul>