diff options
Diffstat (limited to 'files/zh-cn/web')
10 files changed, 8 insertions, 11 deletions
diff --git a/files/zh-cn/web/api/element/clientleft/index.html b/files/zh-cn/web/api/element/clientleft/index.html index 67a80d9d1f..9632558b3f 100644 --- a/files/zh-cn/web/api/element/clientleft/index.html +++ b/files/zh-cn/web/api/element/clientleft/index.html @@ -3,7 +3,7 @@ title: Element.clientLeft slug: Web/API/Element/clientLeft translation_of: Web/API/Element/clientLeft --- -<p>{{ Fx_minversion_header(3) }} {{ APIRef() }}</p> +<p>{{ APIRef() }}</p> <p>表示一个元素的左边框的宽度,以像素表示。如果元素的文本方向是从右向左(RTL, right-to-left),并且由于内容溢出导致左边出现了一个垂直滚动条,则该属性包括滚动条的宽度。<code>clientLeft</code> 不包括左外边距和左内边距。<code>clientLeft</code> 是只读的。</p> diff --git a/files/zh-cn/web/api/html_drag_and_drop_api/multiple_items/index.html b/files/zh-cn/web/api/html_drag_and_drop_api/multiple_items/index.html index 35aca786ea..35fcf41a3a 100644 --- a/files/zh-cn/web/api/html_drag_and_drop_api/multiple_items/index.html +++ b/files/zh-cn/web/api/html_drag_and_drop_api/multiple_items/index.html @@ -10,7 +10,7 @@ translation_of: Web/API/HTML_Drag_and_Drop_API/Multiple_items 所有带有 <strong>moz</strong> 前缀的属性和方法(例如 <strong>mozSetDataAt() </strong>)都是 Gecko 浏览器引擎所特有的接口。这些接口只能在基于 Gecko 引擎的浏览器上使用。</p> </div> -<p>{{ Fx_minversion_header(3.5) }} Mozilla 提供了一些额外的非标准方法来支持多个元素的拖拽。这些方法中映射了 {{domxref("DataTransfer.types","types")}} 属性以及 {{domxref("DataTransfer.getData","getData()")}},{{domxref("DataTransfer.setData","setData()")}} 和 {{domxref("DataTransfer.clearData","clearData()")}} 方法。不过,这些方法可以接受额外的参数来指定需要获取、修改或是移除的元素的下标。</p> +<p>Mozilla 提供了一些额外的非标准方法来支持多个元素的拖拽。这些方法中映射了 {{domxref("DataTransfer.types","types")}} 属性以及 {{domxref("DataTransfer.getData","getData()")}},{{domxref("DataTransfer.setData","setData()")}} 和 {{domxref("DataTransfer.clearData","clearData()")}} 方法。不过,这些方法可以接受额外的参数来指定需要获取、修改或是移除的元素的下标。</p> <p class="note">本文中描述的拖拽过程均使用 {{domxref("DataTransfer")}} 接口。该过程不会使用 {{domxref("DataTransferItem")}} 接口,也不会使用 {{domxref("DataTransferItemList")}} 接口。</p> diff --git a/files/zh-cn/web/api/htmlelement/oncopy/index.html b/files/zh-cn/web/api/htmlelement/oncopy/index.html index 12ff84d885..9cc6bc8fe7 100644 --- a/files/zh-cn/web/api/htmlelement/oncopy/index.html +++ b/files/zh-cn/web/api/htmlelement/oncopy/index.html @@ -3,7 +3,7 @@ title: element.oncopy slug: Web/API/HTMLElement/oncopy translation_of: Web/API/HTMLElement/oncopy --- -<p>{{ Fx_minversion_header("3") }} {{ ApiRef() }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">概述</h3> <p><strong>oncopy</strong>属性用来获取或设置当前元素的<code>copy</code>事件的事件处理函数.</p> <h3 id="Syntax" name="Syntax">语法</h3> diff --git a/files/zh-cn/web/api/htmlelement/oncut/index.html b/files/zh-cn/web/api/htmlelement/oncut/index.html index e8d5c9c7ee..5cf92ebf40 100644 --- a/files/zh-cn/web/api/htmlelement/oncut/index.html +++ b/files/zh-cn/web/api/htmlelement/oncut/index.html @@ -3,7 +3,7 @@ title: element.oncut slug: Web/API/HTMLElement/oncut translation_of: Web/API/HTMLElement/oncut --- -<p>{{ Fx_minversion_header("3") }} {{ ApiRef() }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">概述</h3> <p><strong>oncut</strong>属性用来获取或设置当前元素的<code>cut</code>事件的事件处理函数.</p> <h3 id="Syntax" name="Syntax">语法</h3> diff --git a/files/zh-cn/web/api/htmlelement/onpaste/index.html b/files/zh-cn/web/api/htmlelement/onpaste/index.html index f180eaa91c..3d3b0c3a8c 100644 --- a/files/zh-cn/web/api/htmlelement/onpaste/index.html +++ b/files/zh-cn/web/api/htmlelement/onpaste/index.html @@ -3,7 +3,7 @@ title: element.onpaste slug: Web/API/HTMLElement/onpaste translation_of: Web/API/HTMLElement/onpaste --- -<p>{{ Fx_minversion_header("3") }} {{ ApiRef() }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">概述</h3> <p><strong>onpaste</strong> 属性用来获取或设置当前元素的<code>paste</code>事件的事件处理函数.</p> <h3 id="Syntax" name="Syntax">语法</h3> diff --git a/files/zh-cn/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html b/files/zh-cn/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html index 34085a54f2..426b247168 100644 --- a/files/zh-cn/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html +++ b/files/zh-cn/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html @@ -3,8 +3,6 @@ title: Web-based protocol handlers slug: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers translation_of: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers --- -<div>{{Fx_minversion_header(3)}}</div> - <h2 id="Background" name="Background">背景</h2> <p>利用非http协议,从网页链接到一些别的资源,这种做法是相当普遍的。比如 <code>mailto:</code> 协议:</p> diff --git a/files/zh-cn/web/api/window/dialogarguments/index.html b/files/zh-cn/web/api/window/dialogarguments/index.html index d26d56a819..28f58de6c8 100644 --- a/files/zh-cn/web/api/window/dialogarguments/index.html +++ b/files/zh-cn/web/api/window/dialogarguments/index.html @@ -14,7 +14,7 @@ tags: - Window translation_of: Web/API/Window/dialogArguments --- -<p>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</p> +<p>{{ deprecated_header() }}{{APIRef}}</p> <h2 id="Summary" name="Summary">摘要</h2> diff --git a/files/zh-cn/web/api/window/showmodaldialog/index.html b/files/zh-cn/web/api/window/showmodaldialog/index.html index 81c0bb505f..b1e42334b3 100644 --- a/files/zh-cn/web/api/window/showmodaldialog/index.html +++ b/files/zh-cn/web/api/window/showmodaldialog/index.html @@ -3,7 +3,7 @@ title: Window.showModalDialog() slug: Web/API/Window/showModalDialog translation_of: Web/API/Window/showModalDialog --- -<div>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</div> +<div>{{ deprecated_header() }}{{APIRef}}</div> <p> <strong><code>Window.showModalDialog()</code></strong> 用于创建和展示一个指向特定网页的模态对话框。</p> diff --git a/files/zh-cn/web/exslt/index.html b/files/zh-cn/web/exslt/index.html index 9f272473a5..4e255e101f 100644 --- a/files/zh-cn/web/exslt/index.html +++ b/files/zh-cn/web/exslt/index.html @@ -11,7 +11,6 @@ translation_of: Web/EXSLT --- <p> {{ XsltRef() }} -{{ Fx_minversion_header(3) }} EXSLT is a set of extensions to <a href="en/XSLT">XSLT</a>. There are a number of modules; those that are supported by Firefox are listed below: </p> <dl><dt><a href="#Common">Common</a> (<code>exsl</code>) diff --git a/files/zh-cn/web/exslt/regexp/match/index.html b/files/zh-cn/web/exslt/regexp/match/index.html index 2aebf1da22..7f7ae9a049 100644 --- a/files/zh-cn/web/exslt/regexp/match/index.html +++ b/files/zh-cn/web/exslt/regexp/match/index.html @@ -3,7 +3,7 @@ title: match slug: Web/EXSLT/regexp/match translation_of: Web/EXSLT/regexp/match --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>regexp:match()</code> performs regular expression matching on a string, returning the submatches found as a result.</p> |