File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1318,7 +1318,7 @@ Anchor-Based Alignment {#alignment}
1318
1318
<h3 id=position-area-alignment>
1319
1319
Area-specific Default Alignment</h3>
1320
1320
1321
- When using ' position-area' ,
1321
+ When 'position-area' is not '' position-area/none' ' ,
1322
1322
the behavior of the ''align-self/normal'' [=self-alignment=] value
1323
1323
changes depending on the <<position-area>> value,
1324
1324
to align the box towards the anchor:
@@ -1332,6 +1332,14 @@ to align the box towards the anchor:
1332
1332
if it's specifying the “start” track of its axis,
1333
1333
the default alignment in that axis is ''align-self/end'' ; etc.
1334
1334
1335
+ However, if only one [=inset property=] in the relevant axis is ''inset/auto'' ,
1336
+ the default alignment is instead
1337
+ towards the edge with the non-''inset/auto'' inset;
1338
+ and this is an ''align-self/unsafe'' alignment.
1339
+
1340
+ Note: This single-''inset/auto'' behavior preserves the way
1341
+ a single specified inset controls the position of an [=absolutely positioned=] box.
1342
+
1335
1343
<div class=example>
1336
1344
For example, assuming an English-equivalent writing mode (horizontal-tb, ltr),
1337
1345
then the value ''span-x-start top'' resolves to
You can’t perform that action at this time.
0 commit comments