@@ -1329,7 +1329,7 @@ Shaping Across Intra-word Breaks</h3>
1329
1329
Initial : start
1330
1330
Applies to : block containers
1331
1331
Inherited : yes
1332
- Computed value : as specified, except for ''match-parent'' which computes as defined below
1332
+ Computed value : See individual properties
1333
1333
Canonical order : n/a
1334
1334
</pre>
1335
1335
@@ -1338,7 +1338,10 @@ Shaping Across Intra-word Breaks</h3>
1338
1338
and describes how the inline-level content of a block
1339
1339
is aligned along the inline axis
1340
1340
if the content does not completely fill the line box.
1341
- Values have the following meanings:</p>
1341
+ Values other than ''justify-all'' are assigned to 'text-align-all'
1342
+ and reset 'text-align-last' to ''text-align-last/auto'' .
1343
+
1344
+ Values have the following meanings:
1342
1345
1343
1346
<dl dfn-for=text-align dfn-type=value>
1344
1347
<dt> <dfn>start</dfn> </dt>
@@ -1367,18 +1370,18 @@ Shaping Across Intra-word Breaks</h3>
1367
1370
Unless otherwise specified by 'text-align-last' ,
1368
1371
the last line before a forced break or the end of the block is ''start'' -aligned.
1369
1372
<dt> <dfn>justify-all</dfn> </dt>
1370
- <dd> Same as ''justify'' , except 'text-align-last' is also set to ''justify'' ,
1373
+ <dd> Sets both 'text-align' and 'text-align-last' to ''text-align/ justify'' ,
1371
1374
forcing the last line to justify as well.
1372
1375
<dt> <dfn>match-parent</dfn> </dt>
1373
1376
<dd> This value behaves the same as ''inherit''
1374
1377
(computes to its parent's computed value)
1375
- except that an inherited ''start'' or ''end'' keyword
1376
- is interpreted against its parent's 'direction' value
1378
+ except that an <a>inherited value</a> of ''start'' or ''end''
1379
+ is interpreted against the parent’s
1380
+ (or the <a>initial containing block</a> ’s, if there is no parent)
1381
+ 'direction' value
1377
1382
and results in a computed value of either 'left' or 'right' .
1378
1383
</dl>
1379
1384
1380
- <p> All values except ''justify-all'' reset 'text-align-last' to ''text-align-last/auto'' .
1381
-
1382
1385
<p> A block of text is a stack of
1383
1386
<a href="https://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a> .
1384
1387
This property specifies how the inline-level boxes within each line box
@@ -1412,6 +1415,7 @@ Shaping Across Intra-word Breaks</h3>
1412
1415
Initial : start
1413
1416
Applies to : block containers
1414
1417
Inherited : yes
1418
+ Computed value : as specified, except for ''match-parent'' which computes as defined above
1415
1419
Canonical order : n/a
1416
1420
</pre>
1417
1421
0 commit comments