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

Add IE data for MediaList API #7452

Closed
wants to merge 1 commit into from

Conversation

queengooborg
Copy link
Collaborator

This PR updates the Internet Explorer data for the MediaList API based upon results from the mdn-bcd-collector project. Results were manually verified for confirmation.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Nov 22, 2020
@@ -20,7 +20,7 @@
"version_added": true
},
"ie": {
"version_added": null
"version_added": "9"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suspect this is later than it was actually introduced. http://mdn-bcd-collector.appspot.com/tests/api/MediaList looks for the interface object, but that's not an important part of the API. A MediaList is used on https://developer.mozilla.org/en-US/docs/Web/API/CSSMediaRule which is the object for https://developer.mozilla.org/en-US/docs/Web/CSS/@media.

Can you update these as a group? If @media really was supported since IE6, was there no rule object for it at all until IE9, or was it just not exposed?

This comment was marked as off-topic.

@@ -20,7 +20,7 @@
"version_added": true
},
"ie": {
"version_added": null
"version_added": "9"

This comment was marked as off-topic.

@foolip
Copy link
Collaborator

foolip commented Dec 3, 2020

Ping @vinyldarkscratch

@queengooborg
Copy link
Collaborator Author

Closing this PR and will create a new one with improved results!

@queengooborg queengooborg deleted the api/MediaList-ie branch December 13, 2020 07:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants