ladybird/Libraries/LibWeb/HTML/HTMLVideoElement.idl

6 lines
94 B
Text
Raw Normal View History

interface HTMLVideoElement : HTMLMediaElement {
[Reflect] attribute DOMString poster;
}