mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +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;
|
|
|
|
}
|