diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-21 11:01:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 23:01:31 +0800 |
commit | 9bcefe8882e28e50da486dcbfb491be0508eed16 (patch) | |
tree | 03a65c623b0498b2dc73c55011e339dcf20a4df8 /files/zh-tw/web | |
parent | 6d982799a54024f9f8772b7123ff38b59800b938 (diff) | |
download | translated-content-9bcefe8882e28e50da486dcbfb491be0508eed16.tar.gz translated-content-9bcefe8882e28e50da486dcbfb491be0508eed16.tar.bz2 translated-content-9bcefe8882e28e50da486dcbfb491be0508eed16.zip |
remove hidden bcd table paragraph from 'zh-tw' (#1275)
Part of #1008
Diffstat (limited to 'files/zh-tw/web')
6 files changed, 4 insertions, 8 deletions
diff --git a/files/zh-tw/web/api/fetch_api/index.html b/files/zh-tw/web/api/fetch_api/index.html index 2cd6f23d22..6d66304a0e 100644 --- a/files/zh-tw/web/api/fetch_api/index.html +++ b/files/zh-tw/web/api/fetch_api/index.html @@ -68,7 +68,7 @@ translation_of: Web/API/Fetch_API <h2 id="瀏覽器相容性">瀏覽器相容性</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 https://github.com/mdn/browser-compat-data and send us a pull request.</div> + <p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> diff --git a/files/zh-tw/web/html/element/form/index.html b/files/zh-tw/web/html/element/form/index.html index ddd66d3dd7..52c51bb8aa 100644 --- a/files/zh-tw/web/html/element/form/index.html +++ b/files/zh-tw/web/html/element/form/index.html @@ -176,8 +176,6 @@ translation_of: Web/HTML/Element/form <h2 id="Browser_compatibility">Browser compatibility</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.form")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-tw/web/http/methods/index.html b/files/zh-tw/web/http/methods/index.html index fb44615883..09de5e8f3f 100644 --- a/files/zh-tw/web/http/methods/index.html +++ b/files/zh-tw/web/http/methods/index.html @@ -52,7 +52,7 @@ translation_of: Web/HTTP/Methods <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">To contribute to this compatibility data, please write a pull request against this file: <a href="https://github.com/mdn/browser-compat-data/blob/master/http/methods.json">https://github.com/mdn/browser-compat-data/blob/master/http/methods.json</a>.</p> + <p>{{Compat("http/methods")}}</p> diff --git a/files/zh-tw/web/http/status/502/index.html b/files/zh-tw/web/http/status/502/index.html index 098224da5c..d7f8a816f2 100644 --- a/files/zh-tw/web/http/status/502/index.html +++ b/files/zh-tw/web/http/status/502/index.html @@ -41,7 +41,7 @@ translation_of: Web/HTTP/Status/502 <p>The information shown below has been pulled from MDN's GitHub (<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>).</p> -<p 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.</p> + <p>{{Compat("http.status.502")}}</p> diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html index 19682d0199..a77dab8014 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html @@ -259,7 +259,7 @@ p3.then(function(v) { <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">To contribute to this compatibility data, please write a pull request against this file: <a href="https://github.com/mdn/browser-compat-data/blob/master/javascript/promise.json">https://github.com/mdn/browser-compat-data/blob/master/javascript/promise.json</a>.</p> + <p>{{Compat("javascript/promise","Promise.prototype.then")}}</p> diff --git a/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html b/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html index 78fb9a4a55..7391bcbe5d 100644 --- a/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html +++ b/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html @@ -86,8 +86,6 @@ function example(…) { <h2 id="瀏覽器相容性">瀏覽器相容性</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("javascript.operators.conditional")}}</p> <h2 id="參見">參見</h2> |