diff options
Diffstat (limited to 'files/zh-cn/web/api/document')
4 files changed, 0 insertions, 16 deletions
diff --git a/files/zh-cn/web/api/document/createdocumentfragment/index.html b/files/zh-cn/web/api/document/createdocumentfragment/index.html index 45f552bff4..478f2cf392 100644 --- a/files/zh-cn/web/api/document/createdocumentfragment/index.html +++ b/files/zh-cn/web/api/document/createdocumentfragment/index.html @@ -77,10 +77,6 @@ element.appendChild(fragment);</pre> <h2 id="浏览器兼容">浏览器兼容</h2> -<div class="hidden"> -<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> -</div> - <p>{{Compat("api.Document.createDocumentFragment")}}</p> <h2 id="See_also" name="See_also">另见</h2> diff --git a/files/zh-cn/web/api/document/getelementsbyname/index.html b/files/zh-cn/web/api/document/getelementsbyname/index.html index edfbfc10cf..d104b02406 100644 --- a/files/zh-cn/web/api/document/getelementsbyname/index.html +++ b/files/zh-cn/web/api/document/getelementsbyname/index.html @@ -81,10 +81,6 @@ console.log(up_forms[0].tagName); // returns "FORM" <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden"> -<p>此页面上的兼容性表由结构化数据生成。 如果您想为数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送 pull 请求。</p> -</div> - <p>{{Compat("api.Document.getElementsByName")}}</p> <h2 id="See_also" name="See_also">参阅</h2> diff --git a/files/zh-cn/web/api/document/onfullscreenchange/index.html b/files/zh-cn/web/api/document/onfullscreenchange/index.html index daf430721e..68c269c2a0 100644 --- a/files/zh-cn/web/api/document/onfullscreenchange/index.html +++ b/files/zh-cn/web/api/document/onfullscreenchange/index.html @@ -54,10 +54,6 @@ document.documentElement.onclick = function () { <h2 id="Browser_compatibility">Browser compatibility</h2> -<div class="hidden"> -<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> -</div> - <p>{{Compat("api.Document.onfullscreenchange")}}</p> <h2 id="相关文章">相关文章</h2> diff --git a/files/zh-cn/web/api/document/registerelement/index.html b/files/zh-cn/web/api/document/registerelement/index.html index 33aca04807..3b2f153115 100644 --- a/files/zh-cn/web/api/document/registerelement/index.html +++ b/files/zh-cn/web/api/document/registerelement/index.html @@ -53,10 +53,6 @@ mytag.textContent = "I am a my-tag element."; <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden"> -<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> -</div> - <p>{{Compat("api.Document.registerElement")}}</p> <h2 id="另请参阅">另请参阅</h2> |