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 200 forks source link

Add Preload and Resource Hints to status dashboard #183

Open igrigorik opened 9 years ago

igrigorik commented 9 years ago

Spec: https://w3c.github.io/preload/

This specification defines the preload relationship of the HTML Link Element (<link>).

Spec: http://w3c.github.io/resource-hints/

This specification defines the preconnect relationship and extends the preload relationship of the HTML Link Element (<link>). These primitives enable the developer, and the server generating or delivering the resources, to assist the user agent in the decision process of which origins it should connect to, and which resources it should fetch to improve page performance.


Blink intent to implement and ship for <link rel=preconnect> (part of Resource Hints): https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/CM5BaP6uVvE

Support for other parts of both specs in Blink will follow / will be done via separate intents.

/cc @tobint @pmeenan @dstorey

jacobrossi commented 9 years ago

Sorry I have been unreasonably slow to respond to this. I noticed only the preconnect portion is listed on ChromeStatus. Would it be possible for you to add these other features there first?

That way status.modern.ie can pull data from ChromeStatus, which will help us keep the Chrome implementation status up to date on our site.

igrigorik commented 9 years ago

@jacobrossi updated preconnect page with latest status.

@yoavweiss we should send an "intent to implement" for preload, since you're already making progress on it... Do you mind creating the entry on Chromium dashboard? :)

yoavweiss commented 9 years ago

Yeah, sure. I'll create the entry and send out an "intent to implement".

igrigorik commented 9 years ago

@yoavweiss thanks!

yoavweiss commented 9 years ago

Filed https://www.chromestatus.com/features#preload

Still need to fill it in with better details and get these OWP bug and intent to implement in place :)

@igrigorik - did @mcmanus start work/showed public support on "preload" as well?

igrigorik commented 9 years ago

@yoavweiss afaik, no.. but I'm hoping he will! I'll defer to him though... ;-)

toddreifsteck commented 9 years ago

Talked with @jacobrossi . This is now my task. @toddreifsteck

toddreifsteck commented 7 years ago

2 years later.. and I'll submit a PR later today.

igrigorik commented 7 years ago

yay