[css-ruby] fix description for ruby-merge:collapse

Wed, 19 Jun 2013 00:42:16 +0900

author
kojiishi
date
Wed, 19 Jun 2013 00:42:16 +0900
changeset 8505
abcea110767d
parent 8504
4f0f1fccb087
child 8506
9371adc12111

[css-ruby] fix description for ruby-merge:collapse

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 Jun 19 00:31:59 2013 +0900
     1.2 +++ b/css-ruby/Overview.html	Wed Jun 19 00:42:16 2013 +0900
     1.3 @@ -1178,11 +1178,12 @@
     1.4  
     1.5       <dd>
     1.6        <p> All ruby annotation boxes are concatenated, and rendered to the
     1.7 -       concatenated ruby base boxes. This style is called Group-ruby in <a
     1.8 -       href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>.
     1.9 +       concatenated ruby base boxes. This style renders similar to Group-ruby
    1.10 +       in <a href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>,
    1.11 +       except that it allows line break between annotation pairs.
    1.12  
    1.13        <div class=example>
    1.14 -       <p>The following two markups render the same:
    1.15 +       <p>The following two markups render the same if fit in a line:
    1.16  
    1.17         <pre>&lt;ruby&gt;無常&lt;rt&gt;むじょう&lt;/ruby&gt;</pre>
    1.18  
     2.1 --- a/css-ruby/Overview.src.html	Wed Jun 19 00:31:59 2013 +0900
     2.2 +++ b/css-ruby/Overview.src.html	Wed Jun 19 00:42:16 2013 +0900
     2.3 @@ -783,11 +783,12 @@
     2.4  			<p>
     2.5  				All ruby annotation boxes are concatenated,
     2.6  				and rendered to the concatenated ruby base boxes.
     2.7 -				This style is called Group-ruby in [[JLREQ]].
     2.8 +				This style renders similar to Group-ruby in [[JLREQ]],
     2.9 +				except that it allows line break between annotation pairs.
    2.10  			</p>
    2.11  
    2.12  			<div class="example">
    2.13 -				<p>The following two markups render the same:</p>
    2.14 +				<p>The following two markups render the same if fit in a line:</p>
    2.15  				<pre>&lt;ruby&gt;無常&lt;rt&gt;むじょう&lt;/ruby&gt;</pre>
    2.16  				<p>and:</p>
    2.17  				<pre>&lt;ruby style="ruby-merge:collapse"&gt;&lt;rb&gt;無&lt;rb&gt;常&lt;rt&gt;む&lt;rt&gt;じょう&lt;/ruby&gt;</pre>

mercurial