2020-08-01 03:07:00 +01:00
|
|
|
interface HTMLTrackElement : HTMLElement {
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
[Reflect] attribute DOMString srclang;
|
|
|
|
[Reflect] attribute DOMString label;
|
2020-11-09 08:15:10 +00:00
|
|
|
[Reflect] attribute boolean default;
|
2020-08-01 03:07:00 +01:00
|
|
|
|
|
|
|
}
|