WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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
<
rdar://problem/8612059
>
Tim Nguyen (:ntim)
Comment 3
2022-04-03 23:37:27 PDT
Relevant WPT:
https://wpt.fyi/results/css/css-flexbox/webkit-box-vertical-writing-mode.html?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&q=css%2Fcss-flexbox%2Fwebkit-box-vertical-writing-mode.html
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.
Top of Page
Format For Printing
XML
Clone This Bug