What is the difference between using bdo
<bdo dir="rtl">CIBARA english EMOS</bdo>
and using most tags with dir
attribute like
<span dir="rtl">CIBARA english EMOS</span>
I know this question is similar to should i always use bdo for text direction?, but I still do not understand why the use of the dir
attribute is "adequate" and bdo
is not needed.
Doesn't the dir
attribute "override the inherent directionality of letters" anyway? In which instances must I use bdo
?