Web Components API
The Web Components API is a set of native browser standards — Custom Elements, Shadow DOM, and HTML Templates — that let developers define reusable, encapsulated HTML elements with their own styling and behavior, usable in any framework or with none at all. Components built this way work as standard HTML tags directly…
5 resources across 1 library
Glossary Terms(5)
Web Components API
The Web Components API is a set of native browser standards — Custom Elements, Shadow DOM, and HTML Templates — that let developers define reusable, encapsulat…
CSS Container Queries
CSS Container Queries let an element's styles respond to the size (or other characteristics) of its containing element, rather than only the overall browser vi…
CSS Cascade Layers
CSS Cascade Layers, defined with the `@layer` at-rule, let developers explicitly group CSS rules into named layers and control the order in which those layers'…
Subgrid
Subgrid is a CSS Grid Layout feature that lets a nested grid container inherit the row and/or column tracks of its parent grid, rather than defining its own in…
CSS Nesting
CSS Nesting is a native CSS feature that lets selectors be written inside other selectors, similarly to preprocessors like Sass, so related rules for a compone…