A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Fork tracking: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Update and reorganize)
(Update Resource Hints status)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page exists to document the status of the outdated forks of various WHATWG specifications, and any progress toward clarifying their out-of-dateness.
This page exists to document the status of the outdated forks of various WHATWG specifications, and any progress toward clarifying their out-of-dateness.


Per the [https://www.w3.org/2019/04/WHATWG-W3C-MOU.html Memorandum of Understanding between W3C and WHATWG], most of this should be cleared up, but it's not totally done.
Per the [https://www.w3.org/2019/04/WHATWG-W3C-MOU.html Memorandum of Understanding between W3C and WHATWG], everything is pretty much cleared up.


== Confusion persists ==
== Confusion mitigated ==
 
* DOM: https://dom.spec.whatwg.org/
** Recommendation (not marked as superseded): https://www.w3.org/TR/dom40/
 
== Confusion persists with some mitigation ==


* HTML: https://html.spec.whatwg.org/multipage/
* HTML: https://html.spec.whatwg.org/multipage/
** Superseded Recommendations (still contain all the text and can mislead search engines; updating robots.txt or adding link rel="canonical" would be an improvement)
** The following HTML forks redirect:
*** https://www.w3.org/TR/html/
*** https://www.w3.org/TR/html5/
*** https://www.w3.org/TR/html50/
*** https://www.w3.org/TR/html50/
*** https://www.w3.org/TR/html51/
*** https://www.w3.org/TR/html51/
*** https://www.w3.org/TR/html52/
*** https://www.w3.org/TR/html52/
*** https://www.w3.org/TR/webstorage/
*** https://www.w3.org/TR/2dcontext/
*** https://www.w3.org/TR/eventsource/
** Retired Notes (should redirect)
*** https://www.w3.org/TR/html53/
*** https://www.w3.org/TR/html53/
*** http://w3c.github.io/html/
** The following TR URLs of HTML subsets redirect:
*** https://www.w3.org/TR/microdata/
*** https://www.w3.org/TR/microdata/
*** https://www.w3.org/TR/workers/
*** https://www.w3.org/TR/workers/
*** https://www.w3.org/TR/websockets/
*** https://www.w3.org/TR/websockets/
*** https://www.w3.org/TR/2dcontext2/
*** https://www.w3.org/TR/2dcontext2/
** 404s (should redirect)
*** https://www.w3.org/TR/webmessaging/
*** https://www.w3.org/TR/webmessaging/
** Editor's Drafts (should redirect)
*** https://www.w3.org/TR/webstorage/
*** https://w3c.github.io/workers/
*** https://www.w3.org/TR/2dcontext/
 
*** https://www.w3.org/TR/eventsource/
* DOM: https://dom.spec.whatwg.org/
** Retired Note (should redirect): https://www.w3.org/TR/dom41/
 
== Confusion mitigated ==
 
* HTML: https://html.spec.whatwg.org/multipage/
** https://www.w3.org/TR/html/ redirects
** https://www.w3.org/TR/html5/ redirects
** http://w3c.github.io/html/ redirects
** The following ED URLs of HTML subsets redirect:
** The following ED URLs of HTML subsets redirect:
*** https://w3c.github.io/webmessaging/
*** https://w3c.github.io/webmessaging/
Line 45: Line 30:
*** https://w3c.github.io/microdata/
*** https://w3c.github.io/microdata/
*** https://w3c.github.io/webstorage/
*** https://w3c.github.io/webstorage/
*** https://w3c.github.io/workers/
* DOM: https://dom.spec.whatwg.org/
* DOM: https://dom.spec.whatwg.org/
** http://www.w3.org/TR/dom/ redirects
** http://www.w3.org/TR/dom/ redirects
** https://www.w3.org/TR/dom40/ redirects
** https://www.w3.org/TR/dom41/ redirects
** https://w3c.github.io/dom/ redirects
** https://w3c.github.io/dom/ redirects
* Encoding: https://encoding.spec.whatwg.org/
* Encoding: https://encoding.spec.whatwg.org/
Line 70: Line 58:
** https://w3ctag.github.io/url/ is empty of content
** https://w3ctag.github.io/url/ is empty of content
** http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html redirects
** http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html redirects
== Non-forks ==
Some work started out in W3C Working Groups or Community Groups but has since moved to the WHATWG. This section tracks what happened in those cases.
* Worklets: https://html.spec.whatwg.org/multipage/worklets.html
** https://www.w3.org/TR/worklets-1/ redirects to https://html.spec.whatwg.org/ (maybe should redirect to above URL instead)
** https://www.w3.org/TR/worklets/ redirects to https://html.spec.whatwg.org/ (maybe should redirect to above URL instead)
** https://drafts.css-houdini.org/worklets/ redirects to above URL
* Custom Elements: https://html.spec.whatwg.org/multipage/custom-elements.html
** https://www.w3.org/TR/custom-elements/ is empty of content
** https://w3c.github.io/webcomponents/spec/custom/ 404s
** https://wicg.github.io/webcomponents/spec/custom/ redirects to above URL
* Shadow DOM: https://dom.spec.whatwg.org/#shadow-trees
** https://www.w3.org/TR/shadow-dom/ is empty of content
** https://w3c.github.io/webcomponents/spec/shadow/ 404s
** https://wicg.github.io/webcomponents/spec/shadow/ contains some content that still needs to be more rigorously specified and upstreamed
** https://github.com/WICG/webcomponents/issues/661 tracking issue for remaining upstream work
* DOM Parsing and Serialization
** DOMParser moved to HTML: https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization
** XMLSerializer and serialization spec remains in https://w3c.github.io/DOM-Parsing/ pending WHATWG-side work
** https://www.w3.org/TR/DOM-Parsing/ still contains both DOMParser and XMLSerializer
* Resource Hints: https://html.spec.whatwg.org/#linkTypes
** https://w3c.github.io/resource-hints/ redirects
** https://www.w3.org/TR/resource-hints/ redirects

Latest revision as of 06:57, 3 July 2023

This page exists to document the status of the outdated forks of various WHATWG specifications, and any progress toward clarifying their out-of-dateness.

Per the Memorandum of Understanding between W3C and WHATWG, everything is pretty much cleared up.

Confusion mitigated

Non-forks

Some work started out in W3C Working Groups or Community Groups but has since moved to the WHATWG. This section tracks what happened in those cases.