mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Bring HTMLImageElement closer to spec
This commit is contained in:
parent
682a4a347a
commit
e5d978af9f
Notes:
sideshowbarker
2024-07-17 11:53:40 +09:00
Author: https://github.com/Igoorx
Commit: e5d978af9f
Pull-request: https://github.com/SerenityOS/serenity/pull/13638
3 changed files with 29 additions and 0 deletions
|
@ -15,5 +15,7 @@ interface HTMLImageElement : HTMLElement {
|
|||
|
||||
[CEReactions] attribute unsigned long width;
|
||||
[CEReactions] attribute unsigned long height;
|
||||
readonly attribute unsigned long naturalWidth;
|
||||
readonly attribute unsigned long naturalHeight;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue