Skip to content

Commit 9f72951

Browse files
committed
[css-grid] 'size like a block-level box' is ambiguous; just say 'like a block box'.
1 parent 6492c41 commit 9f72951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Sizing Grid Containers</h3>
622622
A <a>grid container</a> is sized
623623
using the rules of the formatting context in which it participates.
624624
As a block-level box in a <a>block formatting context</a>,
625-
it is sized like any other block-level box that establishes a formatting context,
625+
it is sized like a block box that establishes a formatting context,
626626
with an ''auto'' inline size calculated as for in-flow block boxes.
627627
As an inline-level box in an inline formatting context,
628628
it is sized as an atomic inline-level box (such as an inline-block).

0 commit comments

Comments
 (0)