aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/slotable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/slotable/index.html')
-rw-r--r--files/ru/web/api/slotable/index.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/files/ru/web/api/slotable/index.html b/files/ru/web/api/slotable/index.html
deleted file mode 100644
index af6ec4765c..0000000000
--- a/files/ru/web/api/slotable/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: Slotable
-slug: Web/API/Slotable
-tags:
- - миксины
-translation_of: Web/API/Slottable
-translation_of_original: Web/API/Slotable
----
-<p>{{APIRef("Shadow DOM")}}</p>
-
-<p>Миксин <code>Slotable</code> определяет возможности, которые позволяют нодам становиться контентом элемента {{htmlelement("slot")}} — следующие возможности включены в  {{domxref("Element")}} и {{domxref("Text")}}.</p>
-
-<h2 id="Свойства">Свойства</h2>
-
-<dl>
- <dt>{{domxref("Slotable.assignedSlot")}} {{readonlyInline}}</dt>
- <dd>Возвращает {{htmlelement("slot")}}, в который вставлена нода.</dd>
-</dl>
-
-<h2 id="Методы">Методы</h2>
-
-<p>Нет.</p>
-
-<h2 id="Спецификации">Спецификации</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName('DOM WHATWG','#slotable','Slotable')}}</td>
- <td>{{Spec2('DOM WHATWG')}}</td>
- <td>Первое определение.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
-
-
-
-<p>{{Compat("api.Slotable")}}</p>