Files
ladybird/Userland/Libraries/LibWeb/Layout/GridFormattingContext.cpp
Aliaksandr Kalenik 09ef2c14e9 LibWeb: Use code to size spanning tracks for non-spanning tracks in GFC
Since the specifications indicate that the algorithm for sizing tracks
without any spanning items is a simplified version of the more general
algorithm used for sizing tracks with spanning items, we can reuse the
code to size both cases.
2023-05-21 11:59:19 +02:00

95 KiB