mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-22 20:00:31 +00:00
10 lines
251 B
Text
10 lines
251 B
Text
|
|
interface HTMLSourceElement : HTMLElement {
|
||
|
|
|
||
|
|
[Reflect] attribute DOMString src;
|
||
|
|
[Reflect] attribute DOMString type;
|
||
|
|
[Reflect] attribute DOMString srcset;
|
||
|
|
[Reflect] attribute DOMString sizes;
|
||
|
|
[Reflect] attribute DOMString media;
|
||
|
|
|
||
|
|
}
|