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/htmlmediaelement | |
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/htmlmediaelement')
3 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-cn/web/api/htmlmediaelement/canplaytype/index.html b/files/zh-cn/web/api/htmlmediaelement/canplaytype/index.html index 883c061160..0f43aa3199 100644 --- a/files/zh-cn/web/api/htmlmediaelement/canplaytype/index.html +++ b/files/zh-cn/web/api/htmlmediaelement/canplaytype/index.html @@ -69,8 +69,6 @@ console.log(obj.canPlayType('video/mp4')); // "maybe" <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.HTMLMediaElement.canPlayType")}}</p> <h2 id="See_Also" name="See_Also">其他</h2> diff --git a/files/zh-cn/web/api/htmlmediaelement/duration/index.html b/files/zh-cn/web/api/htmlmediaelement/duration/index.html index 575e8be90c..87e262f58d 100644 --- a/files/zh-cn/web/api/htmlmediaelement/duration/index.html +++ b/files/zh-cn/web/api/htmlmediaelement/duration/index.html @@ -50,8 +50,6 @@ console.log(obj.duration); // NaN <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.HTMLMediaElement.duration")}}</p> <h2 id="See_Also" name="See_Also">相关内容</h2> diff --git a/files/zh-cn/web/api/htmlmediaelement/pause/index.html b/files/zh-cn/web/api/htmlmediaelement/pause/index.html index 75953aa012..25453e3a6d 100644 --- a/files/zh-cn/web/api/htmlmediaelement/pause/index.html +++ b/files/zh-cn/web/api/htmlmediaelement/pause/index.html @@ -51,6 +51,4 @@ translation_of: Web/API/HTMLMediaElement/pause <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.HTMLMediaElement.pause")}}</p> |