LibWeb/HTML: Stub HTMLImageElement.{x,y}

This commit is contained in:
Jamie Mansfield 2024-07-20 18:43:23 +01:00 committed by Andreas Kling
commit 9eede09c3c
Notes: github-actions[bot] 2024-07-21 11:26:35 +00:00

View file

@ -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;
};