Skip to content

Commit d740b08

Browse files
committed
[css-display] Fix swapped terminology error
1 parent aab0168 commit d740b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ Appendix A: Glossary</h2>
799799
<dt><dfn>out-of-flow</dfn>
800800
<dt><dfn>in-flow</dfn>
801801
<dd>
802-
A box is <a>in-flow</a> if it is floated (via 'float')
802+
A box is <a>out-of-flow</a> if it is floated (via 'float')
803803
or absolutely-positioned (via ''absolute'' or ''position/fixed'' positioning).
804804
A box is <a>in-flow</a> if it not <a>out-of-flow</a>.
805805

0 commit comments

Comments
 (0)