Bug 118806 - [CSS Regions] Auto-height regions don't work when the regions have left-to-right block direction
Summary: [CSS Regions] Auto-height regions don't work when the regions have left-to-ri...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 129678
  Show dependency treegraph
 
Reported: 2013-07-17 12:13 PDT by Alexandru Chiculita
Modified: 2022-07-13 09:24 PDT (History)
4 users (show)

See Also:


Attachments
Test case (2.22 KB, text/html)
2013-07-17 12:13 PDT, Alexandru Chiculita
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2013-07-17 12:13:21 PDT
Created attachment 206904 [details]
Test case

Use the attached test-case. The auto-height regions with left-to-rigtht block direction are incorrectly setting the logical-height when the flow thread is in top-to-bottom mode.
Comment 1 Alexandru Chiculita 2013-07-17 12:15:18 PDT
We should instead set the logical-width of the region when the flow has different block direction than the region. We could also ignore the writing direction of the render regions when computing the styles and avoid having such issues, but that would also affect the logical-width / logical-height CSS properties.
Comment 2 Brent Fulgham 2022-07-13 09:24:15 PDT
CSS Regions were removed in Bug 174978.