Support calc
expressions in more CSS properties.
#980
Labels
Language support
Related to unsupported features in HTML/CSS/ARIA
calc
expressions in more CSS properties.
#980
Back when
calc
support was introduced in #376 we only added support for in infont-size
.Other properties also need to accept
calc
values (anything accepting numbers should accept validcalc
…) Doing it on a case-by-case basis (like forfont-size
) doesn't sound like a good idea (but can be a quick fix for some bugs).We should investigate how to get a more generic method to parse and compute
calc
expression in properties that accept numbers.The text was updated successfully, but these errors were encountered: