Open xfq opened 1 year ago
https://www.w3.org/International/questions/qa-ltr-scripts-in-rtl#styling_summary
Wrap your text in an element with the class attribute set to something like rlo, and associate it with CSS directional properties. If your text includes any characters that need to run left-to-right, nest those in a bdi element with class set to something like lro.
Wrap your text in an element with the class attribute set to something like rlo, and associate it with CSS directional properties.
class
rlo
If your text includes any characters that need to run left-to-right, nest those in a bdi element with class set to something like lro.
bdi
lro
It would be useful to briefly explain what rlo and lro mean, as the audience of this article may not be familiar with Unicode controls for bidi text.
https://www.w3.org/International/questions/qa-ltr-scripts-in-rtl#styling_summary
It would be useful to briefly explain what
rlo
andlro
mean, as the audience of this article may not be familiar with Unicode controls for bidi text.