[css-ruby] Update Changes section

Wed, 11 Sep 2013 14:31:24 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Wed, 11 Sep 2013 14:31:24 -0700
changeset 9109
932831c67e0a
parent 9108
7f542b3ebae3
child 9110
183ff47863e8

[css-ruby] Update Changes section

css-ruby/Overview.html file | annotate | diff | comparison | revisions
css-ruby/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-ruby/Overview.html	Wed Sep 11 14:27:17 2013 -0700
     1.2 +++ b/css-ruby/Overview.html	Wed Sep 11 14:31:24 2013 -0700
     1.3 @@ -2111,9 +2111,26 @@
     1.4     <dt>Remove unused values of ‘<a href="#ruby-align"><code
     1.5      class=property>ruby-align</code></a>’.
     1.6  
     1.7 -   <dd> ‘<code class=property>left</code>’, ‘<code
     1.8 -    class=property>right</code>’, and ‘<code class=property>end</code>’
     1.9 -    are not needed.
    1.10 +   <dd> ‘<code class=css>left</code>’, ‘<code
    1.11 +    class=css>right</code>’, and ‘<code class=css>end</code>’ are not
    1.12 +    needed.
    1.13 +
    1.14 +   <dt>Replace ‘<code class=css>auto</code>’, ‘<code
    1.15 +    class=css>distribute-letter</code>’, and ‘<code
    1.16 +    class=css>distribute-space</code>’ with ‘<code
    1.17 +    class=css>space-between</code>’ and ‘<code
    1.18 +    class=css>space-around</code>’.
    1.19 +
    1.20 +   <dd> The ‘<code class=css>auto</code>’ value relied on inspecting
    1.21 +    content to determine behavior; this can be avoided by just using ‘<code
    1.22 +    class=css>space-around</code>’ with standard justification rules (which
    1.23 +    allow spacing between CJK but not between Latin). Replaced ‘<code
    1.24 +    class=css>distribute-letter</code>’ and ‘<code
    1.25 +    class=css>distribute-space</code>’ with ‘<code
    1.26 +    class=css>space-between</code>’ and ‘<code
    1.27 +    class=css>space-around</code>’ for consistency with Flexbox
    1.28 +    distribution keywords and to avoid links to the definition of ‘<code
    1.29 +    class=css>text-justify: distribute</code>’.
    1.30  
    1.31     <dt>Added ‘<a href="#ruby-merge"><code
    1.32      class=property>ruby-merge</code></a>’ property to control jukugo
     2.1 --- a/css-ruby/Overview.src.html	Wed Sep 11 14:27:17 2013 -0700
     2.2 +++ b/css-ruby/Overview.src.html	Wed Sep 11 14:31:24 2013 -0700
     2.3 @@ -1596,7 +1596,16 @@
     2.4  
     2.5  		<dt>Remove unused values of 'ruby-align'.
     2.6  		<dd>
     2.7 -			'left', 'right', and 'end' are not needed.
     2.8 +			''left'', ''right'', and ''end'' are not needed.
     2.9 +
    2.10 +		<dt>Replace ''auto'', ''distribute-letter'', and ''distribute-space'' with ''space-between'' and ''space-around''.
    2.11 +		<dd>
    2.12 +			The ''auto'' value relied on inspecting content to determine behavior;
    2.13 +			this can be avoided by just using ''space-around'' with standard justification rules
    2.14 +			(which allow spacing between CJK but not between Latin).
    2.15 +			Replaced ''distribute-letter'' and ''distribute-space'' with
    2.16 +			''space-between'' and ''space-around'' for consistency with Flexbox distribution keywords
    2.17 +			and to avoid links to the definition of ''text-justify: distribute''.
    2.18  
    2.19  		<dt>Added 'ruby-merge' property to control jukugo rendering.
    2.20  		<dd>

mercurial