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 upInline border does not enclose inline-block #7681
Comments
notriddle
commented
Sep 18, 2015
|
|
|
I think this code is supposed to draw the border when building the display list for |
|
Are you sure about that? As a reminder, |
|
Oh yes, I misunderstood what that code was doing. |
|
I pretty much understand what the problem is: the inner block flow isn't drawing a border, because there's nothing that would make it do so, and the fragment isn't drawing a border because it's not a primary fragment. If I remove the |
Whitespace stripping should not result in a dangling, open border. No open issue (found it while working on #7681). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10419) <!-- Reviewable:end -->
|
This is still true. |
