Re: [csswg-drafts] [css-logical-props][css-writing-modes] Specify relation of text-orientation with abstract-to-physical mapping

<a href="https://www.w3.org/TR/css-writing-modes-3/#logical-directions">CSS Writing Modes Level 3 &sect;6.2. Flow-relative Directions</a>:
> inline-start
> The side from which text of the inline base direction would start. For boxes with a _used_ `direction` value of `ltr`, this means the line-left side. For boxes with a _used_ `direction` value of `rtl`, this means the line-right side. 

<a href="https://www.w3.org/TR/css-writing-modes-3/#text-orientation">CSS Writing Modes Level 3 &sect;5.1. Orienting Text: the text-orientation property</a>:
> upright
> &hellip;  This value causes the _used value_ of `direction` to be `ltr`, and for the purposes of bidi reordering, causes all characters to be treated as strong LTR.

I think we just need to clarify here that the used value is what's used... this still means the mapping depends only on computed `writing-mode`, `direction`, and `text-orientation`: `text-orientation: upright` basically forces used `direction` to `ltr`, that's all.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/691#issuecomment-413974948 using your GitHub account

Received on Friday, 17 August 2018 20:06:48 UTC