From b9783c06657382caf2267a9a098ffa8e95a7f2ab Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 09:33:29 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 5) --- files/zh-cn/web/api/beforeunloadevent/index.html | 2 +- files/zh-cn/web/api/blobbuilder/index.html | 2 +- files/zh-cn/web/api/eventtarget/addeventlistener/index.html | 4 ++-- files/zh-cn/web/api/globaleventhandlers/onload/index.html | 2 +- files/zh-cn/web/api/htmlfieldsetelement/index.html | 2 +- files/zh-cn/web/api/idbobjectstore/index.html | 2 +- files/zh-cn/web/api/navigation_timing_api/index.html | 2 +- files/zh-cn/web/api/svganimatedangle/index.html | 2 +- files/zh-cn/web/api/svgcircleelement/index.html | 2 +- files/zh-cn/web/api/touch/radiusy/index.html | 2 +- files/zh-cn/web/api/touch/screenx/index.html | 2 +- files/zh-cn/web/api/touch/screeny/index.html | 2 +- files/zh-cn/web/api/touchevent/changedtouches/index.html | 2 +- files/zh-cn/web/api/touchevent/index.html | 2 +- .../functions_and_classes_available_to_workers/index.html | 2 +- .../web/api/web_workers_api/structured_clone_algorithm/index.html | 2 +- files/zh-cn/web/api/webrtc_api/session_lifetime/index.html | 2 +- files/zh-cn/web/api/windoweventhandlers/onbeforeunload/index.html | 4 ++-- files/zh-cn/web/api/windoweventhandlers/onpopstate/index.html | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) (limited to 'files/zh-cn/web/api') diff --git a/files/zh-cn/web/api/beforeunloadevent/index.html b/files/zh-cn/web/api/beforeunloadevent/index.html index 69626e0ec7..6063ef1282 100644 --- a/files/zh-cn/web/api/beforeunloadevent/index.html +++ b/files/zh-cn/web/api/beforeunloadevent/index.html @@ -67,5 +67,5 @@ window.addEventListener("beforeunload", function( event ) {
  • {{Event("load")}}
  • {{Event("beforeunload")}}
  • {{Event("unload")}}
  • -
  • 卸载文档 — 提示卸载文档
  • +
  • 卸载文档 — 提示卸载文档
  • diff --git a/files/zh-cn/web/api/blobbuilder/index.html b/files/zh-cn/web/api/blobbuilder/index.html index 03248ac1e5..1750cc61c1 100644 --- a/files/zh-cn/web/api/blobbuilder/index.html +++ b/files/zh-cn/web/api/blobbuilder/index.html @@ -162,7 +162,7 @@ void append(

    相关链接

    useCapture  {{optional_inline}}
    -
    {{jsxref("Boolean")}},在DOM树中,注册了listener的元素, 是否要先于它下面的EventTarget,调用该listener。 当useCapture(设为true) 时,沿着DOM树向上冒泡的事件,不会触发listener。当一个元素嵌套了另一个元素,并且两个元素都对同一事件注册了一个处理函数时,所发生的事件冒泡和事件捕获是两种不同的事件传播方式。事件传播模式决定了元素以哪个顺序接收事件。进一步的解释可以查看 事件流 及 JavaScript Event order 文档。 如果没有指定, useCapture 默认为 false 。 
    +
    {{jsxref("Boolean")}},在DOM树中,注册了listener的元素, 是否要先于它下面的EventTarget,调用该listener。 当useCapture(设为true) 时,沿着DOM树向上冒泡的事件,不会触发listener。当一个元素嵌套了另一个元素,并且两个元素都对同一事件注册了一个处理函数时,所发生的事件冒泡和事件捕获是两种不同的事件传播方式。事件传播模式决定了元素以哪个顺序接收事件。进一步的解释可以查看 事件流 及 JavaScript Event order 文档。 如果没有指定, useCapture 默认为 false 。 
    注意: 对于事件目标上的事件监听器来说,事件会处于“目标阶段”,而不是冒泡阶段或者捕获阶段。在目标阶段的事件会触发该元素(即事件目标)上的所有监听器,而不在乎这个监听器到底在注册时useCapture 参数值是true还是false。
    @@ -661,7 +661,7 @@ window.addEventListener('scroll', function(event) {
    diff --git a/files/zh-cn/web/api/globaleventhandlers/onload/index.html b/files/zh-cn/web/api/globaleventhandlers/onload/index.html index a9a56d9c6b..3862a1aa88 100644 --- a/files/zh-cn/web/api/globaleventhandlers/onload/index.html +++ b/files/zh-cn/web/api/globaleventhandlers/onload/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/GlobalEventHandlers/onload

    规范

    -

    这个事件处理程序在  HTML 中指定。

    +

    这个事件处理程序在  HTML 中指定。

    参见

    diff --git a/files/zh-cn/web/api/htmlfieldsetelement/index.html b/files/zh-cn/web/api/htmlfieldsetelement/index.html index 51b93938c5..97b7692640 100644 --- a/files/zh-cn/web/api/htmlfieldsetelement/index.html +++ b/files/zh-cn/web/api/htmlfieldsetelement/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/HTMLFieldSetElement ---

    {{ ApiRef() }}

    HTML Field Set Element

    -

    DOM fieldset elements expose the HTMLFieldSetElement  ({{ HTMLVersionInline(4) }} HTMLFieldSetElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of field-set elements.

    +

    DOM fieldset elements expose the HTMLFieldSetElement  ({{ HTMLVersionInline(4) }} HTMLFieldSetElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of field-set elements.

    属性

    以下属性除了 form 都是在 {{ HTMLVersionInline(5) }} 中新添加的.

    diff --git a/files/zh-cn/web/api/idbobjectstore/index.html b/files/zh-cn/web/api/idbobjectstore/index.html index 172820799e..62eb51e71f 100644 --- a/files/zh-cn/web/api/idbobjectstore/index.html +++ b/files/zh-cn/web/api/idbobjectstore/index.html @@ -342,7 +342,7 @@ translation_of: Web/API/IDBObjectStore
    IDBRequest
    -
    A request object on which subsequent events related to this operation are fired. As per spec the result of the Object Store Deletion Operation algorithm is undefined, so it's not possible to know if some records were actually deleted by looking at the request result.
    +
    A request object on which subsequent events related to this operation are fired. As per spec the result of the Object Store Deletion Operation algorithm is undefined, so it's not possible to know if some records were actually deleted by looking at the request result.
    Exceptions
    diff --git a/files/zh-cn/web/api/navigation_timing_api/index.html b/files/zh-cn/web/api/navigation_timing_api/index.html index a0cc8c3d75..243e3f5088 100644 --- a/files/zh-cn/web/api/navigation_timing_api/index.html +++ b/files/zh-cn/web/api/navigation_timing_api/index.html @@ -137,7 +137,7 @@ var pageLoadTime = perfData.loadEventEnd - perfData.navigationStart;

    规范

    浏览器兼容性

    diff --git a/files/zh-cn/web/api/svganimatedangle/index.html b/files/zh-cn/web/api/svganimatedangle/index.html index ff9a9edcd9..05955b7429 100644 --- a/files/zh-cn/web/api/svganimatedangle/index.html +++ b/files/zh-cn/web/api/svganimatedangle/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/SVGAnimatedAngle - +
    Normative documentSVG 1.1 (2nd Edition)SVG 1.1 (2nd Edition)
    diff --git a/files/zh-cn/web/api/svgcircleelement/index.html b/files/zh-cn/web/api/svgcircleelement/index.html index e087961f10..a956d4ec03 100644 --- a/files/zh-cn/web/api/svgcircleelement/index.html +++ b/files/zh-cn/web/api/svgcircleelement/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/SVGCircleElement 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/api/touch/radiusy/index.html b/files/zh-cn/web/api/touch/radiusy/index.html index 2243af5c73..7e76c7b6c3 100644 --- a/files/zh-cn/web/api/touch/radiusy/index.html +++ b/files/zh-cn/web/api/touch/radiusy/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/Touch/radiusY 能够包围用户和触摸平面的接触面的最小椭圆的垂直轴(Y轴)半径.

    标准定义

    -

    Touch Events Specification

    +

    Touch Events Specification

    相关链接