I don't know how to view changes to HTML Living Standard.

Asked 2 years ago, Updated 2 years ago, 44 views

HTML Living Standard does not have minor versions such as HTML 5.1, HTML 5.2, which are published on W3C, and I think it will always be updated.

If you look at the official HTML Living Standard documentation and the Japanese translation, you can also see
I don't know when it was added or deleted (differences).
Where can I see the difference?
Do I have no choice but to read GitHub from there?

HTML Living Standard

https://html.spec.whatwg.org/multipage/

Japanese translation

https://momdo.github.io/html/

HTML and DOM published on W3C will be discontinued in the future, and HTML and DOM's web standards will be HTML Living Standard, so I think I should follow HTML Living Standard well, but I'm a little worried because I don't know how to see it.

Please let me know.

html html5

2022-09-30 17:34

1 Answers

There is no version and there is no summary of differences between versions, so if you want to know about changing the standards, you have to look at the commitment of git.

If you want to follow future changes, you may want to subscribe to https://github.com/whatwg/html/commits/master.atom via an RSS reader.


2022-09-30 17:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.