From d4625fc3adef7da9a077b195800094d03488c50c Mon Sep 17 00:00:00 2001 From: t7yang Date: Fri, 28 May 2021 22:17:15 +0800 Subject: remove bcd paragraph for zh-CN --- files/zh-cn/web/api/domimplementation/createdocument/index.html | 2 -- files/zh-cn/web/api/domimplementation/createdocumenttype/index.html | 2 -- 2 files changed, 4 deletions(-) (limited to 'files/zh-cn/web/api/domimplementation') diff --git a/files/zh-cn/web/api/domimplementation/createdocument/index.html b/files/zh-cn/web/api/domimplementation/createdocument/index.html index 59ccafd853..7f3c148733 100644 --- a/files/zh-cn/web/api/domimplementation/createdocument/index.html +++ b/files/zh-cn/web/api/domimplementation/createdocument/index.html @@ -72,8 +72,6 @@ alert(doc.getElementById('abc')); // [object HTMLBodyElement]

浏览器支持

- -

{{Compat("api.DOMImplementation.createDocument")}}

另请参见

diff --git a/files/zh-cn/web/api/domimplementation/createdocumenttype/index.html b/files/zh-cn/web/api/domimplementation/createdocumenttype/index.html index 13e290d87c..a708a14e94 100644 --- a/files/zh-cn/web/api/domimplementation/createdocumenttype/index.html +++ b/files/zh-cn/web/api/domimplementation/createdocumenttype/index.html @@ -67,8 +67,6 @@ alert(d.doctype.publicId); // -//W3C//DTD SVG 1.1//EN

浏览器兼容性

- -

{{Compat("api.DOMImplementation.createDocumentType")}}

参见

-- cgit v1.2.3-54-g00ecf