From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/html/global_attributes%2Fslot.html | 60 ++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 devdocs/html/global_attributes%2Fslot.html (limited to 'devdocs/html/global_attributes%2Fslot.html') diff --git a/devdocs/html/global_attributes%2Fslot.html b/devdocs/html/global_attributes%2Fslot.html new file mode 100644 index 00000000..93ce3bdb --- /dev/null +++ b/devdocs/html/global_attributes%2Fslot.html @@ -0,0 +1,60 @@ +

slot

+

The slot global attribute assigns a slot in a shadow DOM shadow tree to an element: An element with a slot attribute is assigned to the slot created by the <slot> element whose name attribute's value matches that slot attribute's value.

For examples, see our Using templates and slots guide.

+
+

Specifications

+
+ + + + + +
Specification
HTML Standard
# attr-slot
DOM Standard
# ref-for-dom-element-slot①
+

Browser compatibility

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
slot53≤7963No401053536341106.0
+

See also

+
+

+ © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
+ https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/slot +

+
-- cgit v1.2.3