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

Correct Chrome data for HTMLIFrameElement API #7243

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

queengooborg
Copy link
Collaborator

This PR corrects the Chrome data for the HTML <iframe> element API based upon results from the mdn-bcd-collector project (using results from Chrome 1-86 and Opera 12.14, 15, and 70). Most of the data was set to "Chrome 43"; however, from my testing, I've found that Chrome 43 was a magic number of when all properties are initialized on the object prototype. (Thus, it's best not to trust results that indicate Chrome 43 as much.)

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Nov 3, 2020
},
"chrome_android": {
"version_added": "18"
"version_added": "25"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is srcdoc, and this (and the mirrored data) is the only change in the PR that increases the version_added. This came from #1356 which just bumped the version number from "4", and "4" came from wiki migration in #2017, so I see no reason to especially trust it. srcdoc is not a feature that I can see being per-platform, it's deep inside HTML.

@foolip foolip merged commit ff16f30 into mdn:master Nov 3, 2020
@queengooborg queengooborg deleted the api/HTMLIFrameElement-chrome branch November 3, 2020 19:06
foolip added a commit to foolip/browser-compat-data that referenced this pull request Jul 19, 2024
This was implemented without a flag, and with the reflected IDL
attribute, in WebKit 532.6:
WebKit/WebKit@c205c4e
https://github.com/WebKit/WebKit/blob/c205c4e7d40da38c5009df548c2316a358a4fca7/WebCore/Configurations/Version.xcconfig

That maps to Chrome 5 + Safari 5 + iOS 4, which also matches exactly
earlier updates based on collector test results:
mdn#7243
mdn#7290
mdn#7402

The handled attribute tokens were "allow-same-origin", "allow-forms",
and "allow-scripts", so update that data to match.
foolip added a commit to foolip/browser-compat-data that referenced this pull request Jul 19, 2024
This was implemented without a flag, and with the reflected IDL
attribute, in WebKit 532.6:
WebKit/WebKit@c205c4e
https://github.com/WebKit/WebKit/blob/c205c4e7d40da38c5009df548c2316a358a4fca7/WebCore/Configurations/Version.xcconfig

That maps to Chrome 5 + Safari 5 + iOS 4, which also matches exactly
earlier updates based on collector test results:
mdn#7243
mdn#7290
mdn#7402

The handled attribute tokens were "allow-same-origin", "allow-forms",
and "allow-scripts", so update that data to match.

The "allow-popups" entry was bumped to pass the lint.
Elchi3 pushed a commit that referenced this pull request Jul 22, 2024
This was implemented without a flag, and with the reflected IDL
attribute, in WebKit 532.6:
WebKit/WebKit@c205c4e
https://github.com/WebKit/WebKit/blob/c205c4e7d40da38c5009df548c2316a358a4fca7/WebCore/Configurations/Version.xcconfig

That maps to Chrome 5 + Safari 5 + iOS 4, which also matches exactly
earlier updates based on collector test results:
#7243
#7290
#7402

The handled attribute tokens were "allow-same-origin", "allow-forms",
and "allow-scripts", so update that data to match.

The "allow-popups" entry was bumped to pass the lint.
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