[Webkit-unassigned] [Bug 26020] The offsetLeft of an element with non-absolute position whose offsetParent is the position:static body does not include the html element's left margin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 28 12:41:22 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=26020

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #7 from Ahmad Saleem <zlip.792 at gmail.com> ---
All browsers (Chrome Canary 106, Firefox Nightly 105 and Safari 15.6 on macOS 12.5) match with each other in attached test case show following:

___


static
absolute

static.offsetLeft: 0 (supposed to be 10)
absolute.offsetLeft: 10 (supposed to be 10)

___

Do we need to do anything more here as per web-spec or this can be marked as "RESOLVED CONFIGURATION CHANGED"? Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220728/6a8c921e/attachment.htm>


More information about the webkit-unassigned mailing list