[css-ruby] minor formatting change

Tue, 18 Jun 2013 23:45:38 +0900

author
kojiishi
date
Tue, 18 Jun 2013 23:45:38 +0900
changeset 8501
3d59611e6d44
parent 8500
5243c39b9ab1
child 8502
b928e51898ae

[css-ruby] minor formatting change

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	Tue Jun 18 23:40:26 2013 +0900
     1.2 +++ b/css-ruby/Overview.html	Tue Jun 18 23:45:38 2013 +0900
     1.3 @@ -1031,12 +1031,14 @@
     1.4        <p> The user agent may use any algorithm to determine how each ruby
     1.5         annotation box is rendered to its corresponding base box.
     1.6  
     1.7 -      <p> One possible algorithm is described as Jukugo-ruby in <a
     1.8 -       href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>.
     1.9 +      <div class=example>
    1.10 +       <p> One possible algorithm is described as Jukugo-ruby in <a
    1.11 +        href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>.
    1.12  
    1.13 -      <p> Another, more simplified algorithm of Jukugo-ruby is to render as
    1.14 -       Mono-ruby if all ruby annotation boxes fit within advances of their
    1.15 -       corresponding base boxes, and render as Group-ruby otherwise.
    1.16 +       <p> Another, more simplified algorithm of Jukugo-ruby is to render as
    1.17 +        Mono-ruby if all ruby annotation boxes fit within advances of their
    1.18 +        corresponding base boxes, and render as Group-ruby otherwise.
    1.19 +      </div>
    1.20      </dl>
    1.21  
    1.22      <h3 id=rubyalign><span class=secno>3.3. </span> Ruby alignment: the ‘<a
     2.1 --- a/css-ruby/Overview.src.html	Tue Jun 18 23:40:26 2013 +0900
     2.2 +++ b/css-ruby/Overview.src.html	Tue Jun 18 23:45:38 2013 +0900
     2.3 @@ -691,6 +691,7 @@
     2.4  				The user agent may use any algorithm to determine how each ruby annotation box
     2.5  				is rendered to its corresponding base box.
     2.6  			</p>
     2.7 +			<div class="example">
     2.8  			<p>
     2.9  				One possible algorithm is described as Jukugo-ruby in [[JLREQ]].
    2.10  			</p>
    2.11 @@ -700,6 +701,7 @@
    2.12  				advances of their corresponding base boxes,
    2.13  				and render as Group-ruby otherwise.
    2.14  			</p>
    2.15 +			</div>
    2.16  		</dd>
    2.17  	</dl>
    2.18  

mercurial