1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 03:24:58 +00:00
serenity/Libraries/LibWeb/HTML/HTMLTrackElement.idl

7 lines
170 B
Text

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