3,860
edits
(→<bdi>) |
(→<bdo>) |
||
Line 49: | Line 49: | ||
The {{tag|bdo|o}} tag may make the text virtually unreadable, if used incorrectly. Mind the <code>dir{{=}}</code>. | The {{tag|bdo|o}} tag may make the text virtually unreadable, if used incorrectly. Mind the <code>dir{{=}}</code>. | ||
;<big> | ;<big>Correct</big> | ||
{| border="0" | {| border="0" | ||
| {{tlc|bdo|From left to right}} || → || {{bdo|From left to right}} | | {{tlc|bdo|dir{{=}}ltr|From left to right}} || → || {{bdo|dir=ltr|From left to right}} | ||
|- | |- | ||
| {{tlc|bdo | | {{tlc|bdo|من اليمين إلى اليسار}} || → || {{bdo|من اليمين إلى اليسار}} | ||
|} | |} | ||
;<big> | ;<big>Incorrect</big> | ||
{| border="0" | {| border="0" | ||
| {{tlc|bdo | | {{tlc|bdo|From left to right}} || → || {{bdo|From left to right}} | ||
|- | |- | ||
| {{tlc|bdo|من اليمين إلى اليسار}} || → || {{bdo|من اليمين إلى اليسار}} | | {{tlc|bdo|dir{{=}}ltr|من اليمين إلى اليسار}} || → || {{bdo|dir=ltr|من اليمين إلى اليسار}} | ||
|} | |} | ||
edits