-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
@@ -20,7 +20,7 @@ | |||
"version_added": true | |||
}, | |||
"ie": { | |||
"version_added": null | |||
"version_added": "9" |
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.
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.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -20,7 +20,7 @@ | |||
"version_added": true | |||
}, | |||
"ie": { | |||
"version_added": null | |||
"version_added": "9" |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Ping @vinyldarkscratch |
Closing this PR and will create a new one with improved results! |
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.