blob: dda7615580fcc7ce0f5a29809164ff93b73eaf0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
interface HTMLMediaElement : HTMLElement {
[Reflect] attribute DOMString src;
[Reflect] attribute boolean autoplay;
[Reflect] attribute boolean loop;
[Reflect] attribute boolean controls;
};
|