- From: Pierre-Anthony Lemieux <pal@sandflow.com>
- Date: Thu, 9 Aug 2018 17:37:50 +0200
- To: Glenn Adams <glenn@skynav.com>
- Cc: TTWG <public-tt@w3.org>
Received on Thursday, 9 August 2018 15:38:35 UTC
Ok, thanks. On Thu, Aug 9, 2018 at 4:00 PM Glenn Adams <glenn@skynav.com> wrote: > That appears to be correct based on the current specification text. > > On Thu, Aug 9, 2018 at 3:52 AM, Pierre-Anthony Lemieux <pal@sandflow.com> > wrote: > >> Hi all, >> >> It looks like tts:rubyAlign only applies to ruby container, from a style >> resolution standpoint, but controls the alignment of all children ruby text >> of the ruby container. >> >> In other words, in the following two snippets: >> >> <span tts:ruby="container" tts:rubyAlign="spaceAround"> >> <span tts:ruby="baseContainer"><span tts:ruby="base">東南</span></span> >> <span tts:ruby="textContainer" tts:rubyAlign="center"><span >> tts:ruby="text">とうなん</span></span> >> <span tts:ruby="textContainer" tts:rubyAlign="center"><span >> tts:ruby="text">たつみ</span></span> >> </span >> >> <span tts:ruby="container" tts:rubyAlign="spaceAround"> >> <span tts:ruby="base">東南</span> >> <span tts:ruby="text" tts:rubyAlign="center">とうなん</span> >> </span >> >> the alignment of the two ruby texts will be "spaceAround". >> >> Is that correct? >> >> Thanks, >> >> -- Pierre >> > >
Received on Thursday, 9 August 2018 15:38:35 UTC