Skip to content

Commit e80e2a6

Browse files
committed
[css-values] Tighten up allowances for ignoring calc() on internal table widths and heights to only mixed-input cases. w3c#94
1 parent 36c33f6 commit e80e2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-values/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ Computed Value</h4>
16881688
0 and thus introduce computed-time division-by-zero. -->
16891689

16901690
Given the complexities of width and height calculations on table cells and table elements,
1691-
math expressions involving percentages for widths and heights on
1691+
math expressions mixing both percentages and lengths for widths and heights on
16921692
table columns, table column groups, table rows, table row groups, and table cells
16931693
in both auto and fixed layout tables
16941694
MAY be treated as if ''width/auto'' had been specified.

0 commit comments

Comments
 (0)