forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LayoutNG] Implement inline margins for atomic inline boxes
This patch implements inline margins for atomic inline boxes. Inline margins for non-replaced inline boxes is not included and will be in following patches. Also changes not to generate OpenTag/CloseTag NGInlineItem for atomic inline boxes. Atomic inlines use their margin boxes for inline layout purposes, while non-replaced inline boxes has different characteristics. Not generating OpenTag/CloseTag helps single code to handle both cases. BUG=636993,723135 Review-Url: https://codereview.chromium.org/2883213003 Cr-Commit-Position: refs/heads/master@{#472478}
- Loading branch information
Showing
5 changed files
with
72 additions
and
50 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
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