[css-flexbox] alignment of abs-pos flex descendants

Section 4.1, Example 3 ends with the following statement: 

"Setting 'justify-content:center' on the flex container, however, would center it in the main axis."

This appears confusing for two reasons:
1. The behavior makes sense only in cases when the flexbox itself is the abs-pos containing block. If the containing block is some distant ancestor alignment will not be appropriate.
2. Defining the behavior of positioning/sizing abs-pos elements based on alignment inside flexbox spec seems like the wrong place. Defining the static position only is fine but not the rest of the layout which this sentence implies.

I propose we make the behavior applicable only in cases when the flexbox is the containing block. Also, consider moving the definition of alignment and abs-pos elements to the positioning draft.

Rossen

Received on Wednesday, 7 May 2014 16:56:34 UTC