Skip to content

Commit

Permalink
Mark sandbox="allow-pointer-lock" not supported on iOS (#23952)
Browse files Browse the repository at this point in the history
* Mark sandbox="allow-pointer-lock" not supported on iOS

Even if the token is parsed, it has no effect since the pointer lock API isn't supported:
https://developer.mozilla.org/en-US/docs/Web/API/Element/requestPointerLock#browser_compatibility

* Add comma

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
foolip and Elchi3 authored Jul 26, 2024
1 parent 61d9e13 commit d7f0a0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,9 @@
"safari": {
"version_added": "10.1"
},
"safari_ios": "mirror",
"safari_ios": {
"version_added": false
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
Expand Down

0 comments on commit d7f0a0d

Please sign in to comment.