Skip to content

Commit 292ef63

Browse files
authored
Add <slot> (web-platform-dx#622)
1 parent 828cd6e commit 292ef63

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

feature-group-definitions/slot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: <slot>
2+
spec: https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element
3+
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1898
4+
compat_features:
5+
- api.Element.assignedSlot
6+
- api.Element.slot
7+
- api.HTMLSlotElement
8+
- api.HTMLSlotElement.assign
9+
- api.HTMLSlotElement.assignedElements
10+
- api.HTMLSlotElement.assignedNodes
11+
- api.HTMLSlotElement.name
12+
- api.HTMLSlotElement.slotchange_event
13+
- api.ShadowRoot.slotAssignment
14+
- api.Text.assignedSlot
15+
- css.selectors.slotted
16+
- html.elements.slot
17+
- html.elements.slot.name
18+
- html.global_attributes.slot

0 commit comments

Comments
 (0)