DescriptionModifying shouldScaleColumns for proper scaling of nested table columns.
For scenarios where the containing table width is of percent or fixed type, but with width specified as either 0px or 0%, scaling of the nested or inner table columns is still allowed. Also, if the containing table was floated or positioned, we would still allow scaling of the nested table's columns.
We should consider a specified width value of either 0px or 0%, similar in behavior to an auto width and disallow the scaling of nested columns for that case.
Similarly, if the containing table is either floated or positioned, we should again disallow the scaling of its nested table's columns.
R=jchaffraix@chromium.org
BUG=244182
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|