servo/components/shared
Martin Robinson f4c9b310d5
layout: Take into account display: table etc in offset* queries (#32448)
* layout: Take into account `display: table` etc in offset* queries

The specification says that for deciding whether an element should be
used for offset* queries, a browser should take into account whether the
element is a table cell or table. This change makes that happen.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>

* Only tag HTML elements if they are in the HTML namespace

---------

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-06-10 15:05:57 +00:00
..
background_hang_monitor Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
base base: Remove ucd dependency (#32424) 2024-06-03 17:10:01 +00:00
bluetooth clippy: fix warnings in components/shared (#31565) 2024-03-08 15:28:19 +00:00
canvas Move webgl_channel into base crate (#32339) 2024-05-24 06:13:20 +00:00
compositing compositor: Move WebRender-ish messages and types to webrender_traits (#32315) 2024-05-20 10:35:18 +00:00
devtools Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
embedder Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
gfx fonts: Clean up messaging during web fonts loads (#32332) 2024-05-22 08:30:35 +00:00
net fonts: Store web fonts in the per-Layout FontContext (#32303) 2024-05-20 14:13:03 +00:00
profile
script Remove more IPC messages between script and layout (#32377) 2024-05-27 07:30:51 +00:00
script_layout layout: Take into account display: table etc in offset* queries (#32448) 2024-06-10 15:05:57 +00:00
webrender Move RenderingContext to webrender_traits (#32386) 2024-05-28 12:48:55 +00:00