You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This module contains the features of <a href="https://www.w3.org/TR/CSS/">CSS</a> relating to the alignment of boxes within their containers in the various CSS box layout models: block layout, table layout, flex layout, and grid layout. (The alignment of text and inline-level content is defined in [[CSS-TEXT-3]] and [[CSS-INLINE-3]].)
17
17
Link Defaults: selectors-3 (dfn) first formatted line, css-flexbox-1 (dfn) flex line, css-multicol-1 (dfn) multi-column element, css-fonts-3 (dfn) first available font, css21 (property) max-width/max-height/min-width/min-height, css-writing-modes-3 (dfn) dominant baseline, css-position-3 (property) left, css-cascade-3 (value) initial
18
-
Ignored Terms: table cell, stretch
18
+
Ignored Terms: table cell, stretch, scrollable overflow region
19
19
At Risk: ''last-baseline''
20
20
</pre>
21
21
@@ -865,10 +865,10 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
865
865
866
866
If the box has non-''top/auto'' offsets in this axis,
867
867
and either 'margin' in this axis is ''margin/auto'',
868
-
an ''width/auto'''width' is treated as ''fill-available''
868
+
an ''width/auto'''width'('height', for <a>vertical writing modes</a>) is treated as ''fill-available''
869
869
and ''margin/auto'' margins are treated as zero.
870
870
(Otherwise, when 'justify-content' is not ''justify-content/normal'',
871
-
''width: auto'' is treated as ''width/fit-content''
871
+
''width: auto''(''height: auto'') is treated as ''width/fit-content''
872
872
and ''margin/auto'' margins are used for alignment
873
873
as in in-flow block-level layout.)
874
874
<tr>
@@ -985,10 +985,11 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
985
985
986
986
If the box has non-''top/auto'' offsets in this axis,
987
987
and either 'margin' in this axis is ''margin/auto'',
988
-
an ''width/auto'''height' is treated as ''fill-available''
988
+
an ''width/auto'''height' ('width', for <a>vertical writing modes</a>)
989
+
is treated as ''fill-available''
989
990
and ''margin/auto'' margins are treated as zero.
990
991
(Otherwise, when 'align-content' is not ''align-content/normal'',
991
-
''height: auto'' is treated as ''height/fit-content''
992
+
''height: auto''(''width: auto'') is treated as ''height/fit-content''
992
993
and ''margin/auto'' margins are used for alignment
0 commit comments