mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
interface HTMLEmbedElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString type;
|
|
[Reflect] attribute DOMString width;
|
|
[Reflect] attribute DOMString height;
|
|
|
|
}
|