I18N-ISSUE-163: Flexbox specification needs examples using different writing modes [CSS3-flexbox]

I18N-ISSUE-163: Flexbox specification needs examples using different writing modes [CSS3-flexbox]

http://www.w3.org/International/track/issues/163

Raised by: Norbert Lindenberg
On product: CSS3-flexbox

The biggest internationalization issue in the Flexbox specification appears to be handling of the different writing directions used for different languages. The specification is clearly designed to support this; directions are specified abstractly in terms of the start and end, before and after directions of the current writing mode. I didn't see any issues with this in the normative text.

The examples, however, all seem to assume a left-to-right lines, top-to-bottom blocks writing mode. Since many readers won't be familiar with other writing modes, it would be helpful to have some examples showing the effect of given settings in other writing modes. In particular, example 5 should show the rendering of content with the different flex-flow settings at least with top-to-bottom lines, right-to-left blocks, maybe also in right-to-left lines, top-to-bottom blocks mode. Comments should be phrased first in abstract terms, as in the comment for the second code snippet in that example, not in concrete terms, as in the third code snippet. Example 12 should be changed to not equate "vertical flex container" with "flex-flow: column".

Received on Wednesday, 11 July 2012 21:30:46 UTC