Re: [csswg-drafts] [cssom-view] Spec for offsetTop/Left does not match impls when offsetParent is `position:static` `<body>` element (#10549)

@flackr In that case, https://www.w3.org/TR/cssom-view-1/#dom-htmlelement-offsetparent says that `offsetParent` should be `null`, so I think it doesn't need further handling. It's null indeed on Blink, WebKit and Servo, but not on Gecko, which then applies the special body behavior for `offsetLeft`.

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


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

Received on Wednesday, 30 October 2024 17:13:06 UTC