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
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions api/MediaList.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.

},
"opera": {
"version_added": true
Expand Down Expand Up @@ -67,7 +67,7 @@
"version_added": true
},
"ie": {
"version_added": null
"version_added": "9"
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -115,7 +115,7 @@
"version_added": true
},
"ie": {
"version_added": null
"version_added": "9"
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -163,7 +163,7 @@
"version_added": true
},
"ie": {
"version_added": null
"version_added": "9"
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -211,7 +211,7 @@
"version_added": true
},
"ie": {
"version_added": null
"version_added": "9"
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -259,7 +259,7 @@
"version_added": true
},
"ie": {
"version_added": null
"version_added": "9"
},
"opera": {
"version_added": true
Expand Down