mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibWeb: Add HTMLImageElement.src and HTMLImageElement.alt
These are reflecting attributes! :^)
This commit is contained in:
parent
3eff6024b1
commit
ea451cea6a
Notes:
sideshowbarker
2024-07-19 04:38:46 +09:00
Author: https://github.com/awesomekling
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