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 upScan inline flow's box list to form lineboxes #100
Closed
Comments
|
Fixed! (for now) |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Add a test for indexed properties on Navigator.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dummy line breaking behavior right now is to place each box of an
InlineFlowon a separate line.This should instead use the available width to line up boxes (and possibly split TextBox boxes).
On the final bottom-up pass, line box members should have their y-offset set, based on child heights and linebox positioning.