There was an error while loading. Please reload this page.
unicode-bidi: plaintext
This spec in w3.org: https://www.w3.org/TR/css-writing-modes-3/
When I set unicode-bidi to plaintext, direction should be set automatically. But on ul and ol tags, It not works.
unicode-bidi
plaintext
The example is:
<ul style="unicode-bidi:plaintext"> <li>سلام</li> <li>آزمایش</li> </ul> <ol style="unicode-bidi:plaintext"> <li>سلام</li> <li>آزمایش</li> </ol>
This spec in w3.org: https://www.w3.org/TR/css-writing-modes-3/
When I set
unicode-biditoplaintext, direction should be set automatically. But on ul and ol tags, It not works.The example is: