[TablesNG] Widths of cells with content-box, %width inside fixed table
Cells with percentage widths have either content or border box sizing. Handling of these is very inconsistent across browsers. This implements my current beliefs, and passes most test: - table-layout: auto ignores content vs border box. - table-layout: fixed distinguishes between content and border box These widths are resolved multiple times inside table layout algorithm: - computing grid_minmax - during table width redistribution Bug: 958381 Change-Id: I93eb167aa4ab9e144d4c44734c04ddbf775ecc2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416843 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#808965}
Showing
Please register or sign in to comment