blob: 9c3a52cce7e7501de15423aee8aebeab764acd01 (
plain)
1
2
3
4
5
6
7
8
|
#import <HTML/HTMLMediaElement.idl>
interface HTMLVideoElement : HTMLMediaElement {
[Reflect] attribute DOMString poster;
[Reflect=playsinline] attribute boolean playsInline;
};
|