We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828cd6e commit 292ef63Copy full SHA for 292ef63
feature-group-definitions/slot.yml
@@ -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