Skip to content

Commit

Permalink
Rephrase some parts of the notes about ISO standards
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen authored Nov 25, 2023
1 parent 1d131a2 commit 5b85619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vitepress/notes/2023-11-25-iso-standards-are-not-free.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ outline: false

<datetime :date="$frontmatter.publishedAt" formatter="longdate"/>

- [ISO standards](https://www.iso.org/standards.html) are **not** free to read. They are for an incredible amount of things.
- [TC39 specifications](https://tc39.es/) are free to read. They are for JavaScript.
- [W3C standards](https://www.w3.org/standards/) are free to read. They are specifications for HTML, CSS, browsers API, protocols, anything web…
- [TC39 specifications](https://tc39.es/) are free to read. They are for JavaScript.
- [ISO standards](https://www.iso.org/standards.html) are **not** free to read. They are for an incredible amount of things.

There’s even a [FAQ entry for that on the ISO website](https://www.iso.org/footer-links/frequently-asked-questions-faqs/general-faqs.html):

::: info Why is there a charge for standards?
> Developing, publishing and maintaining ISO standards incurs a cost, and revenues from selling them helps ISO and its members to cover an important part of these costs. Charging for standards allows us to ensure that they are developed in an impartial environment and therefore meet the needs of all stakeholders for which the standard is relevant. This is essential if standards are to remain effective in the real world. ISO and its members offer a number of options to access ISO standards.
:::

I understand creating quality standards require a favorable environment, making them expansive, with [the financing being a mix of public and private contributions](https://en.wikipedia.org/wiki/International_Organization_for_Standardization#Financing), but as an individual who wants to understand how a web spec makes use an ISO standards, there’s no way I can spend so much money [each time](https://github.com/meduzen/datetime-attribute/issues/108) I’m interested in a specification. In the case of the ISO 8601 spec, it’s [CHF 166](https://www.iso.org/standard/70907.html) + [CHF 17](https://www.iso.org/standard/81801.html) + [CHF 187](https://www.iso.org/standard/70908.html), so that’s 383 €, not counting the [_under development_ extension](https://www.iso.org/standard/86124.html).
I understand creating quality standards require a favorable environment, making them expansive, with [the financing being a mix of public and private contributions](https://en.wikipedia.org/wiki/International_Organization_for_Standardization#Financing), but as an individual who wants to understand how a web spec makes use of an ISO standard, there’s no way I can spend so much money [each time](https://github.com/meduzen/datetime-attribute/issues/108) I’m interested in a specification. In the case of the ISO 8601 spec, it’s [CHF 166](https://www.iso.org/standard/70907.html) + [CHF 17](https://www.iso.org/standard/81801.html) + [CHF 187](https://www.iso.org/standard/70908.html), so that’s 383 €, not counting the [_under development_ extension](https://www.iso.org/standard/86124.html).

Standards should be part of the commons, otherwise it’s as dumb as the [scientific publications business](https://direct.mit.edu/qss/article/doi/10.1162/qss_a_00272/118070/The-Oligopoly-s-Shift-to-Open-Access-How-the-Big).

Expand Down

0 comments on commit 5b85619

Please sign in to comment.