ladybird/Libraries/LibWeb/HTML/HTMLTrackElement.idl

9 lines
211 B
Text
Raw Normal View History

interface HTMLTrackElement : HTMLElement {
[Reflect] attribute DOMString src;
[Reflect] attribute DOMString srclang;
[Reflect] attribute DOMString label;
[Reflect] attribute boolean default;
}