MicrosoftEdge / Status

This repository tracks the roadmap for the Microsoft Edge web platform. This data is used on https://status.microsoftedge.com/ to provide implementation status and forward-looking plans for web standards in Edge and other browsers.
https://status.microsoftedge.com
Other
534 stars 199 forks source link

Update URL API link and status #173

Closed rubys closed 9 years ago

rubys commented 9 years ago

From production/app/static/ie-status.json:

 {
"name": "URL API",
"category": "DOM",
"link": "https://dvcs.w3.org/hg/url/raw-file/tip/Overview.html",
"summary": "Expose constructible URL objects that can be manipulated and combined.",
"standardStatus": "Established standard",

The link is no longer active (it redirects). Consider updating it. Candidates:

Additionally, the standardStatus is incorrect. I'd suggest "Editor's draft" instead.

ghost commented 9 years ago

I suggest using https://url.spec.whatwg.org/, as this is where the original link redirects to.