servo/components/layout/table
Martin Robinson 0d21992edd
script: Clamp table spans according to the HTML specification (#36703)
Previously, spans were partially clamped during layout, but this means
that accessing and setting these properties via script wouldn't behave
according to the HTML specification. In addition, the value wasn't
floored in layout, so could lead to panics. This change improves
clamping and moves it to script.
    
Testing: This change includes a new WPT test.
Fixes #36699.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-05-01 13:25:34 +00:00
..
construct.rs script: Clamp table spans according to the HTML specification (#36703) 2025-05-01 13:25:34 +00:00
layout.rs layout: Check if root before establishing containing block (#36360) 2025-04-29 19:19:31 +00:00
mod.rs script: Measure stored layout data memory usage. (#36664) 2025-04-24 12:01:51 +00:00