diff --git a/index.html b/index.html index b4c397e..a66dcd8 100755 --- a/index.html +++ b/index.html @@ -209,7 +209,7 @@

Considerations for simple pl and will use the same logic in either case. Specifically, the center of the ruby string and of the base character string are aligned in the inline direction for mono-ruby. -
  • Processing is done in two steps. +
  • Processing is done in two steps. In the first step, processing of layout only considers the relative positions of the ruby annotation and its base text. In the second step, layout processing decides the position of the ruby block in the line, taking into consideration the preceding and @@ -220,7 +220,19 @@

    Considerations for simple pl character of the base text to the line head or the line end by modifying the relative positions of the ruby annotation and its base text. To summarise, the relative positions decided in the first step are not - modified by the second step at all.

  • + modified by the second step at all.

    + +
  • Although there are cases where [[JLREQ]] and [[JISX4051]] list multiple ways of positioning ruby, this document only describes one method, based on the policies described above.