mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 00:23:20 +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;
|
||
|
|
||
|
}
|