mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
interface HTMLObjectElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString data;
|
|
[Reflect] attribute DOMString type;
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect=usemap] attribute DOMString useMap;
|
|
[Reflect] attribute DOMString width;
|
|
[Reflect] attribute DOMString height;
|
|
|
|
}
|