slot
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
Das slot
globale Attribut weist einem Element einen Slot in einem Schattenbaum des Shadow DOM zu: Ein Element mit einem slot
-Attribut wird dem Slot zugewiesen, der durch das <slot>
-Element erstellt wird, dessen name
-Attributswert mit dem Wert des slot
-Attributs übereinstimmt.
Beispiele finden Sie in unserem Leitfaden zu Vorlagen und Slots.
Spezifikationen
Specification |
---|
HTML Standard # attr-slot |
DOM Standard # ref-for-dom-element-slot① |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
- HTML globale Attribute
- HTML
<slot>
-Element - HTML
<template>
-Element - CSS-
::slotted
-Pseudo-Element - CSS-Scoping Modul
- Web Components