diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 10:31:29 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-08-04 01:30:29 +0800 |
commit | d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (patch) | |
tree | f8ea6bd0389fecc2c53d179b28dbd848a1dc421f /files/zh-cn/web/api/document | |
parent | 9ea776df4726b50ce1b83e7ef8da6b20aeeece73 (diff) | |
download | translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.gz translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.bz2 translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.zip |
remove link 'title' attributes that's just the 'href' (zh-cn, part 6)
Diffstat (limited to 'files/zh-cn/web/api/document')
11 files changed, 12 insertions, 12 deletions
diff --git a/files/zh-cn/web/api/document/clear/index.html b/files/zh-cn/web/api/document/clear/index.html index f4a8008ff6..cec476ce40 100644 --- a/files/zh-cn/web/api/document/clear/index.html +++ b/files/zh-cn/web/api/document/clear/index.html @@ -17,5 +17,5 @@ translation_of: Web/API/Document/clear <h2 id="规范">规范</h2> <ul> - <li><a class="external" href="http://www.whatwg.org/html/#dom-document-clear" title="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li> + <li><a class="external" href="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li> </ul> diff --git a/files/zh-cn/web/api/document/createtreewalker/index.html b/files/zh-cn/web/api/document/createtreewalker/index.html index 5f39fe11ed..5548d3fdb4 100644 --- a/files/zh-cn/web/api/document/createtreewalker/index.html +++ b/files/zh-cn/web/api/document/createtreewalker/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/Document/createTreeWalker <dt><code><em>root </em></code></dt> <dd>是遍历这个 {{domxref("TreeWalker")}} 的根节点(root {{domxref("Node")}})。通常这是文档的一个元素。</dd> <dt><em>whatToShow {{optional_inline}}</em></dt> - <dd>一个无符号长整型,表示一个整合自 <code><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter" title="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter">NodeFilter</a></code> 常量属性的位掩码。这是筛选特定类型节点的便捷方式。默认为 0xFFFFFFFF,表示 <code>SHOW_ALL</code> 常量。 + <dd>一个无符号长整型,表示一个整合自 <code><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter">NodeFilter</a></code> 常量属性的位掩码。这是筛选特定类型节点的便捷方式。默认为 0xFFFFFFFF,表示 <code>SHOW_ALL</code> 常量。 <table class="standard-table"> <tbody> <tr> diff --git a/files/zh-cn/web/api/document/defaultview/index.html b/files/zh-cn/web/api/document/defaultview/index.html index a54db93990..58f35be700 100644 --- a/files/zh-cn/web/api/document/defaultview/index.html +++ b/files/zh-cn/web/api/document/defaultview/index.html @@ -20,14 +20,14 @@ translation_of: Web/API/Document/defaultView <h3 id="Notes" name="Notes">备注</h3> -<p>根据 <a class="external" href="http://www.quirksmode.org/dom/w3c_html.html" title="http://www.quirksmode.org/dom/w3c_html.html">quirksmode</a>,IE 9 以下版本不支持 <code>defaultView</code>。</p> +<p>根据 <a class="external" href="http://www.quirksmode.org/dom/w3c_html.html">quirksmode</a>,IE 9 以下版本不支持 <code>defaultView</code>。</p> <h3 id="Specification" name="Specification">规范</h3> <ul> <li><a href="/zh-cn/HTML/HTML5" title="zh-cn/HTML/HTML5">HTML5: defaultView</a></li> <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-DocumentView-defaultView">DOM Level 2 Views: defaultView</a></li> - <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Views/" title="http://www.w3.org/TR/DOM-Level-3-Views/">DOM Level 3 Views</a> (Only developed to Working Group Note and not implemented)</li> + <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Views/">DOM Level 3 Views</a> (Only developed to Working Group Note and not implemented)</li> </ul> <p>{{ languages( {"pl": "pl/DOM/document.defaultView","en": "en/DOM/document.defaultView" } ) }}</p> diff --git a/files/zh-cn/web/api/document/fullscreenelement/index.html b/files/zh-cn/web/api/document/fullscreenelement/index.html index e4ebc89c0c..8e84782789 100644 --- a/files/zh-cn/web/api/document/fullscreenelement/index.html +++ b/files/zh-cn/web/api/document/fullscreenelement/index.html @@ -65,7 +65,7 @@ original_slug: Web/API/DocumentOrShadowRoot/fullscreenElement </table> </div> <h3 id="Specification" name="Specification">规范</h3> -<p>该方法提案已经进入相关规范草案 <a class="external" href="http://dvcs.w3.org/hg/fullscrezh-CN/raw-file/tip/Overview.html#dom-document-fullscreenelement" title="http://dvcs.w3.org/hg/fullscrezh-CN/raw-file/tip/Overview.html#dom-document-fullscreenelement">http://dvcs.w3.org/hg/fullscrezh-CN/raw-file/tip/Overview.html#dom-document-fullscreenelement</a></p> +<p>该方法提案已经进入相关规范草案 <a class="external" href="http://dvcs.w3.org/hg/fullscrezh-CN/raw-file/tip/Overview.html#dom-document-fullscreenelement">http://dvcs.w3.org/hg/fullscrezh-CN/raw-file/tip/Overview.html#dom-document-fullscreenelement</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li><a href="/zh-CN/docs/DOM/Using_full-screen_mode" title="zh-CN/docs/DOM/Using full-screen mode">Using full-screen mode</a></li> diff --git a/files/zh-cn/web/api/document/getelementsbytagname/index.html b/files/zh-cn/web/api/document/getelementsbytagname/index.html index 9e8120dd11..e5787722c8 100644 --- a/files/zh-cn/web/api/document/getelementsbytagname/index.html +++ b/files/zh-cn/web/api/document/getelementsbytagname/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/Document/getElementsByTagName <li><code>name</code> 是一个代表元素的名称的字符串。特殊字符 "*" 代表了所有元素。</li> </ul> -<div class="note"><strong>注意:</strong> <a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html" title="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">最新的 W3C 规范</a> 说明这些元素是 <code>HTMLCollection(HTML集合);</code> 然而, 这个方法在WebKit内核的浏览器中返回一个 {{domxref("NodeList")}} 。 更多详情请查看 {{bug(14869)}} 。</div> +<div class="note"><strong>注意:</strong> <a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">最新的 W3C 规范</a> 说明这些元素是 <code>HTMLCollection(HTML集合);</code> 然而, 这个方法在WebKit内核的浏览器中返回一个 {{domxref("NodeList")}} 。 更多详情请查看 {{bug(14869)}} 。</div> <h2 id="例子">例子</h2> diff --git a/files/zh-cn/web/api/document/getelementsbytagnamens/index.html b/files/zh-cn/web/api/document/getelementsbytagnamens/index.html index 6c6e7cce87..f01e670a7b 100644 --- a/files/zh-cn/web/api/document/getelementsbytagnamens/index.html +++ b/files/zh-cn/web/api/document/getelementsbytagnamens/index.html @@ -24,7 +24,7 @@ translation_of: Web/API/Document/getElementsByTagNameNS <li><code>name</code> 是所要查询的元素的名称。其中特殊字符 "*" 代表所有元素 (参考 <code><a href="/en/DOM/Node.localName" title="En/DOM/Node.localName">element.localName</a></code>)。</li> </ul> -<div class="note"><strong>注意:</strong>在W3C文档中,<code>elements</code>是一个 <code>NodeList</code>,而该方法在Gecko内核的浏览器和IE中返回的是HTML集合<code><a href="https://developer.mozilla.org/zh-CN/docs/Web/API/HTMLCollection" title="HTMLCollection 接口表示一个包含了元素(元素顺序为文档流中的顺序)的通用集合(generic collection),还提供了用来从该集合中选择元素的方法和属性。">HTMLCollection</a>.</code> Opera返回的也是一个 <code>NodeList</code>,但通过 <code>namedItem</code>方法 , 使得它类似于一个<code>HTMLCollection</code> . 截止2012年1月,只有WebKit内核的浏览器返回的值是一个纯 <code>NodeList</code>. 详情请参考 <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=14869" title="https://bugzilla.mozilla.org/show_bug.cgi?id=14869">bug 14869</a> .</div> +<div class="note"><strong>注意:</strong>在W3C文档中,<code>elements</code>是一个 <code>NodeList</code>,而该方法在Gecko内核的浏览器和IE中返回的是HTML集合<code><a href="https://developer.mozilla.org/zh-CN/docs/Web/API/HTMLCollection" title="HTMLCollection 接口表示一个包含了元素(元素顺序为文档流中的顺序)的通用集合(generic collection),还提供了用来从该集合中选择元素的方法和属性。">HTMLCollection</a>.</code> Opera返回的也是一个 <code>NodeList</code>,但通过 <code>namedItem</code>方法 , 使得它类似于一个<code>HTMLCollection</code> . 截止2012年1月,只有WebKit内核的浏览器返回的值是一个纯 <code>NodeList</code>. 详情请参考 <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=14869">bug 14869</a> .</div> <h2 id="Example" name="Example">示例</h2> 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> diff --git a/files/zh-cn/web/api/document/onafterscriptexecute/index.html b/files/zh-cn/web/api/document/onafterscriptexecute/index.html index 74bd826004..5e4454cc86 100644 --- a/files/zh-cn/web/api/document/onafterscriptexecute/index.html +++ b/files/zh-cn/web/api/document/onafterscriptexecute/index.html @@ -34,7 +34,7 @@ document.addEventListener("afterscriptexecute", finished, true); <h2 id="规范">规范</h2> <ul> - <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element" title="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element">HTML5</a></li> + <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element">HTML5</a></li> </ul> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/document/onbeforescriptexecute/index.html b/files/zh-cn/web/api/document/onbeforescriptexecute/index.html index 966e866969..3025444d28 100644 --- a/files/zh-cn/web/api/document/onbeforescriptexecute/index.html +++ b/files/zh-cn/web/api/document/onbeforescriptexecute/index.html @@ -33,7 +33,7 @@ document.addEventListener("beforescriptexecute", starting, true); <h2 id="规范">规范</h2> <ul> - <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element" title="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element">HTML5</a></li> + <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element">HTML5</a></li> </ul> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/document/stylesheetsets/index.html b/files/zh-cn/web/api/document/stylesheetsets/index.html index 329884f55c..a89b509c31 100644 --- a/files/zh-cn/web/api/document/stylesheetsets/index.html +++ b/files/zh-cn/web/api/document/stylesheetsets/index.html @@ -39,7 +39,7 @@ for (var i = 0; i < sheets.length; i++) { <h2 id="Specification" name="Specification">Specifications</h2> <ul> - <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#alternate-style-sheets" title="http://www.whatwg.org/specs/web-apps/current-work/#alternate-style-sheets">HTML5: Alternate Style Sheets</a></li> + <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#alternate-style-sheets">HTML5: Alternate Style Sheets</a></li> </ul> <h2 id="See_also" name="See_also">See also</h2> diff --git a/files/zh-cn/web/api/document/title/index.html b/files/zh-cn/web/api/document/title/index.html index 3f8c887b65..40056fafe2 100644 --- a/files/zh-cn/web/api/document/title/index.html +++ b/files/zh-cn/web/api/document/title/index.html @@ -38,5 +38,5 @@ alert(document.title); // 显示 "Goodbye World!" <h2 id="Specification" name="Specification">规范</h2> <ul> <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-18446827">DOM Level 2 HTML: document.title</a></li> - <li><a class="external" href="http://www.whatwg.org/html/#document.title" title="http://www.whatwg.org/html/#document.title">HTML5</a></li> + <li><a class="external" href="http://www.whatwg.org/html/#document.title">HTML5</a></li> </ul> |