开发者

Strange brackets layout in RTL text direction region

The following html sni开发者_如何学Cppet

<div dir="rtl">
    test (test)
</div>

shows

(test (test

in all browsers.

Why?


dir="rtl" relates to the presentation of certain languages that go from right to left. According to this http://www.i18nguy.com/markup/right-to-left.html website you should use logical characters instead of visual characters if you are wanting the same visual effect seen in the LTR view.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜