-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Update specs and standard status of Speculation Rules API #41212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tunetheweb the status
keys in the YAML header tend to be updated automatically at some point, as do the header banners. But there is more here to update, and there is no harm in updating them now.
Just a couple of bits, after which I think you're good to go.
--- | ||
|
||
{{APIRef("Performance API")}}{{SeeCompatTable}}{{non-standard_header}} | ||
{{APIRef("Performance API")}}{{SeeCompatTable}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also an inline non-standard badge to remove from the activationStart
property entry in the list at https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got this one already in c758491#diff-5f8941d9eeb6bdd909084f20a29fe19b4fad8448085434d803f1f8ab50b63d76 I think?
Thanks, both!
I think it's probably best to wait for the BCD change to land so that any hand-written changes applied in this PR are not reverted in the meantime. |
Sure thing, that makes sense. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but as @bsmth says, let's wait until the BCD changes are in and schlurped up by the content renderer before publishing this.
Description
Speculation Rules is on standards track, and prefetch has already be integrated into HTML spec (see whatwg/html#11426)
Motivation
MDN incorrectly lists this as non-standard.
It should be "experimental" as only Chromium implements it, but not non-standard as it is on standards track.
Additional details
See: whatwg/html#11426
Related issues and pull requests
Depends on:
(I know some of this should be auto-copied across but never remember which to update and had to make other changes anyway so figured I'd do all the updates).