Skip to content

Commit a79f539

Browse files
committed
[css-display-3] Define root element term and display type. #7786 #6480 #7207
1 parent 9be09c9 commit a79f539

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

css-display-3/Overview.bs

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,13 @@ Automatic Box Type Transformations
861861
862862
863863

864-
The root element’s display type is always blockified.
864+

865+
The Root Element’s Principal Box
866+
867+
The [=root element=]’s display type is always blockified,
868+
and its [=principal box=] always establishes an [=independent formatting context=].
869+
This box’s [=containing block=] is the [=initial containing block=].
870+
865871
Additionally, a 'display' of ''display/contents'' computes to ''block'' on the root element.
866872

867873
commit comments
Comments
 (0)