blob: c672be742e5bba1f544b5dd60c1e1bcdcd6c3311 (
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
34
35
|
---
title: HTMLElement.outerText
slug: Web/API/HTMLElement/outerText
tags:
- API
- DOM
- Non-standard
- Property
- Reference
translation_of: Web/API/HTMLElement/outerText
---
<div>{{APIRef("DOM")}} {{ Non-standard_header() }}</div>
<p><span class="seoSummary"><strong><code>HTMLElement.outerText</code></strong> は非標準のプロパティです。 取得するときは、{{domxref("Node.innerText")}} と同じ値を返します。 設定するときは、現在のノードを取り除き、指定されたテキストに置き換えます。</span></p>
<h2 id="Example" name="Example">例</h2>
<p><a href="http://stackoverflow.com/a/18481435">StackOverflow の回答</a>(英語)をご覧ください。</p>
<h2 id="Specification" name="Specification">仕様</h2>
<p>仕様の一部ではありません。 標準化への議論: <a href="https://github.com/whatwg/html/issues/668">whatwg/html#668</a>。</p>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<p>{{Compat("api.HTMLElement.outerText")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{domxref("Node.innerText")}}</li>
<li>{{domxref("Element.outerHTML")}}</li>
</ul>
|