Files
ladybird/Userland/Libraries/LibWeb/CSS/Length.cpp
Tobias Christiansen 9c65c10245 LibWeb: Add calc() resolution to CSS::Length
This patch finally adds the actual calculation that goes into calc()
expressions. When the resolution of a Length that is a calculated value
the parsed CalculatedStyleValue gets traversed and appropriate values
get calculated.
2021-07-24 03:02:07 +04:30

7.7 KiB