mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Take a hint from SVG and more all the HTML classes into HTML instead of mixing them with the DOM classes.
This commit is contained in:
6
Libraries/LibWeb/HTML/HTMLImageElement.idl
Normal file
6
Libraries/LibWeb/HTML/HTMLImageElement.idl
Normal file
@@ -0,0 +1,6 @@
|
||||
interface HTMLImageElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString src;
|
||||
[Reflect] attribute DOMString alt;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user