diff options
Diffstat (limited to 'files/zh-cn/web/api/htmlcollection/index.html')
-rw-r--r-- | files/zh-cn/web/api/htmlcollection/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/htmlcollection/index.html b/files/zh-cn/web/api/htmlcollection/index.html index 07358016cb..4a24f045f8 100644 --- a/files/zh-cn/web/api/htmlcollection/index.html +++ b/files/zh-cn/web/api/htmlcollection/index.html @@ -54,8 +54,8 @@ alert(elem1 === elem2); // 显示 "true"</pre> <h2 id="规范">规范</h2> <ul> - <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506" title="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506">DOM Level 2 HTML, Section 1.4, Miscellaneous Object Definitions</a></li> - <li><a href="http://www.w3.org/TR/domcore/#interface-htmlcollection" title="http://www.w3.org/TR/domcore/#interface-htmlcollection">DOM4: HTMLCollection</a></li> + <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506">DOM Level 2 HTML, Section 1.4, Miscellaneous Object Definitions</a></li> + <li><a href="http://www.w3.org/TR/domcore/#interface-htmlcollection">DOM4: HTMLCollection</a></li> </ul> <h2 id="相关链接">相关链接</h2> |