diff --git a/source b/source index 8ce79272748..c75609f44f5 100644 --- a/source +++ b/source @@ -23245,19 +23245,19 @@ interface HTMLHyperlinkElementUtils {
noreferrer
noopener
Referer
` (sic) header if the user follows the hyperlink.noopener
noreferrer
Referer
` (sic) header if the user follows the hyperlink.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
.
noreferrer
"The noreferrer
keyword may be used with a
and
@@ -23851,18 +23864,6 @@ interface HTMLHyperlinkElementUtils {
-
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
.
pingback
"The pingback
keyword may be used with link