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