mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 12:04:59 +00:00
7 lines
170 B
Text
7 lines
170 B
Text
interface HTMLTrackElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString srclang;
|
|
[Reflect] attribute DOMString label;
|
|
|
|
}
|