|
21 | 21 |
|
22 | 22 | <meta content="CSS Ruby Module Level 1" name=dcterms.title>
|
23 | 23 | <meta content=text name=dcterms.type>
|
24 |
| - <meta content=2013-09-11 name=dcterms.date> |
| 24 | + <meta content=2013-09-13 name=dcterms.date> |
25 | 25 | <meta content="Elika J. Etemad" name=dcterms.creator>
|
26 | 26 | <meta content="Koji Ishii" name=dcterms.creator>
|
27 | 27 | <meta content="Richard Ishida" name=dcterms.creator>
|
|
42 | 42 | <h1 class=p-name>CSS Ruby Module Level 1</h1>
|
43 | 43 |
|
44 | 44 | <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> |
47 | 47 |
|
48 | 48 | <dl>
|
49 | 49 | <dt>This version:
|
@@ -1392,15 +1392,20 @@ <h3 id=collapsed-ruby><span class=secno>3.2. </span> Collapsed Ruby
|
1392 | 1392 |
|
1393 | 1393 | <dd>
|
1394 | 1394 | <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. |
1396 | 1400 |
|
1397 | 1401 | <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 |
1399 | 1403 | href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>.
|
1400 | 1404 |
|
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. |
1404 | 1409 | </div>
|
1405 | 1410 | </dl>
|
1406 | 1411 |
|
|
0 commit comments