Re: [csswg-drafts] [cssom] Element (or Node) should contain the properties offset... (offsetParent, offsetLeft, ...) (#10514)

Polyfills for Geometry API:

https://github.com/trusktr/geometry-interfaces
https://github.com/maxmaximov/getBoxQuads

They do not work with transformed elements. (Cause that is the hard part) (My Designer Code could work with transformed HTMLElements (https://github.com/node-projects/web-component-designer/blob/92baadd12ebc6821e2bbaac6b4728a6baa49ef0b/packages/web-component-designer/src/elements/helper/TransformHelper.ts#L148C21-L148C49)
Problem is, I need the offset in the container wich I do not get for SVG and MathML (and textNodes)

-- 
GitHub Notification of comment by jogibear9988
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10514#issuecomment-2200787180 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 1 July 2024 18:40:26 UTC