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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCommand Attributes

Declarative attributes used to invoke specific element actions like toggling popovers.

Distinct from Element Attributes: Focuses on the attribute-driven triggering of actions rather than general attribute management.

Explore 2 awesome GitHub repositories matching web development · Command Attributes. Refine with filters or upvote what's useful.

Awesome Command Attributes 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.

    Invokes specific actions on elements using command attributes to trigger behavior like closing dialogs.

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

    sparklemotion/nokogiri

    6,236GitHub पर देखें↗

    Nokogiri is an XML and HTML parsing library that builds navigable document trees from strings, files, or URLs using native C parsers for speed and standards compliance. It provides a CSS selector engine that translates CSS3 selectors into XPath expressions for querying nodes, an XPath query interface with namespace support, a document manipulation toolkit for modifying parsed documents, XSD schema validation, and XSLT transformation capabilities. The library wraps libxml2 and libxslt C libraries with Ruby bindings for high-performance parsing, and integrates Google's Gumbo parser for standard

    Provides a hash-like interface for reading, setting, and deleting node attributes.

    Clibxml2libxsltnokogiri
    GitHub पर देखें↗6,236
  1. Home
  2. Web Development
  3. Element Attributes
  4. Command Attributes

सब-टैग एक्सप्लोर करें

  • Hash-Like InterfacesRead, set, delete, and iterate over element attributes using a hash-like access pattern. **Distinct from Command Attributes:** Distinct from Command Attributes: focuses on general attribute read/write/delete operations via a hash interface, not action-triggering attributes.