Skip to content

Commit 85117f6

Browse files
committed
[css-ruby] Update Changes section
1 parent 9892faf commit 85117f6

2 files changed

Lines changed: 30 additions & 4 deletions

File tree

css-ruby/Overview.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,9 +2111,26 @@ <h2 class=no-num id=changes> Changes</h2>
21112111
<dt>Remove unused values of ‘<a href="#ruby-align"><code
21122112
class=property>ruby-align</code></a>’.
21132113

2114-
<dd><code class=property>left</code>’, ‘<code
2115-
class=property>right</code>’, and ‘<code class=property>end</code>
2116-
are not needed.
2114+
<dd><code class=css>left</code>’, ‘<code
2115+
class=css>right</code>’, and ‘<code class=css>end</code>’ are not
2116+
needed.
2117+
2118+
<dt>Replace ‘<code class=css>auto</code>’, ‘<code
2119+
class=css>distribute-letter</code>’, and ‘<code
2120+
class=css>distribute-space</code>’ with ‘<code
2121+
class=css>space-between</code>’ and ‘<code
2122+
class=css>space-around</code>’.
2123+
2124+
<dd> The ‘<code class=css>auto</code>’ value relied on inspecting
2125+
content to determine behavior; this can be avoided by just using ‘<code
2126+
class=css>space-around</code>’ with standard justification rules (which
2127+
allow spacing between CJK but not between Latin). Replaced ‘<code
2128+
class=css>distribute-letter</code>’ and ‘<code
2129+
class=css>distribute-space</code>’ with ‘<code
2130+
class=css>space-between</code>’ and ‘<code
2131+
class=css>space-around</code>’ for consistency with Flexbox
2132+
distribution keywords and to avoid links to the definition of ‘<code
2133+
class=css>text-justify: distribute</code>’.
21172134

21182135
<dt>Added ‘<a href="#ruby-merge"><code
21192136
class=property>ruby-merge</code></a>’ property to control jukugo

css-ruby/Overview.src.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,16 @@ <h2 class="no-num" id="changes">
15961596

15971597
<dt>Remove unused values of 'ruby-align'.
15981598
<dd>
1599-
'left', 'right', and 'end' are not needed.
1599+
''left'', ''right'', and ''end'' are not needed.
1600+
1601+
<dt>Replace ''auto'', ''distribute-letter'', and ''distribute-space'' with ''space-between'' and ''space-around''.
1602+
<dd>
1603+
The ''auto'' value relied on inspecting content to determine behavior;
1604+
this can be avoided by just using ''space-around'' with standard justification rules
1605+
(which allow spacing between CJK but not between Latin).
1606+
Replaced ''distribute-letter'' and ''distribute-space'' with
1607+
''space-between'' and ''space-around'' for consistency with Flexbox distribution keywords
1608+
and to avoid links to the definition of ''text-justify: distribute''.
16001609

16011610
<dt>Added 'ruby-merge' property to control jukugo rendering.
16021611
<dd>

0 commit comments

Comments
 (0)