Skip to content

Commit 0339e84

Browse files
committed
[css-text-3] Fix references to text-align that assumed it was a longhand. #2577 (comment)
1 parent e58e46a commit 0339e84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-text-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,8 @@ Expanding and Compressing Text</h4>
16141614
or otherwise disable features required to correctly shape complex scripts.
16151615

16161616
<p>If a <a>justification opportunity</a> exists within a line,
1617-
and 'text-align' specifies full justification for that line,
1617+
and <a href="#text-align-property">text alignment</a> specifies
1618+
full justification (''text-align/justify'') for that line,
16181619
it must be justified.
16191620

16201621
<h4 id="justify-symbols">
@@ -2277,7 +2278,7 @@ Bidirectionality and Line Boxes</h3>
22772278

22782279
<p class="note">Note that the inline base direction determined here
22792280
applies to the line box itself, and not to its contents.
2280-
It affects 'text-align', 'text-align-last', 'text-indent', and 'hanging-punctuation',
2281+
It affects 'text-align-all', 'text-align-last', 'text-indent', and 'hanging-punctuation',
22812282
i.e. the position and alignment of its contents with respect to its edges.
22822283
It does not affect the formatting or ordering of its content.
22832284

0 commit comments

Comments
 (0)