Skip to content

Commit b9d5ef7

Browse files
committed
[css-ruby] Add more explanation for ruby-merge: auto, and check in missing image.
--HG-- extra : rebase_source : 19e57434c064bcda03a20345fa6e4615a2f4f8fa
1 parent 5810195 commit b9d5ef7

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

css-ruby/Overview.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<meta content="CSS Ruby Module Level 1" name=dcterms.title>
2323
<meta content=text name=dcterms.type>
24-
<meta content=2013-09-11 name=dcterms.date>
24+
<meta content=2013-09-13 name=dcterms.date>
2525
<meta content="Elika J. Etemad" name=dcterms.creator>
2626
<meta content="Koji Ishii" name=dcterms.creator>
2727
<meta content="Richard Ishida" name=dcterms.creator>
@@ -42,8 +42,8 @@
4242
<h1 class=p-name>CSS Ruby Module Level 1</h1>
4343

4444
<h2 class="no-num no-toc" id=longstatus-date->Editor's Draft <time
45-
class=dt-updated datetime=20130911>11 September 2013</time>
46-
<!-- for HTML4 doctype: <span class="value-title" title="20130911">11 September 2013</span></span> --></h2>
45+
class=dt-updated datetime=20130913>13 September 2013</time>
46+
<!-- for HTML4 doctype: <span class="value-title" title="20130913">13 September 2013</span></span> --></h2>
4747

4848
<dl>
4949
<dt>This version:
@@ -1392,15 +1392,20 @@ <h3 id=collapsed-ruby><span class=secno>3.2. </span> Collapsed Ruby
13921392

13931393
<dd>
13941394
<p> The user agent may use any algorithm to determine how each ruby
1395-
annotation box is rendered to its corresponding base box.
1395+
annotation box is rendered to its corresponding base box, with the
1396+
intention that if all annotations fit over their respective bases, the
1397+
result is identical to “mono ruby”, but if some annotations are
1398+
wider than their bases the space is shared in some way to avoid forcing
1399+
space between bases.
13961400

13971401
<div class=example>
1398-
<p> One possible algorithm is described as Jukugo-ruby in <a
1402+
<p> One possible algorithm is described as “jukugo ruby in <a
13991403
href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>.
14001404

1401-
<p> Another, more simplified algorithm of Jukugo-ruby is to render as
1402-
Mono-ruby if all ruby annotation boxes fit within advances of their
1403-
corresponding base boxes, and render as Group-ruby otherwise.
1405+
<p> Another, more simplified algorithm of “jukugo ruby” is to render
1406+
as ‘<code class=css>separate</code>’ if all ruby annotation boxes
1407+
fit within the advances of their corresponding base boxes, and render
1408+
as ‘<code class=css>collapse</code>’ otherwise.
14041409
</div>
14051410
</dl>
14061411

css-ruby/Overview.src.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -952,15 +952,20 @@ <h3 id="collapsed-ruby">
952952
<dd>
953953
<p>
954954
The user agent may use any algorithm to determine how each ruby annotation box
955-
is rendered to its corresponding base box.
955+
is rendered to its corresponding base box,
956+
with the intention that if all annotations fit over their respective bases,
957+
the result is identical to “mono ruby”,
958+
but if some annotations are wider than their bases
959+
the space is shared in some way
960+
to avoid forcing space between bases.
956961
<div class="example">
957962
<p>
958-
One possible algorithm is described as Jukugo-ruby in [[JLREQ]].
963+
One possible algorithm is described as “jukugo ruby in [[JLREQ]].
959964
<p>
960-
Another, more simplified algorithm of Jukugo-ruby is
961-
to render as Mono-ruby if all ruby annotation boxes fit within
962-
advances of their corresponding base boxes,
963-
and render as Group-ruby otherwise.
965+
Another, more simplified algorithm of “jukugo ruby is
966+
to render as ''separate'' if all ruby annotation boxes fit
967+
within the advances of their corresponding base boxes,
968+
and render as ''collapse'' otherwise.
964969
</p>
965970
</div>
966971
</dd>

css-ruby/images/furigana-separate.png

4.98 KB
Loading

0 commit comments

Comments
 (0)