Re: [css3-flexbox] handling whitespace between items in a flexbox (with interesting values of "white-space" property

On 03/26/2012 05:34 PM, Daniel Holbert wrote:
> DISCUSSION/JUSTIFICATION:
> The first group of values (normal/nowrap/preline) all have definitions
> that begin...
> {{
>    "This value prevents user agents from collapsing sequences of white
> space"
> }}[3]
> ...while the second group of values (pre/pre-wrap) all have descriptions
> that begin...
> {{
>   "This value prevents user agents from collapsing sequences of white
> space."
> }}[3]

Gah, sorry, copy-paste fail -- I pasted the same quote twice there.

The first quote there (for normal/nowrap/pre-line) should have said:
{{
  "This value directs user agents to collapse sequences of white space"
}}

~Daniel

Received on Tuesday, 27 March 2012 00:54:22 UTC