We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4787b9 commit c2d98a3Copy full SHA for c2d98a3
css-display-3/Overview.bs
@@ -1029,6 +1029,14 @@ Appendix A: Glossary</h2>
1029
1030
Note: some formatting contexts inhibit floating,
1031
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a>.
1032
+
1033
+ <dt><dfn>document order</dfn>
1034
+ <dd>
1035
+ The order in which boxes or content occurs in the document
1036
+ (which can be different from the order in which it appears for rendering).
1037
+ For the purpose of determining the relative order of pseudo-elements,
1038
+ the box-tree order is used,
1039
+ see [[css-pseudo-4#treelike]].
1040
</dl>
1041
1042
See [[!CSS2]] <a href="https://www.w3.org/TR/CSS2/visuren.html">Chapter 9</a> for a fuller definition of these terms.
0 commit comments