mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-26 10:24:50 +00:00
According to table fixup algorithm: https://www.w3.org/TR/css-tables-3/#fixup-algorithm around every table-root should be generated anonymous box wrapper. Also this patch implements important part of CSS 2.2 spec that is currently not present in CSS Tables 3 spec draft: https://www.w3.org/TR/CSS22/tables.html#model that portion of computed properties should be moved from table-root to table wrapper box. Without having this part implemented height of absolutely positioned table with `height: auto` won't be computed correctly.
29 KiB
29 KiB