Skip to content

Commit c2d98a3

Browse files
committed
[css-display-3] Define “document order” since we use it in many places assuming it has a definition.
1 parent e4787b9 commit c2d98a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css-display-3/Overview.bs

+8
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,14 @@ Appendix A: Glossary</h2>
10291029

10301030
Note: some formatting contexts inhibit floating,
10311031
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]].
10321040
</dl>
10331041

10341042
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

Comments
 (0)