html attribute
`part` HTML global attribute
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 ::part pseudo-element.
See the exportparts attribute for a usage example.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
exportpartsHTML attribute<template>and<slot>HTML elements::partand::slottedCSS pseudo-elementsShadowRootinterfacepartproperty- Using templates and slots
- CSS scoping module