Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBox builder should perform "split-inline" cleanup #124
Labels
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
importing Annsik's battery API tests from DAP DCVS repo
|
We've had {ib} splits for a long time. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a display:block box is added as a child of an inline flow, it should cause the inline to split into two inline flows. If a node corresponds to the split inline flow (it's not anonymous), then we should probably update the node's aux data to point to both inline flows, or have some sort of continuation from one flow to the next.
This should be implemented in
LayoutTreeBuilder::simplify_children_of_flow.