Skip to content

Commit 64feac9

Browse files
committed
added text about calc() inside tables
1 parent c0147b7 commit 64feac9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css3-values/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,13 @@ <h4>The 'calc', 'min' and 'max' functions</h4>
574574
return: the type of the left side
575575
</ol>
576576

577+
<p>Given the complexities of 'width' and 'height' on table cells and
578+
table elements, calc() expressions for 'width' and 'height' on table
579+
columns, table column groups, table rows, table row groups, and
580+
table cells in both auto and fixed layout tables are treated as if
581+
'auto' had been specified.
582+
583+
577584

578585
<h3>&lt;string&gt;</h3>
579586

0 commit comments

Comments
 (0)