Skip to content
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

Mark Application Cache features non-standard #7610

Merged

Conversation

sideshowbarker
Copy link
Collaborator

Per whatwg/html#6153 and whatwg/html@e4330d5, the Application Cache feature is no longer part of the HTML standard. So this change marks both the applicationCache member of SharedWorkerGlobalScope and the manifest attribute of the html element as standard_track:false.


I’ve also already updated the following MDN articles:

Per whatwg/html#6153 and
whatwg/html@e4330d5, the Application Cache
feature is no longer part of the HTML standard. So this change marks
both the applicationCache member of SharedWorkerGlobalScope and the
"manifest" attribute of the <html> element as standard_track:false.
@github-actions github-actions bot added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML labels Dec 8, 2020
@sideshowbarker sideshowbarker mentioned this pull request Dec 8, 2020
6 tasks
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @sideshowbarker!

I'm guessing the actual data here is probably a mess. But if I ignore it a while longer, maybe we can just rip these features out. 😆

@ddbeck ddbeck merged commit 20d8679 into mdn:master Dec 10, 2020
@sideshowbarker sideshowbarker deleted the sideshowbarker/application-cache-features-non-standard branch December 10, 2020 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants