Skip to content

Commit a25aba8

Browse files
committed
[css-align-3] Correct some details about auto inset values. w3c#1432
1 parent 829a074 commit a25aba8

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

css-align-3/Overview.bs

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,13 +1415,14 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
14151415
to fill their containing block
14161416
just as non-replaced ones do.
14171417

1418-
If either inset property in this dimension is ''top/auto'',
1419-
'justify-self' has no effect.
1420-
(If only one inset property is ''top/auto'',
1421-
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2 section 10.3.7</a> determine its size and position;
1422-
if both are ''top/auto'',
1418+
Note: If only one inset property is ''top/auto'',
1419+
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2 section 10.3.7</a>
1420+
fully determine its size and position,
1421+
and 'justify-self' has no effect.
1422+
(If both are ''top/auto'',
14231423
then the box is statically-positioned,
1424-
see [[#justify-abspos-static]].)
1424+
see above,
1425+
and can be aligned within the <a>static position rectangle</a>.)
14251426
</table>
14261427

14271428
### Table Cells ### {#justify-cell}
@@ -1582,13 +1583,15 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
15821583
to fill their containing block
15831584
just as non-replaced ones do.
15841585

1585-
If either inset property in this dimension is ''top/auto'',
1586-
'align-self' has no effect.
1587-
(If only one inset property is ''top/auto'',
1588-
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2 section 10.6.4</a> determine its size and position;
1589-
if both are ''top/auto'',
1586+
Note: If only one inset property is ''top/auto'',
1587+
the computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2 section 10.6.4</a>
1588+
fully determine its size and position,
1589+
and 'align-self' has no effect.
1590+
(If both are ''top/auto'',
15901591
then the box is statically-positioned,
1591-
see [[#align-abspos-static]].)
1592+
see above,
1593+
and can be aligned within the <a>static position rectangle</a>.)
1594+
15921595
</table>
15931596

15941597
### Table Cells ### {#align-cell}

0 commit comments

Comments
 (0)