aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/queryselectorall/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/element/queryselectorall/index.html')
-rw-r--r--files/zh-cn/web/api/element/queryselectorall/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/element/queryselectorall/index.html b/files/zh-cn/web/api/element/queryselectorall/index.html
index d432c28ed2..b9ebdb8860 100644
--- a/files/zh-cn/web/api/element/queryselectorall/index.html
+++ b/files/zh-cn/web/api/element/queryselectorall/index.html
@@ -122,7 +122,7 @@ var matches = el.querySelectorAll('div.highlighted > p');
<h2 id="Specification" name="Specification">规范</h2>
<ul>
- <li><a href="http://www.w3.org/TR/selectors-api/" title="http://www.w3.org/TR/selectors-api/">选择器API</a></li>
+ <li><a href="http://www.w3.org/TR/selectors-api/">选择器API</a></li>
</ul>
<h2 id="See_also" name="See_also">相关链接</h2>