aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-07-03 20:24:19 +0200
committerGitHub <noreply@github.com>2024-07-03 18:24:19 +0000
commit959ffad99a57f5f8f0554fed0983317577ae8290 (patch)
treeb39a61902cdb8d2bf648b27469ea69dbdcb5aed4 /components/script/dom/window.rs
parentf8e4ae60401358ac6adaa480e63c587f9f8293a2 (diff)
downloadservo-959ffad99a57f5f8f0554fed0983317577ae8290.tar.gz
servo-959ffad99a57f5f8f0554fed0983317577ae8290.zip
layout: Add support for table captions (#32657)
This adds initial support for table captions. To do this, the idea of the table wrapper becomes a bit more concrete. Even so, the wrapper is still reponsible for allocating space for the grid's border and padding, as those properties are specified on the wrapper and not grid in CSS. In order to account for this weirdness of HTML/CSS captions and grid are now laid out and placed with a negative offset in the table wrapper content rect. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/script/dom/window.rs')
0 files changed, 0 insertions, 0 deletions