Bug 107738

Summary: [CSS Grid Layout] Handle min-content and max-content when the grid item has an orthogonal writing mode
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jfernandez, ojan, tony, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 103311    

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.