mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 19:50:59 +00:00
LayoutBlock::inline_wrapper() is supposed to return an inline wrapper, a special anonymous block element intended to wrap inline children of a block element that also has block children. Add a check for whether the existing block child element is anonymous (refers to a DOM node), and if it's not create a new anonymous wrapper. |
||
|---|---|---|
| .. | ||
| ComputedStyle.cpp | ||
| ComputedStyle.h | ||
| LayoutBlock.cpp | ||
| LayoutBlock.h | ||
| LayoutDocument.cpp | ||
| LayoutDocument.h | ||
| LayoutInline.cpp | ||
| LayoutInline.h | ||
| LayoutNode.cpp | ||
| LayoutNode.h | ||
| LayoutText.cpp | ||
| LayoutText.h | ||