ladybird/Libraries/LibWeb/HTML/HTMLVideoElement.idl

7 lines
151 B
Plaintext
Raw Normal View History

interface HTMLVideoElement : HTMLMediaElement {
[Reflect] attribute DOMString poster;
[Reflect=playsinline] attribute boolean playsInline;
}