awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesCustom Data Attributes

Embedding of non-visible, site-specific metadata within HTML elements.

Distinguishing note: Specifically covers 'data-*' attributes for scripting, which is distinct from the security-focused 'private embedding' candidates.

Explore 7 awesome GitHub repositories matching web development · Custom Data Attributes. Refine with filters or upvote what's useful.

Awesome Custom Data Attributes GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • whatwg/htmlwhatwg 的头像

    whatwg/html

    9,163在 GitHub 上查看↗

    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.

    Allows the embedding of custom, non-visible information in elements via data attributes for use by site-specific scripts.

    HTMLcanvaseventsourcehtml
    在 GitHub 上查看↗9,163
  • markdoc/markdocmarkdoc 的头像

    markdoc/markdoc

    8,060在 GitHub 上查看↗

    Markdoc is a documentation content framework that extends standard Markdown with custom tags, typed schemas, and reusable components, parsing content into an abstract syntax tree and rendering it as React elements or HTML. It provides a structured authoring system where documents are processed through an AST-based pipeline, enabling validation, transformation, and flexible output generation. The framework distinguishes itself through a schema-driven validation pipeline that checks document structure and attribute values against defined rules, and a pluggable renderer architecture that accepts

    Lets users build reusable attribute validators and transformers that enforce custom data formats across tags.

    TypeScriptauthoringdocumentationmarkdoc
    在 GitHub 上查看↗8,060
  • jquery/sizzlejquery 的头像

    jquery/sizzle

    6,306在 GitHub 上查看↗

    A sizzlin' hot selector engine.

    Registers custom attribute handlers for cross-browser selector compatibility.

    JavaScript
    在 GitHub 上查看↗6,306
  • instantpage/instant.pageinstantpage 的头像

    instantpage/instant.page

    6,225在 GitHub 上查看↗

    instant.page is a client-side JavaScript library that preloads linked pages on hover or touch interactions, making navigation feel instantaneous without consuming unnecessary bandwidth. It works by starting to fetch a page the moment a user hovers over a link for 65 milliseconds, leaving over 300 milliseconds for the page to load before the click, and similarly preloads on touch start for mobile visitors. The script offers multiple preloading strategies to balance responsiveness with resource conservation. It can be configured to preload on mousedown, when links become visible in the viewport

    Restricts preloading to links explicitly marked with a data attribute for fine-grained control.

    JavaScriptinstantperformance
    在 GitHub 上查看↗6,225
  • python-attrs/attrspython-attrs 的头像

    python-attrs/attrs

    5,799在 GitHub 上查看↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Checks attribute values against type constraints, custom validators, and logical combinations during instance creation.

    Python
    在 GitHub 上查看↗5,799
  • hustcc/timeago.jshustcc 的头像

    hustcc/timeago.js

    5,376在 GitHub 上查看↗

    timeago.js 是一个 JavaScript 库,将时间戳转换为人类可读的相对时间字符串。它作为一个国际化的日期库,将静态日期和时间数据转换为描述性的已过去时间陈述。 该项目提供了一个动态时间更新器,可定期自动刷新网页上的相对时间标签。它支持多语言日期本地化,允许使用内置或自定义的区域设置将已过去时间陈述翻译成各种语言。

    Uses custom HTML data attributes to identify which elements should be formatted as relative time.

    TypeScript
    在 GitHub 上查看↗5,376
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 GitHub 上查看↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Utilizes HTML data attributes to embed and retrieve site-specific metadata for scripting.

    JavaScriptbootcamp
    在 GitHub 上查看↗3,811
  1. Home
  2. Web Development
  3. Custom Data Attributes

探索子标签

  • Custom Attribute Validators1 个子标签Builds reusable attribute validators and transformers that enforce custom data formats across tags. **Distinct from Custom Data Attributes:** Distinct from Custom Data Attributes: focuses on validation and transformation logic rather than embedding metadata in HTML elements.
  • Preloading WhitelistsRestricts preloading to links explicitly marked with a data attribute for fine-grained control. **Distinct from Custom Data Attributes:** Distinct from Custom Data Attributes: focuses on using data attributes as a whitelist for preloading, not general metadata embedding.