Skip to content

Conversation

pauloamed
Copy link
Contributor

No description provided.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR contains miscellaneous fixes and improvements to table layout handling in preparation for future border-collapse and box-sizing fixes. It restructures table test markup and improves code organization in the table layout implementation.

  • Refactors table test markup to use proper div elements instead of self-closing tags
  • Extracts paint-related border and outline building functions for better modularity
  • Improves table layout code organization with renamed helper structures and exposed utility functions

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/css/display-table.xhtml Restructures table cell markup to use proper div elements with closing tags and adds new padding resolution test
src/vaev-engine/layout/table.cpp Improves code organization by renaming helper structures and fixing table cell layout context
src/vaev-engine/layout/paint.cpp Extracts border and outline building logic into standalone functions for better modularity
src/vaev-engine/layout/layout.cpp Exposes previously private utility functions for broader use across the codebase
src/vaev-engine/layout/layout-impl.cpp Updates function calls to use newly exposed public functions

@sleepy-monax sleepy-monax merged commit d395b56 into main Sep 10, 2025
4 checks passed
@pauloamed pauloamed deleted the palm/misc-n-fixes-1 branch September 10, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants