From d200cbf5e26536ce3772708bca6d6e9df8edb541 Mon Sep 17 00:00:00 2001 From: Xiaocheng Hu Date: Mon, 30 Sep 2019 14:29:23 -0700 Subject: [PATCH] [css-values] Change MAY into MUST regarding calc() on table #94 has made a resolution that certain `calc()` mixing both lengths and percentages MUST be treated as `auto` instead of MAY. Updating spec accordingly. --- css-values-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index b20461a6fe4..db7dc9f07a6 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -3333,7 +3333,7 @@ Computed Value math expressions mixing both percentages and lengths for widths and heights on table columns, table column groups, table rows, table row groups, and table cells in both auto and fixed layout tables - MAY be treated as if ''width/auto'' had been specified. + MUST be treated as if ''width/auto'' had been specified.