mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +00:00
LibWeb: Add HTMLImageElement.src and HTMLImageElement.alt
These are reflecting attributes! :^)
This commit is contained in:
parent
3eff6024b1
commit
ea451cea6a
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
interface HTMLImageElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString src;
|
||||
[Reflect] attribute DOMString alt;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue