Skip to content

Commit

Permalink
Update Chrome/Safari versions for sandbox="allow-top-navigation" (#23862
Browse files Browse the repository at this point in the history
)

This was implemented in WebKit 533.3:
WebKit/WebKit@f4228dc
https://github.com/WebKit/WebKit/blob/f4228dc0076684651c8b54680db4d1d7b964a321/WebCore/Configurations/Version.xcconfig

That maps to Chrome 5 or 6, Safari 5, and iOS 4.2.

Chrome 5 or 6 is ambiguous because the engine version is 533 with no
minor version. Chrome 6 is 534.3, so it was definitely in Chrome 6.

Unlike other sandbox data, mirroring can be used for iOS, as Safari 5
does map to iOS 4.2.
  • Loading branch information
foolip committed Jul 19, 2024
1 parent 4847f7f commit 06a0b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation",
"support": {
"chrome": {
"version_added": "≤49"
"version_added": "6"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -1135,7 +1135,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤10.1"
"version_added": "5"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 06a0b03

Please sign in to comment.