Skip to content

Commit 1f2c366

Browse files
committed
[css-inline-3] Don't export inline formatting context until later. Fixes #5209
1 parent ba39444 commit 1f2c366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Inline Layout Model</h2>
8585

8686
In <dfn>inline layout</dfn>,
8787
a mixed, recursive stream of text and [=inline-level boxes=]
88-
forming an <dfn export>inline formatting context</dfn> within a [=block container=]
88+
forming an <dfn>inline formatting context</dfn> within a [=block container=]
8989
are laid out by [=fragmenting=] them into a stack of [=line boxes=],
9090
and aligning the text and boxes to each other within each [=line box=].
9191

0 commit comments

Comments
 (0)