B briansol Well-known member Apr 30, 2021 #1 What does <bdi> do? sample context: Code: <xf:if is="$reactionId"> <xf:reaction id="{$reactionId}" small="true" showtitle="true" appendtitle="{$total|number|parens}" /> <xf:else /> <bdi>{{ phrase('all') }}</bdi> {$total|number|parens} </xf:if>
What does <bdi> do? sample context: Code: <xf:if is="$reactionId"> <xf:reaction id="{$reactionId}" small="true" showtitle="true" appendtitle="{$total|number|parens}" /> <xf:else /> <bdi>{{ phrase('all') }}</bdi> {$total|number|parens} </xf:if>
Snog Well-known member Apr 30, 2021 #2 Bi-Directional Isolation The <bdi> tag isolates a part of text that might be formatted in a different direction from other text outside it.
Bi-Directional Isolation The <bdi> tag isolates a part of text that might be formatted in a different direction from other text outside it.