[css-align-3][css-position-3] Clarify axes/directions/references of a… · w3c/csswg-drafts@29e253d (original) (raw)
`@@ -1361,7 +1361,9 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property
`
1361
1361
`
`
1362
1362
`
`
1363
1363
`
`
1364
``
`-
The block’s containing block’s inline axis.
`
``
1364
`+
The block’s containing block’s inline axis, generally.
`
``
1365
`+
The [=static position containing block=]’s [=inline axis=]
`
``
1366
`+
when determining the [=static position=].
`
1365
1367
`
`
1366
1368
`
`
1367
1369
`
`
`@@ -1419,7 +1421,8 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property
`
1419
1421
` assuming the writing mode of the containing block.
`
1420
1422
` If both inset properties in the relevant axis are ''left/auto'',
`
1421
1423
` then use the box’s static-position rectangle
`
1422
``
`-
(i.e. set both insets to the box’s static position).
`
``
1424
`+
(i.e. set both insets to the box’s static position)
`
``
1425
`+
and assume the [=writing mode=] of the [=static position containing block=].
`
1423
1426
`
`
1424
1427
`
`
1425
1428
`
`
`@@ -1576,7 +1579,9 @@ Block-Axis (or Cross-Axis) Alignment: the 'align-self' property
`
1576
1579
`
`
1577
1580
`
`
1578
1581
`
`
1579
``
`-
The box’s containing block’s block axis.
`
``
1582
`+
The box’s containing block’s block axis, generally.
`
``
1583
`+
The [=static position containing block=]’s [=block axis=]
`
``
1584
`+
when determining the [=static position=].
`
1580
1585
`
`
1581
1586
`
`
1582
1587
`
`
`@@ -1586,7 +1591,8 @@ Block-Axis (or Cross-Axis) Alignment: the 'align-self' property
`
1586
1591
` assuming the writing mode of the containing block.
`
1587
1592
` If both inset properties in the relevant axis are ''left/auto'',
`
1588
1593
` then use the box’s static-position rectangle
`
1589
``
`-
(i.e. set both insets to the box’s static position).
`
``
1594
`+
(i.e. set both insets to the box’s static position)
`
``
1595
`+
and assume the [=writing mode=] of the [=static position containing block=].
`
1590
1596
`
`
1591
1597
`
`
1592
1598
`
`