diff --git a/Libraries/LibWeb/DOM/HTMLImageElement.idl b/Libraries/LibWeb/DOM/HTMLImageElement.idl index 7d48693da3..4b1edafd5f 100644 --- a/Libraries/LibWeb/DOM/HTMLImageElement.idl +++ b/Libraries/LibWeb/DOM/HTMLImageElement.idl @@ -1,3 +1,6 @@ interface HTMLImageElement : HTMLElement { + [Reflect] attribute DOMString src; + [Reflect] attribute DOMString alt; + }