Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Box builder should perform "split-inline" cleanup #124

Closed
burg opened this issue Oct 15, 2012 · 1 comment
Closed

Box builder should perform "split-inline" cleanup #124

burg opened this issue Oct 15, 2012 · 1 comment

Comments

@burg
Copy link

@burg burg commented Oct 15, 2012

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.

ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
importing Annsik's battery API tests from DAP DCVS repo
@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Sep 16, 2016

We've had {ib} splits for a long time. Closing.

@pcwalton pcwalton closed this Sep 16, 2016
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.