aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authoryoshinorin <yoshinorin.net@outlook.com>2021-09-27 21:29:21 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-04 10:41:53 +0900
commita6d4c4789280af14446cf7e489c7ea383aa7f462 (patch)
tree88e73fd89901d3a1a7d838d8a4a91d00b7d55d14 /files/ja/web
parentc42abe28425eab885ba86a83cd98b2d077a36048 (diff)
downloadtranslated-content-a6d4c4789280af14446cf7e489c7ea383aa7f462.tar.gz
translated-content-a6d4c4789280af14446cf7e489c7ea383aa7f462.tar.bz2
translated-content-a6d4c4789280af14446cf7e489c7ea383aa7f462.zip
ja: translate noopener note in link_types page
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/html/link_types/index.html3
1 files changed, 1 insertions, 2 deletions
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
<p>リンクを新しい閲覧コンテキストで開き、リンク元の文書へアクセスできないようにすることをブラウザーに指示します。つまり、新たに開いたウィンドウで {{DOMxRef("Window.opener")}} プロパティを設定しません(<code>null</code> を返します)。<br>
<br>
これは信頼できないリンクを開く際、 {{DOMxRef("Window.opener")}} プロパティでリンク元の文書を変更できないようにするために特に役に立つリンク種別です(詳しくは <a href="https://mathiasbynens.github.io/rel-noopener/">About rel=noopener</a> を参照してください)。ただし、 <code>Referer</code> HTTP ヘッダーは(<code>noreferrer</code> を使用しない限り)提供します。</p>
-
- <p>Note that when <code>noopener</code> is used, nonempty target names other than <code>_top</code>, <code>_self</code>, and <code>_parent</code> are all treated like <code>_blank</code> in terms of deciding whether to open a new window/tab.</p>
+ <strong>注:</strong> <code>noopener</code> を使用した場合、ターゲット名に <code>_top</code>, <code>_self</code>, <code>_parent</code> 以外の空でない名前を使用すると、新しいウィンドウやタブを開くかどうかの判断において、すべて <code>_blank</code> と同様に扱われます。
</td>
<td>{{HTMLElement("a")}}, {{HTMLElement("area")}}</td>
<td>{{HTMLElement("link")}}</td>