whatwg/html

HTML Standard

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 7th, 2026
Created on August 8th, 2013
Open Issues & Pull Requests: 2,666 (+0)
GitHub issues: Enabled
Number of forks: 3,195
Total Stargazers: 9,387 (+0)
Total Subscribers: 717 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.3 hours
Mean response time: 46.6 days
90th percentile: 19.0 days
Tracked items: 1,439

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 72% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 56% of tracked open issues have had no activity in three months. Only 2% of issues opened in the past year have been closed. Three people close 64% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 928
New in 7 days: 13
Closed in 7 days: 28
Avg open age: 833 days
Stale 30+ days: 775
Stale 90+ days: 630

Recent activity

Opened in 7 days: 11
Closed in 7 days: 19
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • addition/proposal (426)
  • needs implementer interest (362)
  • topic: forms (127)
  • topic: navigation (121)
  • clarification (75)
  • interop (73)
  • topic: select (66)
  • topic: canvas (59)

Detailed Description

The HTML Standard is the normative specification that defines the HTML language and its associated APIs for web browsers and other user agents.

The project addresses the need for a single authoritative definition of HTML that ensures interoperability across browser implementations. It documents the complete behavior of HTML parsing, rendering, and scripting APIs including Canvas, Web Workers, Web Storage, and Server-Sent Events. The standard is maintained as a single large source file that is processed to generate the human-readable specification published at the official WHATWG website.

Developers and browser vendors use this standard as the reference for implementing HTML support and for resolving ambiguities in how HTML should behave. It is essential for anyone building a browser engine, HTML parser, or tool that needs to understand the precise semantics of HTML. The standard covers not only markup syntax but also the complete DOM API, event handling, and storage mechanisms that modern web applications depend on. Contributors can propose changes through the established guidelines, and the project provides tooling to build and preview the specification locally before submission.

The project maintains an active discussion process for proposed changes, with contributors engaging in technical review of pull requests and issues. The source file is maintained as a single comprehensive document rather than split across multiple files, which requires contributors to use external tools like searchfox for blame tracking due to GitHub's limitations on large files. Tests for the standard are housed separately in the web-platform-tests repository, creating a clear separation between the normative specification and its test suite.