[Webkit-unassigned] [Bug 187524] getClientRects and getBoundingClientRect don't follow the spec for tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 15:15:16 PDT 2022


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

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

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

--- Comment #3 from Ahmad Saleem <zlip.792 at gmail.com> ---
Chrome Canary 106:

{"0":{"x":8,"y":8,"width":200,"height":37,"top":8,"right":208,"bottom":45,"left":8}}

Firefox Nightly 104:

{"0":{"x":8,"y":25,"width":100,"height":20,"top":25,"right":108,"bottom":45,"left":8},"1":{"x":8,"y":8,"width":200,"height":17,"top":8,"right":208,"bottom":25,"left":8}}

Safari 15.6 on macOS 12.5:

{"0":{"x":8,"y":8,"width":200,"height":37,"top":8,"right":208,"bottom":45,"left":8}}

______

I a not sure on expected behavior but it seems Safari and Chrome are only showing single rect rather than two like Firefox. 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/20220726/6540d184/attachment.htm>


More information about the webkit-unassigned mailing list