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

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

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

4 个仓库

Awesome GitHub RepositoriesWeb Standard Implementations

JavaScript-based implementations of official web specifications like DOM, HTML, and CSSOM.

Distinct from Protocol Specifications: The candidates refer to general implementation documents or specific protocol specs; this is about implementing browser-native web standards in a runtime.

Explore 4 awesome GitHub repositories matching web development · Web Standard Implementations. Refine with filters or upvote what's useful.

Awesome Web Standard Implementations GitHub Repositories

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

    tmpvar/jsdom

    21,591在 GitHub 上查看↗

    jsdom is a Node.js implementation of web standards that functions as a headless browser emulator. It provides a JavaScript execution environment and an HTML and XML parser to simulate a browser environment on the server side, implementing various web APIs and W3C standards. The project distinguishes itself by providing a sandboxed runtime for executing scripts embedded in HTML or external files. It includes specialized polyfills for the Canvas API and manages session state through HTTP cookie management. Its broader capabilities cover network interaction via request interception and resource

    Implements official W3C web specifications for the DOM, HTML, and CSSOM within a JavaScript runtime.

    JavaScript
    在 GitHub 上查看↗21,591
  • jsdom/jsdomjsdom 的头像

    jsdom/jsdom

    21,587在 GitHub 上查看↗

    jsdom is a Node.js DOM implementation that functions as a headless browser emulator and virtual browser environment. It provides a pure JavaScript implementation of web standards, acting as a web standards polyfill that simulates the window and document objects within a non-browser runtime. The project implements W3C and WHATWG specifications to provide a programmatic environment for parsing HTML and manipulating content. It serves as an HTML parser and serializer, allowing for the transformation of HTML strings into document structures and the export of those structures back into text. The

    JSDOM simulates a browser environment by providing JavaScript implementations of various W3C and WHATWG specifications.

    JavaScript
    在 GitHub 上查看↗21,587
  • jquery/jquery-mousewheeljquery 的头像

    jquery/jquery-mousewheel

    3,916在 GitHub 上查看↗

    这是一个 jQuery 插件,充当鼠标滚轮事件的跨浏览器标准化工具。它标准化了不同 Web 浏览器中的鼠标滚轮事件处理和滚动增量值,为 Web 应用提供了一个可预测的接口。 该工具将硬件特定的滚动增量转换为一致的整数值。此过程解决了不同浏览器报告移动方式的不一致性,确保滚动距离和输入信号被统一为单一格式。 该项目涵盖了跨浏览器滚动处理和 Web 输入标准化。它允许计算原始滚动距离,并通过标准化滚轮事件和增量来实现自定义滚动交互。

    Converts varied hardware scroll signals into consistent values to prevent erratic movement.

    JavaScript
    在 GitHub 上查看↗3,916
  • mozilla/gecko-devmozilla 的头像

    mozilla/gecko-dev

    3,691在 GitHub 上查看↗

    Gecko-dev is a web browser engine and cross-platform browser framework. It serves as a foundational system for rendering web content and executing JavaScript, providing a complete layout and rendering pipeline to transform web markup into visual pixels. The project is distinguished by a specialized browser UI toolkit that uses XML-based languages and custom widgets to build cross-platform windows and menus. It incorporates unique development bridges, including design-to-code linking and a standardized protocol for AI-driven browser control and automated verification. Its broader capabilities

    Implements official web specifications such as DOM, HTML, and CSSOM to ensure consistent behavior across JavaScript engines.

    JavaScript
    在 GitHub 上查看↗3,691
  1. Home
  2. Web Development
  3. Web Standard Implementations

探索子标签

  • Input Signal StandardizationConverting varied hardware input signals into consistent software values. **Distinct from Web Standard Implementations:** Focuses on normalizing raw hardware signals (like wheel deltas) rather than implementing official web specifications.