github web-platform-tests/wpt merge_pr_48052

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
6 months ago

Fix reordering of table-header-group and table-footer-group

We weren't moving a table-header-group to the front if it was the first
row group. However, there might still be preceding rows that don't
belong to any row group.

And similarly, we weren't moving a table-footer-group to the end if it
was the last row group. However, there might still be following rows
that don't belong to any row group.

This patch fixes the logic, and enables existing tests from Microsoft
that were missing a reference.

Signed-off-by: Oriol Brufau obrufau@igalia.com
Co-authored-by: Martin Robinson mrobinson@igalia.com

Don't miss a new wpt release

NewReleases is sending notifications on new releases.