Skip to content

Commit

Permalink
Merge pull request #76 from himorin/issue-71
Browse files Browse the repository at this point in the history
fixed text in "Ruby character size and character placement" subsection
  • Loading branch information
himorin authored Mar 17, 2022
2 parents 8283f04 + 4a8fdaa commit bce1a03
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,23 +283,23 @@ <h2 id="rules-for-simple-placement-of-ruby">Rules for Simple Placement of Japane
<section>
<h3 id="ruby-character-size-and-character-placement">Ruby character size and character placement</h3>

<p>The size of the ruby annotation characters
and their placement in the inline direction relative to the base characters is as follows:</p>
<p>The font size of the ruby annotation
and their placement in the block direction relative to the ruby base are as follows:</p>
<ol>
<li id="l20200529015">The size of the ruby annotation is by default set to
half of the size of the base characters.</li>
<li id="l20200529016">In vertical text, ruby annotation is placed to the right of the base characters,
<li id="l20200529015">The font size of the ruby annotation is by default set to
half of the font size of the ruby base.</li>
<li id="l20200529016">In vertical text, ruby annotation is placed to the right of the ruby base,
and the character frame of the ruby annotation is placed flush
against the character frame of the base characters.
against the character frame of the ruby base.
(The '<a href="https://www.w3.org/TR/jlreq/#kanji_hiragana_and_katakana">character frame</a>' is described in [[JLREQ]].)
<figure>
<img src="img/fig05.svg" alt="" style="width: 20%; min-width: 10em;" />
<figcaption>Example of vertical ruby.</figcaption>
</figure>
</li>
<li id="l20200529017">In horizontal text, ruby annotation is placed to the top of the base characters,
<li id="l20200529017">In horizontal text, ruby annotation is placed to the top of the ruby base,
and the character frame of the ruby annotation is placed flush
against the character frame of the base characters.
against the character frame of the ruby base.

<figure>
<img src="img/fig06.svg" alt="" style="width: 20%; min-width: 12em;" />
Expand Down

0 comments on commit bce1a03

Please sign in to comment.