aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlelement/outertext/index.html
blob: d8cea696e1d629209d20661051e93b21d01d436f (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
---
title: HTMLElement.outerText
slug: Web/API/HTMLElement/outerText
translation_of: Web/API/HTMLElement/outerText
---
<div>{{APIRef("DOM")}} {{ Non-standard_header() }}</div>

<p><strong><code>HTMLElement.outerText</code></strong> - нестандартное свойство. В качестве геттера возвращает то же значение, что и {{domxref("Node.innerText")}}. В качестве сеттера удаляет текущий элемент и вставляет вместо него указанный текст.</p>

<h2 id="Пример">Пример</h2>

<p><a href="http://stackoverflow.com/a/18481435">См. ответ на StackOverflow.</a></p>

<h2 id="Спецификация">Спецификация</h2>

<p>Не является частью какой-либо спецификации. Обсуждение стандарта: <a href="https://github.com/whatwg/html/issues/668">whatwg/html#668</a>.</p>

<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>



<p>{{Compat}}</p>

<h2 id="Смотрите_также">Смотрите также</h2>

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