diff options
Diffstat (limited to 'files/zh-cn/web/api/document/head/index.html')
-rw-r--r-- | files/zh-cn/web/api/document/head/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/document/head/index.html b/files/zh-cn/web/api/document/head/index.html index a356a8273b..30eac3f791 100644 --- a/files/zh-cn/web/api/document/head/index.html +++ b/files/zh-cn/web/api/document/head/index.html @@ -68,5 +68,5 @@ alert( document.head === document.querySelector("head") ); // true </div> <h2 id="Specification" name="Specification">规范</h2> <ul> - <li><a href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors" title="http://www.w3.org/TR/html5/dom.html#dom-document-head">HTML5: DOM Tree Accessors</a></li> + <li><a href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors">HTML5: DOM Tree Accessors</a></li> </ul> |