1#import <HTML/HTMLMediaElement.idl>
2
3// https://html.spec.whatwg.org/multipage/media.html#htmlvideoelement
4[Exposed=Window]
5interface HTMLVideoElement : HTMLMediaElement {
6
7 [Reflect] attribute DOMString poster;
8 [Reflect=playsinline] attribute boolean playsInline;
9
10};