We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feaed4f commit c2f0965Copy full SHA for c2f0965
1 file changed
css-display/Overview.bs
@@ -979,7 +979,7 @@ Appendix A: Glossary</h2>
979
<dd>
980
A box is <a>out-of-flow</a> if it is floated (via 'float')
981
or absolutely-positioned (via ''absolute'' or ''position/fixed'' positioning).
982
- A box is <a>in-flow</a> if it not <a>out-of-flow</a>.
+ A box is <a>in-flow</a> if it is not <a>out-of-flow</a>.
983
984
Note: some formatting contexts inhibit floating,
985
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a>.
0 commit comments