Back to Content

HTML part global attribute

files/en-us/web/html/reference/global_attributes/part/index.md

latest970 B
Original Source

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