We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2362f05 commit f4f6437Copy full SHA for f4f6437
css-flexbox-1/Overview.bs
@@ -613,9 +613,9 @@ Flex Items</h2>
613
614
Each in-flow child of a <a>flex container</a>
615
becomes a <a>flex item</a>,
616
- and each contiguous sequence of child <a>text sequences</a>
+ and each child <a>text sequence</a>
617
is wrapped in an <a>anonymous</a> <a>block container</a> <a>flex item</a>.
618
- However, if the entire sequence of child <a>text sequences</a> contains only
+ However, if the entire <a>text sequences</a> contains only
619
[=document white space characters=]
620
(i.e. characters that can be affected by the 'white-space' property)
621
it is instead not rendered (just as if its <a>text nodes</a> were ''display:none'').
0 commit comments