ASSIGNED 46418
Make flexible boxes work with vertical text.
https://bugs.webkit.org/show_bug.cgi?id=46418
Summary Make flexible boxes work with vertical text.
Dave Hyatt
Reported 2010-09-23 15:26:23 PDT
Make flexible boxes work with vertical text.
Attachments
Dave Hyatt
Comment 1 2010-09-23 19:21:55 PDT
https://bugs.webkit.org/show_bug.cgi?id=46442... have to remove that code for flexible boxes eventually.... once we know how flexible boxes are supposed to work...
Adele Peterson
Comment 2 2010-10-29 15:14:38 PDT
Ryan Reno
Comment 4 2022-08-18 17:58:56 PDT
I took a shot at this. RenderDeprecatedFlexibleBox is actually quite simple. To determine whether or not to do vertical or horizontal layout it just checks if the box has BoxOrient::Horizontal or not. I tried using RenderObject::isHorizontalWritingMode to make that check for vertical or horizontal flow more similar to other standardized Renderers. However, it looks like the RenderObject bitfields are being set to horizontal writing mode no matter what CSS writing-mode value is specified. So it's going to be slightly less easy than I initially thought.
Note You need to log in before you can comment on or make changes to this bug.