mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
interface HTMLMediaElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
[Reflect] attribute boolean autoplay;
|
|
[Reflect] attribute boolean loop;
|
|
|
|
[Reflect] attribute boolean controls;
|
|
|
|
};
|