diff options
Diffstat (limited to 'files/zh-cn/web/api/htmlelement')
-rw-r--r-- | files/zh-cn/web/api/htmlelement/oncopy/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/htmlelement/oncut/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/htmlelement/onpaste/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
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> |