Skip to content

Commit

Permalink
Safari supports allow-top-navigation-by-user-activation (#3953)
Browse files Browse the repository at this point in the history
* Safari supports `allow-top-navigation-by-user-activation`

i.e., `<iframe sandbox="allow-top-navigation-by-user-activation">`

See https://bugs.webkit.org/show_bug.cgi?id=171327
  • Loading branch information
iandunn authored and ddbeck committed Apr 23, 2019
1 parent d3dae8a commit 5ba7bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,8 @@
"version_added": "43"
},
"safari": {
"version_added": null
"version_added": "11.1",
"notes": "Not initially available in 11.1, but added in sub-version 13605.1.33.1.2."
},
"safari_ios": {
"version_added": null
Expand Down

0 comments on commit 5ba7bb4

Please sign in to comment.