[Webkit-unassigned] [Bug 46418] Make flexible boxes work with vertical text.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 17:58:56 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=46418

Ryan Reno <rreno at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rreno at apple.com

--- Comment #4 from Ryan Reno <rreno at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220819/6befd7ca/attachment-0001.htm>


More information about the webkit-unassigned mailing list