You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the list is empty return a staticDOMRect object
What precisely does "static" mean here? Neither CSSOM View nor Geometry Interfaces seems to define staticness, either generally or in relation to DOMRect specifically. And the WebIDL static keyword doesn't seem applicable here.
Perhaps DOMRectReadOnly was intended?
The text was updated successfully, but these errors were encountered:
https://drafts.csswg.org/cssom-view/#dom-element-getboundingclientrect
What precisely does "static" mean here? Neither CSSOM View nor Geometry Interfaces seems to define staticness, either generally or in relation to
DOMRect
specifically. And the WebIDLstatic
keyword doesn't seem applicable here.Perhaps
DOMRectReadOnly
was intended?The text was updated successfully, but these errors were encountered: