HTML Standard

Open-source HTML projects categorized as Standard

Top 12 HTML Standard Projects

  • WHATWG HTML Standard

    HTML Standard

    Project mention: Add Writingsuggestions="" Attribute | news.ycombinator.com | 2024-03-12
  • fetch

    Fetch Standard (by whatwg)

    Project mention: JavaScript fetch does not support GET request with body | news.ycombinator.com | 2023-11-21
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • security-txt

    A proposed standard that allows websites to define security policies.

    Project mention: Why should you care about the "security.txt" file on your website? | news.ycombinator.com | 2024-01-22

    A very, very long article to say "you should have a security.txt file, find an example at https://securitytxt.org/".

  • dom

    DOM Standard

    Project mention: Using XPath in 2023 | news.ycombinator.com | 2023-07-16

    Domenic Denicola (the man who ruined promises) probably will as well.

    https://github.com/whatwg/dom/issues/67

  • streams

    Streams Standard

    Project mention: Backpressure explained – the resisted flow of data through software | news.ycombinator.com | 2024-03-27

    Yup, this is what WHATWG's Streams spec[0] (linked in the article) says. It defines backpressure as a "process of normalizing flow from the original source according to how fast the chain can process chunks" where the reader "propagates a signal backwards through the pipe chain".

    Mozilla's documentation[1] similarly defines backpressure as "the process by which a single stream or a pipe chain regulates the speed of reading/writing".

    The article confuses backpressure (the signal used for regulation of the flow) with the reason backpressure is needed (producers and consumers working at different speeds). It should be fairly clear from the metaphor, I would have thought: With a pipe of unbounded size there is no pressure. The pressure builds up when consumer is slower than producer, which in turn slows down the producer. (Or the pipe explodes, or springs a leak and has to drop data on the ground.)

    [0] https://streams.spec.whatwg.org/#pipe-chains

    [1] https://developer.mozilla.org/en-US/docs/Web/API/Streams_API...

  • url

    URL Standard

    Project mention: Cool URIs can be ugly | news.ycombinator.com | 2024-02-14

    Semicolon (;) has no special meaning in a URL. You can ascribe it a meaning in your particular routing, but the spec has nothing to say about it.

    https://url.spec.whatwg.org/

  • vc-data-model

    W3C Verifiable Credentials Working Group — VC Data Model and Representations specification

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • encoding

    Encoding Standard (by whatwg)

    Project mention: Transcoding Latin 1 strings to UTF-8 strings at 12 GB/s using AVX-512 | news.ycombinator.com | 2023-08-21

    Be aware that with the WHATWG Encoding specification [1], that says that latin1, ISO-8859-1, etc. are aliases of the windows-1252 encoding, not the proper latin1 encoding. As a result, browsers and operating systems will display those files differently! It also aliases the ASCII encoding to windows-1252.

    [1] https://encoding.spec.whatwg.org/#names-and-labels

  • console

    Console Standard (by whatwg)

    Project mention: Why can you overrule console.log? | /r/learnjavascript | 2023-12-09

    console is not part of the JavaScript programming language. WHATWG has published Console Standard https://console.spec.whatwg.org/ though console is not defined in ECMA-262.

  • fs

    File System Standard (by whatwg)

    Project mention: persistent storage API on Firefox temporary extension | /r/learnjavascript | 2023-07-24

    You can use File System Standard https://fs.spec.whatwg.org/ to write data for that origin (Firefox doesn't implement File System Access API, nonetheless a File object can still be written to local disk using File API).

  • notifications

    Notifications API Standard

  • websockets

    WebSockets Standard (by whatwg)

    Project mention: JPEG XL and the Pareto Front | news.ycombinator.com | 2024-03-01

    It's so frustrating how the chromium team is ending up as a gatekeeper of the Internet by pick and choosing what gets developed or not.

    I recently come across another issue pertaining to the chromium team being not budging on their decisions, despite pressure from the community and an RFC backing it up - in my case custom headers in WebSocket handshakes, that are supported by other Javascript runtimes like node and bun, but the chromium maintainer just disagrees with it - https://github.com/whatwg/websockets/issues/16#issuecomment-...

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-27.

HTML Standard related posts

Index

What are some of the best open-source Standard projects in HTML? This list will help you:

Project Stars
1 WHATWG HTML Standard 7,606
2 fetch 2,067
3 security-txt 1,738
4 dom 1,519
5 streams 1,321
6 url 501
7 vc-data-model 270
8 encoding 265
9 console 263
10 fs 200
11 notifications 129
12 websockets 39
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com