[csswg-drafts] [css-tables-3] missing right parenthesis

axinging has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-tables-3] missing right parenthesis  ==
[outer max-content 
width](https://drafts.csswg.org/css-tables-3/#computing-cell-measures),
 it states: 

The outer max-content width of a table cell in a non-constrained 
column is max(min-width, width, min-content width, min(max-width, 
max-content width) adjusted by the cell intrinsic offsets.

Should it be:
The outer max-content width of a table cell in a non-constrained 
column is max(min-width, width, min-content width, min(max-width, 
max-content width)) adjusted by the cell intrinsic offsets.



Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/804 using your GitHub 
account

Received on Wednesday, 14 December 2016 08:00:14 UTC