Skip to content

Commit d200cbf

Browse files
authored
[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.
1 parent 1f8d5b0 commit d200cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3333,7 +3333,7 @@ Computed Value</h3>
33333333
math expressions mixing both percentages and lengths for widths and heights on
33343334
table columns, table column groups, table rows, table row groups, and table cells
33353335
in both auto and fixed layout tables
3336-
MAY be treated as if ''width/auto'' had been specified.
3336+
MUST be treated as if ''width/auto'' had been specified.
33373337

33383338

33393339
<h3 id='calc-range'>

0 commit comments

Comments
 (0)