This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16855 - flexbox must not assume child writing mode is same or parallel
Summary: flexbox must not assume child writing mode is same or parallel
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Flexbox (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Tab Atkins Jr.
QA Contact: public-css-bugzilla
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 15:35 UTC by Alex Mogilevsky
Modified: 2012-09-27 23:28 UTC (History)
2 users (show)

See Also:


Attachments

Description Alex Mogilevsky 2012-04-25 15:35:41 UTC
Review and fix flexbox spec for any assumptions about child writing mode.

For example, column-direction flexbox should be able to handle baseline alignment if children have baselines in block direction.

Pagination algorithm should only apply if fragmenter direction is parallel to flexbox.
Comment 1 Tab Atkins Jr. 2012-04-25 16:02:42 UTC
Fixed for the layout algorithm.  I still need to check the pagination algorithm.
Comment 2 Tab Atkins Jr. 2012-05-09 22:49:54 UTC
Fixed!