aboutsummaryrefslogtreecommitdiff
path: root/files/ru
diff options
context:
space:
mode:
authorVadim Makeev <pepelsbey@gmail.com>2021-09-02 08:40:42 +0300
committerGitHub <noreply@github.com>2021-09-02 08:40:42 +0300
commit549d45ffdcf6e82014b5cf8d1dea3e15a600f3cc (patch)
tree5671b9cd6ea133d40b75934ee9a8428ed204085e /files/ru
parent61cacba13fc753c15e953a221bbafe73ad28287b (diff)
downloadtranslated-content-549d45ffdcf6e82014b5cf8d1dea3e15a600f3cc.tar.gz
translated-content-549d45ffdcf6e82014b5cf8d1dea3e15a600f3cc.tar.bz2
translated-content-549d45ffdcf6e82014b5cf8d1dea3e15a600f3cc.zip
(ru) Fix content property description (#2301)
* Fix content property description * Trim spaces
Diffstat (limited to 'files/ru')
-rw-r--r--files/ru/web/html/element/template/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/html/element/template/index.html b/files/ru/web/html/element/template/index.html
index 10b94c2864..2e4ee629db 100644
--- a/files/ru/web/html/element/template/index.html
+++ b/files/ru/web/html/element/template/index.html
@@ -48,7 +48,7 @@ translation_of: Web/HTML/Element/template
<p>Элемент может иметь <a href="/en-US/docs/Web/HTML/Global_attributes">общие атрибуты</a>.</p>
-<p>Также есть доступный только для чтения атрибут <code>content</code>, который предоставляет доступ к содержимому шаблона. Проверка на наличие этого атрибута является распространённым способом определить, поддерживает ли браузер элемент <code>&lt;template&gt;</code>.</p>
+<p>Однако у <a href="/en-US/docs/Web/API/HTMLTemplateElement"><code>HTMLTemplateElement</code></a> есть свойство <code>content</code>, которое возвращает доступный только для чтения <a href="/ru/docs/Web/API/DocumentFragment"><code>DocumentFragment</code></a>, содержащий DOM-поддерево шаблона. Обратите внимание, что прямое испоользование значения <a href="/en-US/docs/Web/API/HTMLTemplateElement/content" title="content"><code>content</code></a> может привести к непредсказуемому поведению.</p>
<h2 id="Примеры">Примеры</h2>