brackets displays wrongly for right to left display style

后端 未结 6 956
终归单人心
终归单人心 2020-12-05 00:06

The html code


hello (world)

you will see a page like this:

(hello         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 00:52

    This is the correct bracket rendering for right to left text (apparently). This article gives a bit more info.

    http://www.i18nguy.com/markup/right-to-left.html

    The dir attribute is now depreciated.

提交回复
热议问题