diff --git a/source b/source index 8ce79272748..c75609f44f5 100644 --- a/source +++ b/source @@ -23245,19 +23245,19 @@ interface HTMLHyperlinkElementUtils { - noreferrer + noopener not allowed Annotation · - Requires that the user agent not send an HTTP `Referer` (sic) header if the user follows the hyperlink. + Requires any browsing context created by following the hyperlink to disown its opener. - noopener + noreferrer not allowed Annotation · - Requires any browsing context created by following the hyperlink to disown its opener. + Requires that the user agent not send an HTTP `Referer` (sic) header if the user follows the hyperlink. @@ -23823,6 +23823,19 @@ interface HTMLHyperlinkElementUtils { pages.

+
Link type "noopener"
+ +

The noopener keyword may be used with a and + area elements. This keyword does not create a hyperlink, but annotates any other hyperlinks created by the element (the + implied hyperlink, if no other keywords create one).

+ +

The keyword indicates that any newly created browsing context which results from + following the hyperlink will have disowned its opener, which means that + its window.opener property will be null.

+ +
Link type "noreferrer"

The noreferrer keyword may be used with a and @@ -23851,18 +23864,6 @@ interface HTMLHyperlinkElementUtils { -

Link type "noopener"
- -

The noopener keyword may be used with a and - area elements. This keyword does not create a hyperlink, but annotates any other hyperlinks created by the element (the - implied hyperlink, if no other keywords create one).

- -

The keyword indicates that any newly created browsing context which results from - following the hyperlink will have disowned its opener, which means that - its window.opener property will be null.

-
Link type "pingback"

The pingback keyword may be used with link