From c836bcfa33f859deddb9c2a4afb79e7e106e3d29 Mon Sep 17 00:00:00 2001 From: t7yang Date: Thu, 24 Jun 2021 00:53:12 +0800 Subject: remove hidden bcd for zh-CN --- files/zh-cn/web/api/element/attributes/index.html | 4 ---- files/zh-cn/web/api/element/paste_event/index.html | 4 ---- 2 files changed, 8 deletions(-) (limited to 'files/zh-cn/web/api/element') diff --git a/files/zh-cn/web/api/element/attributes/index.html b/files/zh-cn/web/api/element/attributes/index.html index f720ddae44..be5be7d848 100644 --- a/files/zh-cn/web/api/element/attributes/index.html +++ b/files/zh-cn/web/api/element/attributes/index.html @@ -109,10 +109,6 @@ var atts = para.attributes;

浏览器兼容性

- -

{{Compat("api.Element.attributes")}}

在 Firefox 22 版本之前,这个属性是被用在 {{domxref("Node")}} 上(继承至 {{domxref("Element")}})。它需要被使用在其他符合这个接口规范的浏览器上使用。

diff --git a/files/zh-cn/web/api/element/paste_event/index.html b/files/zh-cn/web/api/element/paste_event/index.html index e303cd4697..474a865b8f 100644 --- a/files/zh-cn/web/api/element/paste_event/index.html +++ b/files/zh-cn/web/api/element/paste_event/index.html @@ -89,10 +89,6 @@ target.addEventListener('paste', (event) => {

浏览器兼容性

- -

{{Compat("api.Element.paste_event")}}

另见

-- cgit v1.2.3-54-g00ecf