Re: [css3-flexbox] Flexbox needs to define where the baseline of a box is

On Fri, Feb 18, 2011 at 1:46 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> On 2/18/11 4:29 PM, Tab Atkins Jr. wrote:
>>
>> I need more grounding on exactly what the whitespace trimming rules
>> are.  I know we magically get rid of "non-significant whitespace";
>> where is that defined?
>
> http://www.w3.org/TR/CSS21/text.html#white-space-model

Hm, okay.

So, rules 1-4 of the first numbered list will collapse any whitespace
into a single space, as I expected.

I suspect you intend that rule 4.2 would remove that final space,
assuming there is a space before the inline flexbox.  Given that these
rules are defined over elements, and so no anonymous box creation has
happened yet, that makes sense.

Am I understanding correctly?

~TJ

Received on Friday, 18 February 2011 22:39:18 UTC