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 upAbsolute elements in the dom tree break InlineFlow collapsing. #2474
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following html:
The flow tree is:
In this case, the block is absolutely positioned, so it is taken out of the flow. In FF, the two spans are then collapsed into a single inline flow, and the lower and upper case characters are joined together. However, in Servo they are not collapsed.