-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc. inline box layout fixes (#207)
See individual commits: - Fix whitespace collapsing when first item in a span is an inline box - `<p><img src="..." /> label</p>` *should* have a space between the image and "label". - Fix wrapping when layout contains only inline boxes - Test case for layout with only inline boxes - Prevent inline boxes from being duplicated when the line ends with an inline box. - Fix trailing whitespace computation: - If the last item on a line is an inline box, then it does not have any trailing whitespace. --------- Signed-off-by: Nico Burns <[email protected]>
- Loading branch information
Showing
5 changed files
with
55 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.