Skip to content

Commit fb98958

Browse files
author
kojiishi
committed
[css-text] Changes section updated
1 parent 4e0e19c commit fb98958

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

css-text/Overview.html

+53-1
Original file line numberDiff line numberDiff line change
@@ -3560,24 +3560,76 @@ <h3 class=no-num id=recent-changes> Changes from the <a
35603560
<p>Major changes include:
35613561

35623562
<ul>
3563+
<li>Changed ‘<a href="#text-align-last"><code
3564+
class=property>text-align-last</code></a>’ to depend on ‘<code
3565+
class=css>text-align: justify</code>’.
3566+
35633567
<li>Removed ‘<code class=css>inter-ideograph</code>’, ‘<code
35643568
class=css>inter-cluster</code>’, and ‘<code
35653569
class=css>kashida</code>’ values of ‘<a href="#text-justify"><code
35663570
class=property>text-justify</code></a>’.
35673571

3572+
<li>Changed ‘<code class=css>text-justify: inter-word</code>’ to
3573+
prohibit justification between letters.
3574+
35683575
<li>Dropped minimum and maximum values in ‘<a
35693576
href="#letter-spacing"><code class=property>letter-spacing</code></a>
35703577
and ‘<a href="#word-spacing"><code
35713578
class=property>word-spacing</code></a>’.
35723579

35733580
<li>Removed <var>&lt;string&gt;</var> value of ‘<a
35743581
href="#text-align"><code class=property>text-align</code></a>’.
3582+
3583+
<li>Changed the character list of ‘<a href="#line-break0"><code
3584+
class=property>line-break</code></a>’.
3585+
3586+
<li>Changed orders of <a href="#white-space-rules">white space
3587+
processing</a>, <a
3588+
href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text
3589+
combination</a> and <a
3590+
href="http://www.w3.org/TR/css3-writing-modes/#text-orientation/">text
3591+
orientation</a>, ‘<a href="#letter-spacing"><code
3592+
class=property>letter-spacing</code></a>’, and ‘<a
3593+
href="#word-spacing"><code class=property>word-spacing</code></a>’ of
3594+
the <a href="#order">Text Processing Order of Operations</a>.
3595+
3596+
<li>Changed the definition of <i>word separator characters</i>.
3597+
3598+
<li>Changed to allow ‘<a href="#letter-spacing"><code
3599+
class=property>letter-spacing</code></a>’ to justify.
3600+
3601+
<li>Changed the computed value of ‘<code class=css>normal</code>
3602+
value of ‘<a href="#letter-spacing"><code
3603+
class=property>letter-spacing</code></a>’ and ‘<a
3604+
href="#word-spacing"><code class=property>word-spacing</code></a>’.
3605+
3606+
<li>Changed the grammer rule of ‘<a href="#text-indent"><code
3607+
class=property>text-indent</code></a>’.
35753608
</ul>
35763609

35773610
<p>Significant details updated:
35783611

35793612
<ul>
3580-
<li>
3613+
<li>Clarified ‘<code class=css>start end</code>’ and ‘<code
3614+
class=css>match-parent</code>’ value of ‘<a href="#text-align"><code
3615+
class=property>text-align</code></a>’.
3616+
3617+
<li>Clarified ‘<code class=css>none</code>’ value of ‘<a
3618+
href="#text-justify"><code class=property>text-justify</code></a>’.
3619+
3620+
<li>Clarified <a href="#expanding-text">expanding and compressing text</a>
3621+
for ‘<a href="#text-justify"><code
3622+
class=property>text-justify</code></a>’.
3623+
3624+
<li>Clarified the behavior of ‘<a href="#letter-spacing"><code
3625+
class=property>letter-spacing</code></a>’.
3626+
3627+
<li>Clarified the behavior of ‘<a href="#text-align"><code
3628+
class=property>text-align</code></a>’ for too long lines.
3629+
3630+
<li>Clarified the interaction of ‘<a href="#word-break"><code
3631+
class=property>word-break</code></a>’ and ‘<a
3632+
href="#line-break0"><code class=property>line-break</code></a>’.
35813633
</ul>
35823634

35833635
<h2 class=no-num id=conformance> Conformance</h2>

css-text/Overview.src.html

+18-1
Original file line numberDiff line numberDiff line change
@@ -2626,14 +2626,31 @@ <h3 class="no-num" id="recent-changes">
26262626

26272627
<p>Major changes include:
26282628
<ul>
2629+
<li>Changed 'text-align-last' to depend on ''text-align: justify''.
26292630
<li>Removed ''inter-ideograph'', ''inter-cluster'', and ''kashida'' values of 'text-justify'.
2631+
<li>Changed ''text-justify: inter-word'' to prohibit justification between letters.
26302632
<li>Dropped minimum and maximum values in 'letter-spacing' and 'word-spacing'.
26312633
<li>Removed <var>&lt;string&gt;</var> value of 'text-align'.
2634+
<li>Changed the character list of 'line-break'.
2635+
<li>Changed orders of <a href="#white-space-rules">white space processing</a>,
2636+
<a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text combination</a> and
2637+
<a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation/">text orientation</a>,
2638+
'letter-spacing', and 'word-spacing'
2639+
of the <a href="#order">Text Processing Order of Operations</a>.
2640+
<li>Changed the definition of <i>word separator characters</i>.
2641+
<li>Changed to allow 'letter-spacing' to justify.
2642+
<li>Changed the computed value of ''normal'' value of 'letter-spacing' and 'word-spacing'.
2643+
<li>Changed the grammer rule of 'text-indent'.
26322644
</ul>
26332645

26342646
<p>Significant details updated:
26352647
<ul>
2636-
<li>
2648+
<li>Clarified ''start end'' and ''match-parent'' value of 'text-align'.
2649+
<li>Clarified ''none'' value of 'text-justify'.
2650+
<li>Clarified <a href="#expanding-text">expanding and compressing text</a> for 'text-justify'.
2651+
<li>Clarified the behavior of 'letter-spacing'.
2652+
<li>Clarified the behavior of 'text-align' for too long lines.
2653+
<li>Clarified the interaction of 'word-break' and 'line-break'.
26372654
</ul>
26382655

26392656

0 commit comments

Comments
 (0)