summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLVideoElement.idl
blob: 6fb6ba3a501c4521ea40cb06f5e204d68a762634 (plain)
1
2
3
4
5
6
interface HTMLVideoElement : HTMLMediaElement {

    [Reflect] attribute DOMString poster;
    [Reflect=playsinline] attribute boolean playsInline;

};