diff options
Diffstat (limited to 'files/zh-cn/web/api/htmlmediaelement/srcobject')
-rw-r--r-- | files/zh-cn/web/api/htmlmediaelement/srcobject/index.html | 59 |
1 files changed, 1 insertions, 58 deletions
diff --git a/files/zh-cn/web/api/htmlmediaelement/srcobject/index.html b/files/zh-cn/web/api/htmlmediaelement/srcobject/index.html index 9377ebf1a9..7f2cf348df 100644 --- a/files/zh-cn/web/api/htmlmediaelement/srcobject/index.html +++ b/files/zh-cn/web/api/htmlmediaelement/srcobject/index.html @@ -42,61 +42,4 @@ translation_of: Web/API/HTMLMediaElement/srcObject <h2 id="浏览器兼容">浏览器兼容</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(52.0)}}<sup>[1]</sup></td> - <td>{{CompatGeckoDesktop("18.0")}}<sup>[1][2]</sup><br> - {{CompatGeckoDesktop("42.0")}}<sup>[1]</sup></td> - <td>{{CompatUnknown}}</td> - <td>39<sup>[1]</sup></td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Android Webview</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - <th>Chrome for Android</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(52.0)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>39</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatChrome(52.0)}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 目前只有 {domxref("MediaStream")}} 对象是支持的。 {domxref("MediaSource")}} , {{domxref("Blob")}} 和 {{domxref("File")}} 对象尚待支持,并会抛出一个类型错误(TypeError)。</p> - -<p>[2] Firefox 的早期版本通过非标准化的名称 <code>mozSrcObject 来实现。</code></p> +{{Compat("api.HTMLMediaElement.srcObject")}} |