Files
ladybird/Libraries/LibHTML/DOM/Node.cpp
Sergey Bugaev 599edba7a3 LibHTML: Move layout tree building to Node
This also fixes another bug with inline wrappers. Namely,
we should only add inline wrappers if a block node has
both non-block (inline or text) and block children.
2019-09-28 18:29:42 +02:00

2.6 KiB