part
{{HTMLSidebar("Global_attributes")}}
The part
global attribute contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the {{CSSxRef("::part")}}
pseudo-element.
See the exportparts
attribute for a usage example.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
exportparts
HTML attribute{{HTMLElement("template")}}
and{{HTMLElement("slot")}}
HTML elements{{CSSXref("::part")}}
and{{CSSXref("::slotted")}}
CSS pseudo-elementsShadowRoot
interface{{DOMxRef("Element.part")}}
property- Using templates and slots
- CSS scoping module