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

Update IE data for HTML element APIs #7451

Merged
merged 7 commits into from
Nov 24, 2020

Conversation

queengooborg
Copy link
Contributor

@queengooborg queengooborg commented Nov 22, 2020

This PR updates the Internet Explorer data for various HTML element APIs 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
@foolip
Copy link
Contributor

foolip commented Nov 23, 2020

This is updating some entries which have just been renamed or still have open PRs to rename, in #7471 through #7475.

Can you regenerate these changes to get rid of the incorrect changes due to the name mismatch?

api/HTMLMarqueeElement.json Outdated Show resolved Hide resolved
api/HTMLTrackElement.json Show resolved Hide resolved
api/HTMLVideoElement.json Outdated Show resolved Hide resolved
@foolip
Copy link
Contributor

foolip commented Nov 24, 2020

@vinyldarkscratch I see that changes remain for api.HTMLImageElement.lowSrc, api.HTMLInputElement.formEncType, and other miscapitalized APIs. Can you double check that all of the remaining changes are correct?

Copy link
Contributor

@foolip foolip left a comment

Choose a reason for hiding this comment

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

In the interest of making progress and not creating large merge conflicts, I'm going to back out two of the changes I have questions about, api.HTMLElement.onModule and api.HTMLMenuElement.type. @vinyldarkscratch can you check those out afterwards?

@@ -2356,7 +2356,7 @@
"version_added": null
},
"ie": {
"version_added": null
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm removing this entry in #7484, onModule isn't a thing.

@@ -68,7 +68,7 @@
"version_added": "4"
},
"ie": {
"version_added": "10"
"version_added": "9"
Copy link
Contributor

Choose a reason for hiding this comment

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

This now matches the api.HTMLAudioElement entry itself, makes sense!

@@ -165,7 +165,7 @@
"version_added": "8"
},
"ie": {
"version_added": true
"version_added": "≤6"
Copy link
Contributor

Choose a reason for hiding this comment

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

This change seems a little bit suspect, why is only api.HTMLMenuElement.type updated but not the parent entry or api.HTMLMenuElement.compact? Don't the tests cover those?

@foolip foolip merged commit 2228aac into mdn:master Nov 24, 2020
@queengooborg queengooborg deleted the api/HTMLElement-ie branch November 24, 2020 13:48
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.

2 participants