Idea Summary
At the moment, Universal Theme can't handle (LTR and RTL) styling together on the same page or components?
Use Case
1- We have data in both languages (LTR and RTL) and it should be displayed in the right place on the page.
2- When we enter data and change the keyboard (e.g. English (LTR) Persian, … (RTL))
Preferred Solution (Optional)
I think we need (dir="auto" and unicode-bidi: embed; and unicode-bidi: bidi-override; )
<div dir="auto" ><span style="unicode-bidi: embed;">TEST</span></div>
<div dir="auto" ><span style="unicode-bidi: embed;">تست</span></div>