RE: [css3-flexbox] flexbox questions

> -----Original Message-----
> From: Brad Kemper [mailto:brad.kemper@gmail.com]
> Sent: Wednesday, May 26, 2010 9:54 PM
> 
> So, 'text-align:end' would not necessarily align the text with the end of the
> lines of text, if those lines appeared within a flexbox child of a 'pack:end'
> flexbox? Or at if they did, that might not have any relation to where the the
> edge used to pack against, even though it has the same value and no further
> reversal separates them? That doesn't seem like the right thing to do.
> 
> (I think I said that right.)
> 

It would of course simplify the design if textbox direction would simply use text direction. There is a precedent - table column direction switches from LTR to RTL with text direction. And table columns become horizontal in vertical flow.

It seems however that flexbox is meant to be used for special arrangement which has nothing to do with language. Although any use case can be achieved by setting different flow directions on flexbox and content inside flexbox, it somehow doesn't feel right to reuse text direction for box direction, especially when it is expected to be different very often.

Received on Tuesday, 1 June 2010 18:56:16 UTC