WebGlossary.info
Web component
- A set of features that provide a standard component model for the Web allowing for encapsulation and interoperability of individual HTML elements. The primary technologies used to create web components include custom elements (APIs to define new HTML elements), Shadow DOM (encapsulated DOM and styling, with composition), and HTML templates (HTML fragments that are not rendered, but stored until instantiated via JavaScript). ← Wikipedia ↑ webcomponents.org
- Previous term: Web cache
- Next term: Web content
- Random term: Dependency injection