ladybird/Libraries/LibWeb/Editing/Internal
Andreas Kling eb2200e33d LibWeb: Resolve editing background colors without layout
removeFormat computes effective command values for nodes in the active
selection. Hidden editable elements can be selected without having a
styled layout node, but background-color resolution only needs an
element color context.

Use the element color context instead of requiring
Layout::NodeWithStyle. Add reduced crash coverage for removeFormat with
a hidden button.
2026-06-08 01:04:08 +02:00
..
Algorithms.cpp LibWeb: Resolve editing background colors without layout 2026-06-08 01:04:08 +02:00
Algorithms.h LibGC: Default-construct ConservativeVector from the global heap 2026-05-20 20:37:55 +02:00