Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -986,9 +986,9 @@ Grid Items</h2>

Each in-flow child of a <a>grid container</a>
becomes a <a>grid item</a>,
and each contiguous sequence of child <a>text runs</a>
is wrapped in an <a>anonymous</a> <a>block container</a> <a>grid item</a>.
However, if the entire sequence of child <a>text runs</a> contains only
and each contiguous sequence of child <a href="https://www.w3.org/TR/css-display-3/#css-text-run">text runs</a>
is wrapped in an <a href="https://www.w3.org/TR/css-display-3/#css-anonymous">anonymous</a> <a>block container</a> <a>grid item</a>.
However, if the entire sequence of child <a href="https://www.w3.org/TR/css-display-3/#css-text-run">text runs</a> contains only
<a href="https://www.w3.org/TR/CSS2/text.html#white-space-prop">white space</a>
(i.e. characters that can be affected by the 'white-space' property)
it is instead not rendered (just as if its <a>text nodes</a> were ''display:none'').
Expand Down