Re: [csswg-drafts] [css-writing-modes] `unicode-bidi: plaintext` not affect ul/ol (#3491)

As far as I can tell, it does what it is supposed to do, but that seems to be less than what you expect it to do:
* it only affects bidi reordering of text, not anything (like which side the list markers go on) which depends on the computed value of the `direction` property
* it is not inherited.

I think this little demo should help clarify: https://jsbin.com/valaluf/edit?html,output

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

Received on Monday, 14 January 2019 06:21:18 UTC