Skip to content

Commit c91ee0d

Browse files
author
kojiishi
committed
[css-ruby] fix description for ruby-merge:collapse
1 parent 5dd5597 commit c91ee0d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

css-ruby/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,11 +1178,12 @@ <h3 id=rubymerge><span class=secno>3.2. </span>Ruby merge: the ‘<a
11781178

11791179
<dd>
11801180
<p> All ruby annotation boxes are concatenated, and rendered to the
1181-
concatenated ruby base boxes. This style is called Group-ruby in <a
1182-
href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>.
1181+
concatenated ruby base boxes. This style renders similar to Group-ruby
1182+
in <a href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>,
1183+
except that it allows line break between annotation pairs.
11831184

11841185
<div class=example>
1185-
<p>The following two markups render the same:
1186+
<p>The following two markups render the same if fit in a line:
11861187

11871188
<pre>&lt;ruby&gt;無常&lt;rt&gt;むじょう&lt;/ruby&gt;</pre>
11881189

css-ruby/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,11 +783,12 @@ <h3 id="rubymerge">Ruby merge: the 'ruby-merge' property</h3>
783783
<p>
784784
All ruby annotation boxes are concatenated,
785785
and rendered to the concatenated ruby base boxes.
786-
This style is called Group-ruby in [[JLREQ]].
786+
This style renders similar to Group-ruby in [[JLREQ]],
787+
except that it allows line break between annotation pairs.
787788
</p>
788789

789790
<div class="example">
790-
<p>The following two markups render the same:</p>
791+
<p>The following two markups render the same if fit in a line:</p>
791792
<pre>&lt;ruby&gt;無常&lt;rt&gt;むじょう&lt;/ruby&gt;</pre>
792793
<p>and:</p>
793794
<pre>&lt;ruby style="ruby-merge:collapse"&gt;&lt;rb&gt;無&lt;rb&gt;常&lt;rt&gt;む&lt;rt&gt;じょう&lt;/ruby&gt;</pre>

0 commit comments

Comments
 (0)