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 compat data for HTMLAnchorElement #1116

Merged
merged 2 commits into from
Mar 6, 2018

Conversation

bunnybooboo
Copy link
Contributor

@bunnybooboo
Copy link
Contributor Author

bunnybooboo commented Feb 17, 2018

This file currently has 11 mixins omitted in this PR but found in the source page. Via discussion in issue #472 this requires further confirmation.

@teoli2003 teoli2003 added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Feb 17, 2018
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thanks! A few changes and then this is good to go.

},
"status": {
"experimental": false,
"standard_track": true,
Copy link
Member

Choose a reason for hiding this comment

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

false

"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
Copy link
Member

Choose a reason for hiding this comment

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

true

},
"status": {
"experimental": false,
"standard_track": true,
Copy link
Member

Choose a reason for hiding this comment

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

false

"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
Copy link
Member

Choose a reason for hiding this comment

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

true

},
"status": {
"experimental": false,
"standard_track": true,
Copy link
Member

Choose a reason for hiding this comment

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

false

"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
Copy link
Member

Choose a reason for hiding this comment

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

true

},
"status": {
"experimental": false,
"standard_track": true,
Copy link
Member

Choose a reason for hiding this comment

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

false

"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
Copy link
Member

Choose a reason for hiding this comment

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

true

}
}
},
"blur": {
Copy link
Member

Choose a reason for hiding this comment

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

blur doesnt belong here. It belongs to HTMLElement. Please remove the entire entry.

}
}
},
"focus": {
Copy link
Member

Choose a reason for hiding this comment

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

focus doesnt belong here. It belongs to HTMLElement. Please remove the entire entry.

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Great! Thank you!

@Elchi3 Elchi3 merged commit d617141 into mdn:master Mar 6, 2018
@bunnybooboo bunnybooboo deleted the HTMLAnchorElement branch March 7, 2018 19:23
dontcallmedom pushed a commit to dontcallmedom/browser-compat-data that referenced this pull request Mar 17, 2018
mlbrgl pushed a commit to mlbrgl/browser-compat-data that referenced this pull request Mar 29, 2018
foolip added a commit to foolip/browser-compat-data that referenced this pull request Nov 28, 2020
These entries both come from wiki migration:
mdn#1116
mdn#1119

These do not exist in the spec, a media IDL attribute exists only on
these three interfaces:
https://html.spec.whatwg.org/#htmllinkelement
https://html.spec.whatwg.org/#htmlsourceelement
https://html.spec.whatwg.org/#htmlstyleelement

BCD already has entries for those.

The existing data suggesting media is supported on a/area seems
mistaken, and can be confirmed with these tests:
http://mdn-bcd-collector.appspot.com/tests/api/HTMLAnchorElement/media
http://mdn-bcd-collector.appspot.com/tests/api/HTMLAreaElement/media

Both return false on Chrome 86, Edge 18, Firefox 82 and Safari 14.
foolip added a commit to foolip/browser-compat-data that referenced this pull request Nov 30, 2020
These entries both come from wiki migration:
mdn#1116
mdn#1119

These do not exist in the spec, a media IDL attribute exists only on
these three interfaces:
https://html.spec.whatwg.org/#htmllinkelement
https://html.spec.whatwg.org/#htmlsourceelement
https://html.spec.whatwg.org/#htmlstyleelement

BCD already has entries for those.

The existing data suggesting media is supported on a/area seems
mistaken, and can be confirmed with these tests:
http://mdn-bcd-collector.appspot.com/tests/api/HTMLAnchorElement/media
http://mdn-bcd-collector.appspot.com/tests/api/HTMLAreaElement/media

Both return false on Chrome 86, Edge 18, Firefox 82 and Safari 14.
Elchi3 pushed a commit that referenced this pull request Nov 30, 2020
These entries both come from wiki migration:
#1116
#1119

These do not exist in the spec, a media IDL attribute exists only on
these three interfaces:
https://html.spec.whatwg.org/#htmllinkelement
https://html.spec.whatwg.org/#htmlsourceelement
https://html.spec.whatwg.org/#htmlstyleelement

BCD already has entries for those.

The existing data suggesting media is supported on a/area seems
mistaken, and can be confirmed with these tests:
http://mdn-bcd-collector.appspot.com/tests/api/HTMLAnchorElement/media
http://mdn-bcd-collector.appspot.com/tests/api/HTMLAreaElement/media

Both return false on Chrome 86, Edge 18, Firefox 82 and Safari 14.
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.

4 participants