Re: [csswg-drafts] [css-writing-modes] Should text-combine-upright apply to sideways writing modes?

It's not necessarily complicating implementation. Firefox can render it "as expected" and it doesn't seem to me that we have any specific code for handling that. It happens just because I used a condition similar to `writing_mode != horizontal-tb` for the flag.

But I'm fine removing that support as well if it's not desired, though. It should be as simple as just extending that condition mentioned above :)

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

Received on Thursday, 27 September 2018 05:27:17 UTC