From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/api/htmlmediaelement/controller/index.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/zh-cn/web/api/htmlmediaelement/controller/index.html (limited to 'files/zh-cn/web/api/htmlmediaelement/controller') 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 +--- +
{{APIRef("HTML DOM")}}
+ +

TMLMediaElement.controller 属性表示对应媒体元素的控制器。

+ +

语法

+ +
...
+ +

Value

+ +

属性的值是一个 {{domxref("MediaController")}} 对象,如果没有对应的媒体元素值为null,默认值为null。 

+ +

示例

+ +
...
+
+ +

规范

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML5 W3C', "embedded-content-0.html#htmlmediaelement", "HTMLMediaElement.controller")}}{{Spec2('HTML5 W3C')}}Initial definition.
+ +

浏览器兼容性

+ + + +

{{Compat("api.HTMLMediaElement.controller")}}

+ +

参阅

+ + + +
+
+
-- cgit v1.2.3-54-g00ecf