mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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;
|
|
|
|
}
|