1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 10:24:59 +00:00
serenity/Libraries/LibHTML/Layout
Sergey Bugaev 756bdb2a42 LibHTML: Fix moving inline elements to unrelated block elements
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.
2019-09-28 18:29:42 +02:00
..
ComputedStyle.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
ComputedStyle.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
LayoutBlock.cpp LibHTML: Fix moving inline elements to unrelated block elements 2019-09-28 18:29:42 +02:00
LayoutBlock.h LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutDocument.cpp LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutDocument.h LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutInline.cpp LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutInline.h LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutNode.cpp LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutNode.h LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutText.cpp LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00
LayoutText.h LibHTML: Get rid of the style tree 2019-09-28 18:29:42 +02:00