@@ -22,6 +22,9 @@ At Risk: ''[ first | last ]? baseline'', the <<overflow-position>> keywords, the
2222
2323<pre class=link-defaults>
2424spec:css-overflow-3; type:dfn; text:scroll container
25+ spec:css22; type:property; text:vertical-align
26+ spec:css-inline-3; type:property; text:dominant-baseline
27+ spec:css-inline-3; type:property; text:alignment-baseline
2528</pre>
2629
2730<style>
@@ -688,7 +691,7 @@ Details per Layout Mode {#distribution-details}
688691 <tr>
689692 <th> ''justify-content/normal'' Behavior
690693 <td>
691- ''justify-content/normal'' behaves as ''stretch'' ;
694+ ''justify-content/normal'' behaves as ''justify-content/ stretch'' ;
692695 both are defined as described in the column-sizing rules
693696 of [[!CSS3-MULTICOL]] .
694697
@@ -757,7 +760,7 @@ Details per Layout Mode {#distribution-details}
757760 <tr>
758761 <th> ''justify-content/normal'' Behavior
759762 <td>
760- ''justify-content/normal'' generally behaves as ''stretch'' ,
763+ ''justify-content/normal'' generally behaves as ''justify-content/ stretch'' ,
761764 except that items with an intrinsic ratio maintain that ratio.
762765 </table>
763766
@@ -991,7 +994,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
991994
992995 If the box has non-''top/auto'' offsets in this axis,
993996 and either 'margin' in this axis is ''margin/auto'' ,
994- an ''width/auto'' 'width' ('height' , for <a>vertical writing modes</a> ) is treated as ''stretch''
997+ an ''width/auto'' 'width' ('height' , for <a>vertical writing modes</a> ) is treated as ''width/ stretch''
995998 and ''margin/auto'' margins are treated as zero.
996999 (Otherwise, when 'justify-self' is not ''justify-self/normal'' ,
9971000 ''width: auto'' (''height: auto'' ) is treated as ''width/fit-content''
@@ -1138,8 +1141,8 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
11381141
11391142 If the box has non-''top/auto'' offsets in this axis,
11401143 and either 'margin' in this axis is ''margin/auto'' ,
1141- an ''width /auto'' 'height' ('width' , for <a>vertical writing modes</a> )
1142- is treated as ''stretch''
1144+ an ''height /auto'' 'height' ('width' , for <a>vertical writing modes</a> )
1145+ is treated as ''height/ stretch''
11431146 and ''margin/auto'' margins are treated as zero.
11441147 (Otherwise, when 'align-self' is not ''align-self/normal'' ,
11451148 ''height: auto'' (''width: auto'' ) is treated as ''height/fit-content''
0 commit comments