diff options
author | Songhn <songhn233@gmail.com> | 2021-04-14 02:44:31 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-19 14:56:14 +0800 |
commit | b75d017bdccf966adf4ff81d6af4f67e246d3c98 (patch) | |
tree | 0a96df0395e2804567f5cc9b48a3b2dfe990f8e3 | |
parent | 4810c6f5b3509c2acbf0ab9b5499bd8b4b4d2a60 (diff) | |
download | translated-content-b75d017bdccf966adf4ff81d6af4f67e246d3c98.tar.gz translated-content-b75d017bdccf966adf4ff81d6af4f67e246d3c98.tar.bz2 translated-content-b75d017bdccf966adf4ff81d6af4f67e246d3c98.zip |
fix: opener link
-rw-r--r-- | files/zh-cn/web/html/element/a/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/a/index.html b/files/zh-cn/web/html/element/a/index.html index 58d4c40c05..f2d265ea4c 100644 --- a/files/zh-cn/web/html/element/a/index.html +++ b/files/zh-cn/web/html/element/a/index.html @@ -104,7 +104,7 @@ translation_of: Web/HTML/Element/a </dd> <dd> <div class="note"> - <p><strong>注意:</strong>在 <code><a></code> 元素上使用 <code>target="_blank"</code> 隐式提供了与使用 <code><a href="/zh-CN/docs/Web/HTML/Link_types/noopener">rel="noopener"</a></code> 相同的 <code>rel</code> 行为,即不会设置 <code>window.opener</code>。 + <p><strong>注意:</strong>在 <code><a></code> 元素上使用 <code>target="_blank"</code> 隐式提供了与使用 <code><a href="/en-US/docs/Web/HTML/Link_types/noopener">rel="noopener"</a></code> 相同的 <code>rel</code> 行为,即不会设置 <code>window.opener</code>。 </div> </dd> <dd> |