Skip to content

Commit 3379e03

Browse files
committed
[css-text] Make text-align-last depend on text-align: justify, and add an issue about renaming 'start end'
1 parent 785c56a commit 3379e03

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

css-text/Overview.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,9 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the ‘<a
19961996
line and any line immediately after a <a
19971997
href="#forced-line-break"><i>forced line break</i></a>; and ‘<code
19981998
class=css>end</code>’ alignment of any remaining lines.
1999+
<p class=issue>This value will be removed at the end of the LC period
2000+
unless someone comes up with a more understandable keyword to replace it
2001+
with.
19992002
</dl>
20002003

20012004
<p>A block of text is a stack of <a
@@ -2085,9 +2088,11 @@ <h3 id=text-align-last><span class=secno>7.2. </span> Last Line Alignment:
20852088

20862089
<p>This property describes how the last line of a block or a line right
20872090
before a <a href="#forced-line-break"><i>forced line break</i></a> is
2088-
aligned. If a line is also the first line of the block or the first line
2089-
after a <a href="#forced-line-break"><i>forced line break</i></a>, then,
2090-
unless ‘<a href="#text-align0"><code
2091+
aligned when ‘<a href="#text-align0"><code
2092+
class=property>text-align</code></a>’ is ‘<code
2093+
class=css>justify</code>’. If a line is also the first line of the block
2094+
or the first line after a <a href="#forced-line-break"><i>forced line
2095+
break</i></a>, then, unless ‘<a href="#text-align0"><code
20912096
class=property>text-align</code></a>’ assigns an explicit first line
20922097
alignment (via ‘<code class=css>start end</code>’), ‘<a
20932098
href="#text-align-last0"><code

css-text/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@ <h3 id="text-align">
14311431
<dd>Specifies ''start'' alignment of the first line and any line
14321432
immediately after a <i>forced line break</i>;
14331433
and ''end'' alignment of any remaining lines.
1434+
<p class="issue">This value will be removed at the end of the LC period unless someone comes up with a more understandable keyword to replace it with.
14341435
</dl>
14351436

14361437
<p>A block of text is a stack of
@@ -1503,7 +1504,8 @@ <h3 id="text-align-last">
15031504
</table>
15041505

15051506
<p>This property describes how the last line of a block or a line
1506-
right before a <i>forced line break</i> is aligned.
1507+
right before a <i>forced line break</i> is aligned
1508+
when 'text-align' is ''justify''.
15071509
If a line is also the first line of the block
15081510
or the first line after a <i>forced line break</i>,
15091511
then, unless 'text-align' assigns an explicit first line alignment (via ''start end''),

0 commit comments

Comments
 (0)