FYI @danielstjules In a recent [WHATWG spec change](https://github.com/whatwg/html/pull/4330/files), all `target="_blank"` links should now imply `rel="noopener"`. And the [`opener`](https://html.spec.whatwg.org/multipage/links.html#link-type-opener) link relation was added. Additionally, the [`rel` attribute is now supported on `<form>`](https://github.com/whatwg/html/pull/4332) elements as well. https://bugs.chromium.org/p/chromium/issues/detail?id=898942 https://bugzilla.mozilla.org/show_bug.cgi?id=1503681 https://bugs.webkit.org/show_bug.cgi?id=190481
FYI @danielstjules
In a recent WHATWG spec change, all
target="_blank"links should now implyrel="noopener". And theopenerlink relation was added.Additionally, the
relattribute is now supported on<form>elements as well.https://bugs.chromium.org/p/chromium/issues/detail?id=898942
https://bugzilla.mozilla.org/show_bug.cgi?id=1503681
https://bugs.webkit.org/show_bug.cgi?id=190481