RESOLVED DUPLICATE of bug 159295 107738
[CSS Grid Layout] Handle min-content and max-content when the grid item has an orthogonal writing mode
https://bugs.webkit.org/show_bug.cgi?id=107738
Summary [CSS Grid Layout] Handle min-content and max-content when the grid item has a...
Julien Chaffraix
Reported 2013-01-23 14:36:51 PST
Currently minContentForChild and maxContentForChild have the following code: bool hasOrthogonalWritingMode = child->isHorizontalWritingMode() != isHorizontalWritingMode(); // FIXME: Properly support orthogonal writing mode. if (hasOrthogonalWritingMode) return 0; Orthogonal writing mode needs to be handled in these functions. Most importantly, we need to had writing mode coverage to min-content / max-content tests.
Attachments
Julien Chaffraix
Comment 1 2013-01-24 15:27:16 PST
Filed a general question about how to solve the question of orthogonal writing-mode on grid items as the specification is missing this part: http://lists.w3.org/Archives/Public/www-style/2013Jan/0418.html
Javier Fernandez
Comment 2 2016-07-27 23:00:23 PDT
*** This bug has been marked as a duplicate of bug 159295 ***
Note You need to log in before you can comment on or make changes to this bug.