|
MDN – Web Components Overview
|
High-level introduction with clear examples of custom elements, shadow DOM, and HTML templates.
|
|
WHATWG HTML Living Standard – Custom Elements
|
Canonical spec text defining custom-element creation, lifecycle callbacks, and naming rules.
|
|
WHATWG DOM Standard – Shadow Trees
|
Specification of shadow DOM and encapsulation details used by Web Components.
|
|
MDN – Using Custom Elements
|
Practical usage patterns, extending built-in elements, and best-practice examples.
|
|
MDN – Using Shadow DOM
|
Step-by-step guide for attaching and styling shadow roots with encapsulated CSS.
|
|
W3C Working Group
|
Current community proposals, polyfills, and future directions for the platform.
|
|
WebComponents.org Specifications
|
Very readable specification with examples
|