diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-07-26 20:17:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 20:17:02 -0500 |
commit | b374582e232c0d564e8f71126f81d85ea46e0f9b (patch) | |
tree | c72c99d6433942ef9abcc636d747c003a39797c3 /components/script/dom/htmlhtmlelement.rs | |
parent | 78e9b84a8b3400031cd13ec3ed4bc104dbcdd6e6 (diff) | |
parent | b1debc40be99a544d03b69c0ec9947b942767aea (diff) | |
download | servo-b374582e232c0d564e8f71126f81d85ea46e0f9b.tar.gz servo-b374582e232c0d564e8f71126f81d85ea46e0f9b.zip |
Auto merge of #12593 - adamncasey:table-row-cell-height, r=pcwalton
Fix table vertical alignment (middle, bottom)
<!-- Please describe your changes on the following line: -->
Fixes table cell vertical alignment (middle, bottom, not yet baseline) when the row contains cells of differing heights.
Moved the work done earlier by @notriddle into a separate public function on TableCellFlow. This function is then called by TableRowFlow once the cell's block size has been calculator.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #12531 (github issue number if applicable).
<!-- Either: -->
- [X] There are tests for these changes
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12593)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmlhtmlelement.rs')
0 files changed, 0 insertions, 0 deletions