Skip to content

Commit 49d08f2

Browse files
committed
[css-grid] 'in-flow' is too specific, doesn't handle floats correctly. Intended term is probably non-replaced. Fixes #1734.
1 parent efc9c7d commit 49d08f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ Sizing Grid Containers</h3>
893893
<li>
894894
As a block-level box in a <a>block formatting context</a>,
895895
it is sized like a block box that establishes a formatting context,
896-
with an ''auto'' <a>inline size</a> calculated as for in-flow block boxes.
896+
with an ''auto'' <a>inline size</a> calculated as for non-replaced block boxes.
897897
<li>
898898
As an inline-level box in an <a>inline formatting context</a>,
899899
it is sized as an atomic inline-level box (such as an inline-block).

0 commit comments

Comments
 (0)