Re: [css-writing-modes] text-combine-upright Applies to: non-replaced inline elements

On 07/15/2014 10:28 PM, Snsk Matsuki wrote:
> "text-combine-upright"(tcy) applies to "non-replaced inline
> elements"[1]. In my understanding, tcy shall not affect to "block
> level element(e.g. p)".
>
> <div style="text-combine-upright: digit">
>    <div style="writing-mode: vertical-rl">
>       <p> some text 6 </p>
>
> In case of above contents, the character "6" does not upright. If the
> string "some text 6" generate anonymous inline element, the character
> "6" should be upright?

text-combine-upright also inherits, so in the above case it would inherit
into the anonymous inline box that contains all the content of <p>, and
act there.

~fantasai

Received on Thursday, 17 July 2014 03:57:27 UTC