mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
interface HTMLTrackElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString srclang;
|
|
[Reflect] attribute DOMString label;
|
|
[Reflect] attribute boolean default;
|
|
|
|
};
|