From a6d4c4789280af14446cf7e489c7ea383aa7f462 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Mon, 27 Sep 2021 21:29:21 +0900 Subject: ja: translate noopener note in link_types page --- files/ja/web/html/link_types/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files/ja/web') diff --git a/files/ja/web/html/link_types/index.html b/files/ja/web/html/link_types/index.html index ce52c3dfe8..428193fd4e 100644 --- a/files/ja/web/html/link_types/index.html +++ b/files/ja/web/html/link_types/index.html @@ -186,8 +186,7 @@ translation_of: Web/HTML/Link_types

リンクを新しい閲覧コンテキストで開き、リンク元の文書へアクセスできないようにすることをブラウザーに指示します。つまり、新たに開いたウィンドウで {{DOMxRef("Window.opener")}} プロパティを設定しません(null を返します)。

これは信頼できないリンクを開く際、 {{DOMxRef("Window.opener")}} プロパティでリンク元の文書を変更できないようにするために特に役に立つリンク種別です(詳しくは About rel=noopener を参照してください)。ただし、 Referer HTTP ヘッダーは(noreferrer を使用しない限り)提供します。

- -

Note that when noopener is used, nonempty target names other than _top, _self, and _parent are all treated like _blank in terms of deciding whether to open a new window/tab.

+ 注: noopener を使用した場合、ターゲット名に _top, _self, _parent 以外の空でない名前を使用すると、新しいウィンドウやタブを開くかどうかの判断において、すべて _blank と同様に扱われます。 {{HTMLElement("a")}}, {{HTMLElement("area")}} {{HTMLElement("link")}} -- cgit v1.2.3-54-g00ecf