mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
interface HTMLSourceElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString type;
|
|
[Reflect] attribute DOMString srcset;
|
|
[Reflect] attribute DOMString sizes;
|
|
[Reflect] attribute DOMString media;
|
|
|
|
};
|