Files
serenity/Userland/Libraries/LibWeb/Layout/TableFormattingContext.cpp
Aliaksandr Kalenik a23a2061a8 LibWeb: Save layout mode inside formatting context object
FormattingContext::run() does not allow reentrancy, so it's safe to
save and access layout mode from FC object. This avoids need to drill it
through methods of a formatting context and makes it clear that this
value could never be changed after FC construction.

(cherry picked from commit 90b8bfc04ce47a555e8426e82a82003c518063d7)
2024-11-23 20:41:57 -05:00

98 KiB