Files
ladybird/Userland/Libraries/LibWeb
Linus Groh 26fc01eecb LibWeb/CSS: Fix incorrect calc(<percentage> - <value>) computations
When swapping both values to perform the actual calculation, we need to
consider that `A + B == B + A`, but `A - B != B - A`, so turn it into
`-B + A`.

Co-Authored-By: Sam Atkins <atkinssj@serenityos.org>
2022-06-30 12:11:57 +01:00
..
2022-06-29 21:21:50 +01:00
2022-04-11 21:10:08 +02:00
2022-06-27 22:53:04 +01:00
2022-06-27 22:53:04 +01:00