-
Notifications
You must be signed in to change notification settings - Fork 23
getBoundingClientRect should be an Element API #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I hit this issue because I need to measure an SVGElement. |
I think this is reasonable to address as part of the 0.14 updates. |
We may not be able to get this in for 0.14 due to a backlog of other work, so I'm going to remove the label. We can still do this as part of a subsequent set of breaking updates to the |
To fix this, do we just need to change the argument here from |
It probably should not be in the HTMLElement module, but rather Element. |
https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect
The text was updated successfully, but these errors were encountered: