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 sandbox attribute browser support #25668

Merged
merged 2 commits into from Dec 2, 2019
Merged

Conversation

zhangsu
Copy link
Member

@zhangsu zhangsu commented Nov 19, 2019

allow-popups-to-escape-sandbox has been implemented in all major browsers:

Chrome, Firefox and Safari:
https://www.chromestatus.com/feature/5708368589094912

Opera:
https://dev.opera.com/blog/opera-33/

Edge:
https://caniuse.com/#search=allow-popups-to-escape-sandbox

/to @choumx

`allow-popup-to-escape-sandbox` has been implemented in all major browsers:

https://www.chromestatus.com/feature/5708368589094912
@caroqliu
Copy link
Contributor

It may be worth mentioning the status on Opera and UC Browser if those are as-of-yet supported still, since they are included in AMP Supported Browsers.

@zhangsu
Copy link
Member Author

zhangsu commented Nov 28, 2019

It may be worth mentioning the status on Opera and UC Browser if those are as-of-yet supported still, since they are included in AMP Supported Browsers.

Good catch! Opera does support it (since Opera just uses Blink), but it turns out that Edge doesn't support it according to caniuse.com. It's also unknown whether UC Browser supports it. I've updated the documentation to correct the facts instead of removing the mention of browser support.

@zhangsu zhangsu changed the title Stop mentioning sandbox attribute browser support Correct sandbox attribute browser support Nov 28, 2019
@caroqliu caroqliu merged commit 9ea4c73 into ampproject:master Dec 2, 2019
caroqliu pushed a commit to caroqliu/amphtml that referenced this pull request Dec 5, 2019
* Stop mentioning sandbox attribute browser support

`allow-popup-to-escape-sandbox` has been implemented in all major browsers:

https://www.chromestatus.com/feature/5708368589094912

* Update support for Edge and Opera
micajuine-ho pushed a commit to micajuine-ho/amphtml that referenced this pull request Dec 27, 2019
* Stop mentioning sandbox attribute browser support

`allow-popup-to-escape-sandbox` has been implemented in all major browsers:

https://www.chromestatus.com/feature/5708368589094912

* Update support for Edge and Opera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants