2 Repos
Custom HTML elements that define their own logic and behavior independently of built-in elements.
Distinct from Custom Element Frameworks: None of the candidates describe the specific standard for independent, non-extending web components.
Explore 2 awesome GitHub repositories matching web development · Autonomous Custom Elements. Refine with filters or upvote what's useful.
This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.
The HTML specification defines new HTML tags with independent classes and logic that function separately from existing built-in elements.
Web Components ist eine Reihe von Spezifikationen zur Erstellung wiederverwendbarer Custom Elements mit gekapseltem Styling und Logik für das Web. Es bietet einen Standard für die Definition neuer HTML-Tags, die als unabhängige Komponenten über verschiedene Browser-Engines hinweg funktionieren. Das System basiert auf drei Hauptpfeilern: dem Custom-Elements-Standard zur Definition neuer Tags, der Shadow-DOM-Implementierung zur Isolierung interner Dokumentstrukturen und Styles sowie der HTML-Templates-Spezifikation zur Definition wiederverwendbarer Markup-Fragmente, die bis zur Instanziierung inaktiv bleiben. Diese Funktionen ermöglichen modulares Webdesign durch Front-End-Style-Isolierung und HTML-Template-Management. Diese Architektur erlaubt die Entwicklung wiederverwendbarer UI-Komponenten, die ein konsistentes Verhalten und Erscheinungsbild beibehalten, indem CSS-Leaks und DOM-Konflikte verhindert werden.
Defines a standard model for building autonomous custom HTML elements with internal logic and lifecycles.