- From: Atsushi Shimono (W3C Team) <atsushi@w3.org>
- Date: Thu, 3 Mar 2022 12:03:14 +0900
- To: public-i18n-japanese@w3.org
- Message-ID: <84660f34-6fd8-3a40-1f32-1d6baebfe212@w3.org>
On 2022/03/03 05:42, MURATA Makoto wrote: > > 以下でruby container boxは、それぞれいくつありますか? > > css-rubyを読んだ限りのわたしの解釈では、、"ruby container box" = <ruby></ruby>で閉じるもの、と > 考えてますので、最後以外は1、最後だけ2、という認識です。 > > > ruby要素の途中で別の行にはみ出た場合は?そのときは増える? > > ruby base container box : 一つの<ruby>の中にあるすべての<rb>を含む親文字列のボックス > ruby annotation container box : 一つの<ruby>の中にあるすべての同じレベルのルビ文字を含むボックス > レベルは同じrtもしくはrtcでくくられているもの、例えばすべてのrtもしくはすべてのrtc > > ruby annotation container boxの中に一つのruby annotationしかない場合は全てのruby baseに対してまた > がるspanning annotationになる。 > > ただ、この解釈を取ると > > A ruby structure is divided into "ruby segments", each consisting of a single "ruby base container" > > followed by one or more "ruby annotation containers". > というのが意味不明感が出てくるので、さらなる用語の誤用があるのかもしれません、、、? > > > そう、このsegmentが一行あたりに対応する? 3.4 breaking accross linesには > When there is not enough space for an entire ruby container to fit on the line, the ruby may > be broken wherever all levels simultaneously allow a break. (See CSS Text 3 § 5 Line Breaking > and Word Boundaries for details on line breaking.) Ruby most often breaks between base-annotation > sets, but if the line-breaking rules allow it, can also break within a ruby base (and, in > parallel, its associated ruby annotation boxes). というのと > After line-breaking, each fragment is laid out independently, and ruby alignment takes place > within each fragment. という文章があり、おそらくここのeach fragmentがsegmentのセットことを言いたいんだろうな、という気 はします。(というよりは、"wherever all levels simultaneously allow a break"がつまりはsegment境 界でしょう。)
Received on Thursday, 3 March 2022 03:03:17 UTC