You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a tag named "src-page:ar:الحرب الأهلية السورية" The right-to-left (Arabic) text is not properly isolated to the HTML element containing the tag name, so, for instance, on the tag page, the count of items with that tag appears to the left of the Arabic words, inside the tag name:
(Note: in order to prevent this very bug report from having the same problem, I have inserted Unicode direction isolation characters into the name of the tag. Those do not exist in my actual database.)
The best fix is probably to wrap each tag name in <bdi> ... </bdi> on render. Unicode direction isolation characters would also work, but they're invisible so that might be confusing.
The text was updated successfully, but these errors were encountered:
Consider a tag named "
src-page:ar:الحرب الأهلية السورية
" The right-to-left (Arabic) text is not properly isolated to the HTML element containing the tag name, so, for instance, on the tag page, the count of items with that tag appears to the left of the Arabic words, inside the tag name:(Note: in order to prevent this very bug report from having the same problem, I have inserted Unicode direction isolation characters into the name of the tag. Those do not exist in my actual database.)
The best fix is probably to wrap each tag name in
<bdi>
...</bdi>
on render. Unicode direction isolation characters would also work, but they're invisible so that might be confusing.The text was updated successfully, but these errors were encountered: