Re: [css3-flexbox] handling whitespace between items in a flexbox

On 04/18/2012 12:20 AM, Alex Mogilevsky wrote:
> In this case
>  
>  <div style="display: flexbox">
>    <img>
>    x
>    <img>
>  </div>
> 
> Are there any spaces in the anonymous block "x"?
> 
> I don't think there should be, then the text should also say "leading and trailing whitespace of anonymous flexbox items is collapsed".

BTW: Brad Kemper asked a similar question earlier in this thread[1].
(My response[2] to him was similar to Boris's response[3] to your
question above.)

~Daniel

[1] http://lists.w3.org/Archives/Public/www-style/2012Apr/0192.html
[2] http://lists.w3.org/Archives/Public/www-style/2012Apr/0194.html
[3] http://lists.w3.org/Archives/Public/www-style/2012Apr/0456.html

Received on Wednesday, 18 April 2012 19:26:29 UTC