Skip to content

Commit f7ff606

Browse files
committed
[css-display] Be a little looser about what counts as abspos, because css-lists defines as out-of-flow. Fixes #1458
1 parent 4514b3e commit f7ff606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ Appendix A: Glossary</h2>
996996
<dt><dfn>in-flow</dfn>
997997
<dd>
998998
A box is <a>out-of-flow</a> if it is floated (via 'float')
999-
or absolutely-positioned (via ''absolute'' or ''position/fixed'' positioning).
999+
or absolutely-positioned (via 'position').
10001000
A box is <a>in-flow</a> if it is not <a>out-of-flow</a>.
10011001

10021002
Note: some formatting contexts inhibit floating,

0 commit comments

Comments
 (0)