Skip to content

Commit bce28d9

Browse files
committed
[css-display-3] Bind typically to single rather than principal. #3157
1 parent f51c9f4 commit bce28d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-display-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Introduction</h2>
7373
Then, for each [=CSS/element=],
7474
CSS generates zero or more <a>boxes</a>
7575
as specified by that element's 'display' property.
76-
Typically, an element generates a single <a>principal box</a>,
76+
Typically, an element generates a single <a>box</a>,
77+
the <a>principal box</a>,
7778
which represents itself and contains its contents in the <a>box tree</a>.
7879
However, some 'display' values
7980
(e.g. ''display: list-item'')

0 commit comments

Comments
 (0)