From b75d017bdccf966adf4ff81d6af4f67e246d3c98 Mon Sep 17 00:00:00 2001 From: Songhn Date: Wed, 14 Apr 2021 02:44:31 +0800 Subject: fix: opener link --- files/zh-cn/web/html/element/a/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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
-

注意:<a> 元素上使用 target="_blank" 隐式提供了与使用 rel="noopener" 相同的 rel 行为,即不会设置 window.opener。 +

注意:<a> 元素上使用 target="_blank" 隐式提供了与使用 rel="noopener" 相同的 rel 行为,即不会设置 window.opener

-- cgit v1.2.3-54-g00ecf