mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibWeb: Support HTMLElement.offset{Width,Height}
This commit is contained in:
parent
840822b8f1
commit
439be913cf
3 changed files with 27 additions and 4 deletions
|
@ -11,6 +11,8 @@ interface HTMLElement : Element {
|
|||
|
||||
readonly attribute long offsetTop;
|
||||
readonly attribute long offsetLeft;
|
||||
readonly attribute long offsetWidth;
|
||||
readonly attribute long offsetHeight;
|
||||
|
||||
// FIXME: This should come from a HTMLOrSVGElement mixin
|
||||
[SameObject] readonly attribute DOMStringMap dataset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue