Files
ladybird/Userland/Libraries/LibWeb/Layout/TreeBuilder.cpp
Aliaksandr Kalenik 0e8a0a8191 LibWeb: Add support for "display: contents"
This change makes tree builder omit elements with "display: contents"
from the layout tree during construction. Their child elements are
instead directly appended to the parent element in layout tree.
2023-07-28 05:29:43 +02:00

27 KiB