css-ruby/Overview.src.html

changeset 9163
84b4394709eb
parent 9113
d828790901e7
child 9167
e654b1e94545
     1.1 --- a/css-ruby/Overview.src.html	Thu Sep 12 04:27:54 2013 -0700
     1.2 +++ b/css-ruby/Overview.src.html	Fri Sep 13 13:34:40 2013 -0700
     1.3 @@ -952,15 +952,20 @@
     1.4  		<dd>
     1.5  			<p>
     1.6  				The user agent may use any algorithm to determine how each ruby annotation box
     1.7 -				is rendered to its corresponding base box.
     1.8 +				is rendered to its corresponding base box,
     1.9 +				with the intention that if all annotations fit over their respective bases,
    1.10 +				the result is identical to “mono ruby”,
    1.11 +				but if some annotations are wider than their bases
    1.12 +				the space is shared in some way
    1.13 +				to avoid forcing space between bases.
    1.14  			<div class="example">
    1.15  			<p>
    1.16 -				One possible algorithm is described as Jukugo-ruby in [[JLREQ]].
    1.17 +				One possible algorithm is described as “jukugo ruby” in [[JLREQ]].
    1.18  			<p>
    1.19 -				Another, more simplified algorithm of Jukugo-ruby is
    1.20 -				to render as Mono-ruby if all ruby annotation boxes fit within
    1.21 -				advances of their corresponding base boxes,
    1.22 -				and render as Group-ruby otherwise.
    1.23 +				Another, more simplified algorithm of “jukugo ruby” is
    1.24 +				to render as ''separate'' if all ruby annotation boxes fit
    1.25 +				within the advances of their corresponding base boxes,
    1.26 +				and render as ''collapse'' otherwise.
    1.27  			</p>
    1.28  			</div>
    1.29  		</dd>

mercurial