diff options
Diffstat (limited to 'files/ru/conflicting/web/api/element/index.html')
-rw-r--r-- | files/ru/conflicting/web/api/element/index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/files/ru/conflicting/web/api/element/index.html b/files/ru/conflicting/web/api/element/index.html new file mode 100644 index 0000000000..8656365064 --- /dev/null +++ b/files/ru/conflicting/web/api/element/index.html @@ -0,0 +1,46 @@ +--- +title: Slotable +slug: conflicting/Web/API/Element +tags: + - миксины +translation_of: Web/API/Slottable +translation_of_original: Web/API/Slotable +original_slug: 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> |