aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlmediaelement/controller/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/htmlmediaelement/controller/index.html')
-rw-r--r--files/zh-cn/web/api/htmlmediaelement/controller/index.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/htmlmediaelement/controller/index.html b/files/zh-cn/web/api/htmlmediaelement/controller/index.html
new file mode 100644
index 0000000000..29222fc3df
--- /dev/null
+++ b/files/zh-cn/web/api/htmlmediaelement/controller/index.html
@@ -0,0 +1,54 @@
+---
+title: HTMLMediaElement.controller
+slug: Web/API/HTMLMediaElement/controller
+translation_of: Web/API/HTMLMediaElement/controller
+---
+<div>{{APIRef("HTML DOM")}}</div>
+
+<p><strong><code>TMLMediaElement.controller</code></strong> 属性表示对应媒体元素的控制器。</p>
+
+<h2 id="Syntax" name="Syntax">语法</h2>
+
+<pre class="brush: js">...</pre>
+
+<h3 id="Value">Value</h3>
+
+<p>属性的值是一个 {{domxref("MediaController")}} 对象,如果没有对应的媒体元素值为<code>null</code>,默认值为<code>null</code>。 </p>
+
+<h2 id="示例">示例</h2>
+
+<pre class="brush: js">...
+</pre>
+
+<h2 id="规范">规范</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML5 W3C', "embedded-content-0.html#htmlmediaelement", "HTMLMediaElement.controller")}}</td>
+ <td>{{Spec2('HTML5 W3C')}}</td>
+ <td>Initial definition.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="浏览器兼容性">浏览器兼容性</h2>
+
+
+
+<p>{{Compat("api.HTMLMediaElement.controller")}}</p>
+
+<h2 id="See_Also" name="See_Also">参阅</h2>
+
+<ul>
+ <li>定义它的接口, {{domxref("HTMLMediaElement")}}.</li>
+</ul>
+
+<div id="gtx-trans" style="position: absolute; left: 161px; top: 1220px;">
+<div class="gtx-trans-icon"></div>
+</div>