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

Basically the advice is:

1. Figure out the language and use `dir=rtl` and `dir=ltr` as appropriate, if you can.
2. Use `dir=auto` if you can't know the language.
3. Never use CSS `direction` or `unicode-bidi` properties with HTML. Only use HTML `dir` attribute.

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

Received on Tuesday, 15 January 2019 03:42:17 UTC