diff --git a/css-grid-1/Overview.bs b/css-grid-1/Overview.bs index 9e2e8780080..7f03cb2d5d4 100644 --- a/css-grid-1/Overview.bs +++ b/css-grid-1/Overview.bs @@ -986,9 +986,9 @@ Grid Items Each in-flow child of a grid container becomes a grid item, - and each contiguous sequence of child text runs - is wrapped in an anonymous block container grid item. - However, if the entire sequence of child text runs contains only + and each contiguous sequence of child text runs + is wrapped in an anonymous block container grid item. + However, if the entire sequence of child text runs contains only white space (i.e. characters that can be affected by the 'white-space' property) it is instead not rendered (just as if its text nodes were ''display:none'').