Files
ladybird/Userland/Libraries/LibWeb/CSS/Length.cpp
Andreas Kling df8a96ee00 LibWeb: Add a way to resolve calc() values without a layout node
Instead of a layout node, you can pass a new Length::ResolutionContext
struct which contains everything needed to resolve calc() lengths.
2023-06-02 20:03:28 +02:00

13 KiB