ladybird/Libraries/LibHTML/DOM
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
..
Document.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Document.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Element.cpp LibHTML: Make some use of Vector::empend(). 2019-08-01 16:50:15 +02:00
Element.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Node.cpp LibHTML: Move layout tree building to Node 2019-09-28 18:29:42 +02:00
Node.h LibHTML: Move layout tree building to Node 2019-09-28 18:29:42 +02:00
ParentNode.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
ParentNode.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Text.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Text.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00