$numCol: 10 //number of columns
$x1: 100%/$numCol*1
$x2: 100%/$numCol*2
$x5: 100%/$numCol*5
- Firefox does not support
width: calc()
on table cells.- Firefox <48 does not support
calc()
inside theline-height
,stroke-width
,stroke-dashoffset
, andstroke-dasharray
properties.- Firefox does not support
calc()
on color functions. Example:color: hsl(calc(60 * 2), 100%, 50%)
.
Note: Math expressions involving percentages for widths and heights on table columns, table column groups, table rows, table row groups, and table cells in both auto and fixed layout tables may be treated as if auto had been specified.