mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
Take a hint from SVG and more all the HTML classes into HTML instead of mixing them with the DOM classes.
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
interface HTMLImageElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString alt;
|
|
|
|
}
|