From 6a499af0bafef1d4a5e5d12bf780c058e7abd12d Mon Sep 17 00:00:00 2001 From: Dmitry Statsenko Date: Thu, 1 Aug 2024 15:16:30 +0300 Subject: [PATCH] [css-tables-3] Fix misprint --- css-tables-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-tables-3/Overview.bs b/css-tables-3/Overview.bs index a7d24fb9402..bf41250e5bb 100644 --- a/css-tables-3/Overview.bs +++ b/css-tables-3/Overview.bs @@ -932,7 +932,7 @@ spec:css-sizing-3; type:property; text:box-sizing
  • All css properties of table-column and table-column-group boxes are ignored, except when explicitly specified by this specification. -
  • The 'margin', 'padding', 'overflow' and 'z-index' of table-track and table-track-group are ignored. +
  • The 'margin', 'padding', 'overflow' and 'z-index' of table-track and table-track-group boxes are ignored.
  • The 'margin' of table-cell boxes is ignored (as if it was set to 0px).