From 79151848f8f80bb59d9e7bd469c9c1e4e2e7940a Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 7 Apr 2017 16:18:18 +0900 Subject: [PATCH] Editorial: re-sort rel=noopener & rel=noreferrer --- source | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) 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