From 8b6621966195ae20c972e812d5cdbed2b6146675 Mon Sep 17 00:00:00 2001
From: rjohnson
Date: Thu, 18 Mar 2021 17:16:33 -0700
Subject: remove fx_minversion_header macro calls
---
files/zh-cn/web/api/element/clientleft/index.html | 2 +-
files/zh-cn/web/api/html_drag_and_drop_api/multiple_items/index.html | 2 +-
files/zh-cn/web/api/htmlelement/oncopy/index.html | 2 +-
files/zh-cn/web/api/htmlelement/oncut/index.html | 2 +-
files/zh-cn/web/api/htmlelement/onpaste/index.html | 2 +-
.../registerprotocolhandler/web-based_protocol_handlers/index.html | 2 --
files/zh-cn/web/api/window/dialogarguments/index.html | 2 +-
files/zh-cn/web/api/window/showmodaldialog/index.html | 2 +-
8 files changed, 7 insertions(+), 9 deletions(-)
(limited to 'files/zh-cn/web/api')
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
---
-{{ Fx_minversion_header(3) }} {{ APIRef() }}
+{{ APIRef() }}
表示一个元素的左边框的宽度,以像素表示。如果元素的文本方向是从右向左(RTL, right-to-left),并且由于内容溢出导致左边出现了一个垂直滚动条,则该属性包括滚动条的宽度。clientLeft
不包括左外边距和左内边距。clientLeft
是只读的。
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
所有带有 moz 前缀的属性和方法(例如 mozSetDataAt() )都是 Gecko 浏览器引擎所特有的接口。这些接口只能在基于 Gecko 引擎的浏览器上使用。
-{{ Fx_minversion_header(3.5) }} Mozilla 提供了一些额外的非标准方法来支持多个元素的拖拽。这些方法中映射了 {{domxref("DataTransfer.types","types")}} 属性以及 {{domxref("DataTransfer.getData","getData()")}},{{domxref("DataTransfer.setData","setData()")}} 和 {{domxref("DataTransfer.clearData","clearData()")}} 方法。不过,这些方法可以接受额外的参数来指定需要获取、修改或是移除的元素的下标。
+Mozilla 提供了一些额外的非标准方法来支持多个元素的拖拽。这些方法中映射了 {{domxref("DataTransfer.types","types")}} 属性以及 {{domxref("DataTransfer.getData","getData()")}},{{domxref("DataTransfer.setData","setData()")}} 和 {{domxref("DataTransfer.clearData","clearData()")}} 方法。不过,这些方法可以接受额外的参数来指定需要获取、修改或是移除的元素的下标。
本文中描述的拖拽过程均使用 {{domxref("DataTransfer")}} 接口。该过程不会使用 {{domxref("DataTransferItem")}} 接口,也不会使用 {{domxref("DataTransferItemList")}} 接口。
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
---
-{{ Fx_minversion_header("3") }} {{ ApiRef() }}
+{{ ApiRef() }}
概述
oncopy属性用来获取或设置当前元素的copy
事件的事件处理函数.
语法
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
---
-{{ Fx_minversion_header("3") }} {{ ApiRef() }}
+{{ ApiRef() }}
概述
oncut属性用来获取或设置当前元素的cut
事件的事件处理函数.
语法
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
---
-{{ Fx_minversion_header("3") }} {{ ApiRef() }}
+{{ ApiRef() }}
概述
onpaste 属性用来获取或设置当前元素的paste
事件的事件处理函数.
语法
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
---
-{{Fx_minversion_header(3)}}
-
背景
利用非http协议,从网页链接到一些别的资源,这种做法是相当普遍的。比如 mailto:
协议:
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
---
-{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}
+{{ deprecated_header() }}{{APIRef}}
摘要
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
---
-{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}
+{{ deprecated_header() }}{{APIRef}}
Window.showModalDialog()
用于创建和展示一个指向特定网页的模态对话框。
--
cgit v1.2.3-54-g00ecf