Skip to content

Commit eb91be8

Browse files
committed
[css-values-4] Ignore non-zero lengths when falling back to auto on table sizing w3c#4389 w3c#3482 w3c#94
1 parent cd7a52b commit eb91be8

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
@@ -4551,7 +4551,7 @@ Computed Value</h3>
45514551
</div>
45524552

45534553
Given the complexities of width and height calculations on table cells and table elements,
4554-
math expressions mixing both percentages and lengths for widths and heights on
4554+
math expressions mixing both percentages and non-zero lengths for widths and heights on
45554555
table columns, table column groups, table rows, table row groups, and table cells
45564556
in both auto and fixed layout tables
45574557
MUST be treated as if ''width/auto'' had been specified.

0 commit comments

Comments
 (0)