mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb/HTML: Stub HTMLImageElement.{x,y}
This commit is contained in:
parent
e1317915f4
commit
9eede09c3c
Notes:
github-actions[bot]
2024-07-21 11:26:35 +00:00
Author: https://github.com/jamierocks
Commit: 9eede09c3c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/744
1 changed files with 4 additions and 0 deletions
|
@ -38,4 +38,8 @@ interface HTMLImageElement : HTMLElement {
|
|||
|
||||
[CEReactions, LegacyNullToEmptyString, Reflect] attribute DOMString border;
|
||||
|
||||
// https://drafts.csswg.org/cssom-view/#extensions-to-the-htmlimageelement-interface
|
||||
[FIXME] readonly attribute long x;
|
||||
[FIXME] readonly attribute long y;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue