We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab0168 commit d740b08Copy full SHA for d740b08
1 file changed
css-display/Overview.bs
@@ -799,7 +799,7 @@ Appendix A: Glossary</h2>
799
<dt><dfn>out-of-flow</dfn>
800
<dt><dfn>in-flow</dfn>
801
<dd>
802
- A box is <a>in-flow</a> if it is floated (via 'float')
+ A box is <a>out-of-flow</a> if it is floated (via 'float')
803
or absolutely-positioned (via ''absolute'' or ''position/fixed'' positioning).
804
A box is <a>in-flow</a> if it not <a>out-of-flow</a>.
805
0 commit comments