Skip to content

Commit

Permalink
Update browser versions for sandbox="allow-popups"
Browse files Browse the repository at this point in the history
This was implemented in WebKit 535.8:
WebKit/WebKit@78f8706
https://github.com/WebKit/WebKit/blob/78f87065d871ddf0bb9d4c77310f62ae6375df47/Source/WebCore/Configurations/Version.xcconfig

That maps to Chrome 17 and Safari 6.

The commit message mentions support in IE10, which is confirmed by this
proposal from the time:
https://www.w3.org/html/wg/wiki/ChangeProposals/sandbox_allow_popups

Thus it must have been in Edge 12 as well.
  • Loading branch information
foolip committed Jul 19, 2024
1 parent 9832a65 commit 618d4b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,11 +909,11 @@
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-popups",
"support": {
"chrome": {
"version_added": "4"
"version_added": "17"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤18"
"version_added": "12"
},
"firefox": {
"version_added": "28"
Expand All @@ -922,13 +922,13 @@
"version_added": "27"
},
"ie": {
"version_added": null
"version_added": "10"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤10.1"
"version_added": "6"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 618d4b1

Please sign in to comment.