Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include trailing border/padding/border-spacing in table block-size. #36887

Merged
merged 1 commit into from Nov 10, 2022

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Nov 9, 2022

Even if we know that we're going to break inside, FinishFragmentation()
needs this in order to behave correctly. All other layout algorithms
should also do this, and that's usually trivial, but it's complicated
for tables, because we don't have proper internal separation between the
table box and the table wrapper box (which is supposed to contain any
captions in addition to the table box).

Bug: 1357123
Change-Id: I1df5d3cabe540985f7539387b3ceda60ac80da2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016674
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1069659}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

Even if we know that we're going to break inside, FinishFragmentation()
needs this in order to behave correctly. All other layout algorithms
should also do this, and that's usually trivial, but it's complicated
for tables, because we don't have proper internal separation between the
table box and the table wrapper box (which is supposed to contain any
captions in addition to the table box).

Bug: 1357123
Change-Id: I1df5d3cabe540985f7539387b3ceda60ac80da2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016674
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1069659}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants