Bug 118806

Summary: [CSS Regions] Auto-height regions don't work when the regions have left-to-right block direction
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, mibalan, mihnea, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 129678    
Attachments:
Description Flags
Test case none

Alexandru Chiculita
Reported 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.
Attachments
Test case (2.22 KB, text/html)
2013-07-17 12:13 PDT, Alexandru Chiculita
no flags
Alexandru Chiculita
Comment 1 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.
Brent Fulgham
Comment 2 2022-07-13 09:24:15 PDT
CSS Regions were removed in Bug 174978.
Note You need to log in before you can comment on or make changes to this bug.