[i18n-drafts] Bidi support of lists (#309)

ahangarha has just created a new issue for https://github.com/w3c/i18n-drafts:

== Bidi support of lists ==
I have checked [Inline markup and bidirectional text in HTML](https://www.w3.org/International/articles/inline-bidi-markup/) and  [Structural markup and right-to-left text in HTML](https://www.w3.org/International/questions/qa-html-dir) for bidi support but couldn't find anything related to list items (ul, ol, li).

What should be the standard way of adding bidi support to lists? As per my understanding, we need to add `dir="auto"` to `ul` or `ol` but also each `li` should also have some way to support bidi. What should be done specially when different items are in different languages; some start with RTL and some with LTR.

Please view or discuss this issue at https://github.com/w3c/i18n-drafts/issues/309 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 24 July 2021 10:20:47 UTC