awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesAutonomous Custom Elements

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 3 awesome GitHub repositories matching web development · Autonomous Custom Elements. Refine with filters or upvote what's useful.

Awesome Autonomous Custom Elements GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • whatwg/htmlwhatwg का अवतार

    whatwg/html

    9,163GitHub पर देखें↗

    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.

    HTMLcanvaseventsourcehtml
    GitHub पर देखें↗9,163
  • wicg/webcomponentsWICG का अवतार

    WICG/webcomponents

    4,494GitHub पर देखें↗

    Web Components is a set of specifications for creating reusable custom elements with encapsulated styling and logic for the web. It provides a standard for defining new HTML tags that function as independent components across different browser engines. The system is built on three primary pillars: the Custom Elements standard for defining new tags, the Shadow DOM implementation for isolating internal document structures and styles, and the HTML Templates specification for defining reusable fragments of markup that remain inert until instantiated. These capabilities enable modular web design

    Defines a standard model for building autonomous custom HTML elements with internal logic and lifecycles.

    HTML
    GitHub पर देखें↗4,494
  • muxinc/media-chromemuxinc का अवतार

    muxinc/media-chrome

    2,701GitHub पर देखें↗

    Media Chrome is a library of modular, accessible web components designed for building custom audio and video player interfaces. It functions as a framework-agnostic toolkit that communicates with native media elements to manage playback state, user interactions, and media metadata. The library distinguishes itself through a component-based architecture that relies on standard web technologies to ensure compatibility across different frontend environments. It uses a centralized controller to synchronize state between independent interface elements, allowing developers to compose bespoke player

    Encapsulates interactive media controls into reusable browser-native elements with independent state and styling.

    TypeScriptaudioaudio-playermedia-chrome
    GitHub पर देखें↗2,701
  1. Home
  2. Web Development
  3. Autonomous Custom Elements