diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-21 10:14:26 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-22 00:53:02 +0800 |
commit | 5289f869c03040182fc69da3e05bc5288a3490bc (patch) | |
tree | 622e1f54367b307bce1981edaeb9d142722b9d97 /files/zh-cn/web/html | |
parent | 567f76d53b5d14e617a143ccbf66dbbcc9fbf93a (diff) | |
download | translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.tar.gz translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.tar.bz2 translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.zip |
remove hidden bcd table paragraph from 'zh-cn'
Part of #1008
Diffstat (limited to 'files/zh-cn/web/html')
4 files changed, 2 insertions, 6 deletions
diff --git a/files/zh-cn/web/html/element/input/hidden/index.html b/files/zh-cn/web/html/element/input/hidden/index.html index 0139486c72..7f87b5441d 100644 --- a/files/zh-cn/web/html/element/input/hidden/index.html +++ b/files/zh-cn/web/html/element/input/hidden/index.html @@ -215,7 +215,7 @@ textarea { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data,向我们发送一个拉取请求。</div> + <p>{{Compat("html.elements.input.input-hidden")}}</p> diff --git a/files/zh-cn/web/html/element/input/image/index.html b/files/zh-cn/web/html/element/input/image/index.html index 1889701480..cc6517bfa1 100644 --- a/files/zh-cn/web/html/element/input/image/index.html +++ b/files/zh-cn/web/html/element/input/image/index.html @@ -118,6 +118,4 @@ translation_of: Web/HTML/Element/input/image <h2 id="Browser_compatibility">Browser compatibility</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <p>{{Compat("html.elements.input.input-image")}}</p> diff --git a/files/zh-cn/web/html/element/input/index.html b/files/zh-cn/web/html/element/input/index.html index c275b7891c..80c9c68626 100644 --- a/files/zh-cn/web/html/element/input/index.html +++ b/files/zh-cn/web/html/element/input/index.html @@ -1258,7 +1258,7 @@ nameInput.addEventListener('invalid', () => { <h2 id="Browser_compatibility">Browser compatibility</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data" rel="noopener">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> + <div> <div class="bc-data" id="bcd:html.elements.input"><a class="bc-github-link external" href="https://github.com/mdn/browser-compat-data" rel="noopener">Update compatibility data on GitHub</a> diff --git a/files/zh-cn/web/html/element/meta/name/index.html b/files/zh-cn/web/html/element/meta/name/index.html index 3f0b9fc74d..f0e4c020a3 100644 --- a/files/zh-cn/web/html/element/meta/name/index.html +++ b/files/zh-cn/web/html/element/meta/name/index.html @@ -305,6 +305,4 @@ translation_of: Web/HTML/Element/meta/name <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <p>{{Compat("html.elements.meta.name")}}</p> |