-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update anchor and area support of target=_blank imply rel=noopener #7642
Conversation
- [Chrome 88 supports it](https://bugs.chromium.org/p/chromium/issues/detail?id=898942) - [Safari 12.1 support it](https://developer.apple.com/documentation/safari-release-notes/safari-12_1-release-notes) Fix mdn#7324
- [Chrome 88 supports it](https://bugs.chromium.org/p/chromium/issues/detail?id=898942) - [Safari 12.1 support it](https://developer.apple.com/documentation/safari-release-notes/safari-12_1-release-notes) Fix mdn#7324
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mems and thank you for this PR. I see this is your first to BCD—welcome to the project!
This change looks good, though it looks like this will make it to Edge 88 as well. Would you mind if we included Edge too? Line comments with suggestions.
Anchor and area target=_blank imply rel=noopener Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Thanks @ddbeck. I've added the Edge version too as suggested. But the CI fail with the error:
Look like it's related to #7751 |
Apologies for the failing CI -- I've merged a quick fix to resolve the build failures! Can you do a quick merge of the latest |
Merge master
@vinyldarkscratch Done. Thanks that solve it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @mems! 🎉
Fix #7324
Change depreciated flag to false, it's now a recommendation.