diff options
author | t7yang <t7yang@gmail.com> | 2021-05-28 22:17:15 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-05-31 15:39:29 +0800 |
commit | d4625fc3adef7da9a077b195800094d03488c50c (patch) | |
tree | 902a058e6bca2c88933cf319f14eb179708eef5f /files/zh-cn/web/api/domimplementation | |
parent | d935156b29ff23a8cfbacba5baf389d617572cf4 (diff) | |
download | translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.gz translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.bz2 translated-content-d4625fc3adef7da9a077b195800094d03488c50c.zip |
remove bcd paragraph for zh-CN
Diffstat (limited to 'files/zh-cn/web/api/domimplementation')
-rw-r--r-- | files/zh-cn/web/api/domimplementation/createdocument/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/domimplementation/createdocumenttype/index.html | 2 |
2 files changed, 0 insertions, 4 deletions
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] <h2 id="浏览器支持">浏览器支持</h2> -<div class="hidden">本页的兼容性表由结构化数据生成.如果你想对数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并发送给我们一个拉取请求.</div> - <p>{{Compat("api.DOMImplementation.createDocument")}}</p> <h2 id="另请参见">另请参见</h2> 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 <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">这个页面的兼容性表格是由结构数据生成。如果你想对数据作出贡献,详情请前往 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并给我们一个PR。</div> - <p>{{Compat("api.DOMImplementation.createDocumentType")}}</p> <h2 id="参见">参见</h2> |