html - CSS acting weird with change in reading direction -


good morning,

i have weird reaction css, when changing document reading direction ltr rtl.

when try display text such adress: 28 main street - xxxx -xxx -xxxx

i end main street - xxxx -xxx -xxxx 28

see http://codepen.io/anon/pen/dgjzog

<html dir="rtl">   <span>28 main street - 00000 - city - country</span>   </br>   <span>main street - 00000 - city - country</span>   </br>   <span>plop 28 main street - 00000 - city - country</span> </html> 

i think that's how supposed work. check out these links. right-to-left text in html , css direction . reversing text, check link. hope helps.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -