WHATWG HTML Standard Alternatives

Similar projects and alternatives to WHATWG HTML Standard

  1. React

    The library for web and native user interfaces.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  4. htmx

    </> htmx - high power tools for HTML

  5. caniuse

    Raw browser/feature support data from caniuse.com

  6. NumPy

    The fundamental package for scientific computing with Python.

  7. serenity

    The Serenity Operating System 🐞

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. WebKit

    Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.

  10. Servo

    Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

  11. content

    The content behind MDN Web Docs

  12. PostCSS

    Transforming styles with JS plugins

  13. webcomponents

    Web Components specifications

  14. dom

    DOM Standard

  15. rupy

    HTTP App. Server and JSON DB - Shared Parallel (Atomic) & Distributed

  16. hyperview

    Server-driven mobile apps with React Native

  17. password-manager-resources

    A place for creators and users of password managers to collaborate on resources to make password management better.

  18. EventSource

    a polyfill for http://www.w3.org/TR/eventsource/

  19. dialog-polyfill

    Polyfill for the HTML dialog element

  20. breaking-changes-web

    💢 A list of breaking changes to the web platform

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better WHATWG HTML Standard alternative or higher similarity.

WHATWG HTML Standard discussion

Log in or Post with

WHATWG HTML Standard reviews and mentions

Posts with mentions or reviews of WHATWG HTML Standard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-16.
  • Styling an HTML dialog modal to take the full height of the viewport
    5 projects | news.ycombinator.com | 16 Mar 2025
    https://github.com/whatwg/html/pull/5936#discussion_r5136422...

    The problem is that no browser had (and still has) shipped the "stretch" keyword. (Blink likely will "soon" - https://groups.google.com/a/chromium.org/g/blink-dev/c/SiZ2n... )

    However this was pushed back against as this had to go in a specification - and nobody implemented it ("-webit-fill-available" would have been an acceptable substitute in Blink but other browsers didn't have this working the same yet).

    Hence the calc() variant. (Primarily because of "box-sizing:content-box" being the default, and pre-existing border/padding styles on dialog that we didn't want to touch).

    One thing to keep in mind is that any changes that changes web behaviour is under some time pressure. If you leave something too long, sites will start relying on the previous behaviour - so it would have been arguably worse not to have done anything.

    It may still be possible to change to the stretch variant, however likely some sites are relying on the extra "space" around dialogs now, and would be mad if we changed it again. This might still be a net-positive however given how much this confuses web-developers (future looking cost), vs. the pain (cost) of breaking existing sites.

    Sorry!

  • Creating Animated Accordions with the Details Element and Modern CSS
    1 project | dev.to | 10 Mar 2025
    There's an open HTML specification issue about this problem, but it doesn't seem to have gotten any traction.
  • Open-UI: Maintain an open standard for UI and promote its adherence and adoption
    4 projects | news.ycombinator.com | 9 Mar 2025
    Customisable select I believe is the first to come out of it.

    https://developer.chrome.com/blog/rfc-customizable-select

    https://github.com/whatwg/html/issues/9799

  • Introducing command and commandfor in HTML
    5 projects | news.ycombinator.com | 7 Mar 2025
    Doesn't appear to be.

    https://github.com/whatwg/html/pull/9841

    https://github.com/whatwg/html/issues/9625

    Seems to have been in the works since 2023, out in the open, with support by all major browser engines.

  • Why does target="_blank" have an underscore in front?
    1 project | news.ycombinator.com | 24 Feb 2025
    Agreed! There is a proposal for something like that in the WHATWG repo: https://github.com/whatwg/html/issues/8538
  • Dialogs, Popovers & the Top Layer Mess
    1 project | dev.to | 18 Feb 2025
    Issue #9075: March 2023, OddBird requests a method to view the current top layer order.
  • HTML Whitespace Is Broken
    3 projects | news.ycombinator.com | 6 Feb 2025
  • 2025's Tech Stack for Front End
    8 projects | dev.to | 3 Feb 2025
    HTML5 Specification
  • Server Sent Events 101
    1 project | dev.to | 11 Jan 2025
    CAUTION: The EventSource API doesn't allow you to pass custom headers natively. You have to rely on polyfills or query parameters to pass additional context about the client. Learn more about the limitations of the EventSource API here.
  • <dialog>: The Dialog Element
    7 projects | news.ycombinator.com | 6 Dec 2024
    The issues were fixed actually.

    https://github.com/whatwg/html/wiki/dialog--initial-focus,-a...

    https://github.com/whatwg/html/pull/8199

  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic WHATWG HTML Standard repo stats
160
8,432
9.4
3 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that HTML is
the 9th most popular programming language
based on number of references?