Skip to content

Commit ac58ea0

Browse files
committed
[css-text-3] Clean up errors from shorthanding of text-align. Fixes #2308.
1 parent c9cab7a commit ac58ea0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

css-text-3/Overview.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,15 +1362,12 @@ Shaping Across Intra-word Breaks</h3>
13621362

13631363
<p>This property describes how the last line of a block or a line
13641364
right before a <a>forced line break</a> is aligned.
1365-
If a line is also the first line of the block
1366-
or the first line after a <a>forced line break</a>,
1367-
'text-align-last' takes precedence over 'text-align-all'.
13681365

13691366
<p>If <dfn dfn-for=text-align-last dfn-type=value>auto</dfn> is specified,
1370-
content on the affected line is aligned per 'text-align'
1371-
unless 'text-align' is set to ''justify'',
1367+
content on the affected line is aligned per 'text-align-all'
1368+
unless 'text-align-all' is set to ''justify'',
13721369
in which case it is start-aligned.
1373-
All other values have the same meanings as in 'text-align'.
1370+
All other values are interpreted as described for 'text-align'.
13741371

13751372
<h3 id="text-justify-property" caniuse="css-text-justify">
13761373
Justification Method: the 'text-justify' property</h3>

0 commit comments

Comments
 (0)