微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

方向(LTR / RTL):CSS方向和HTML方向属性有什么区别?

那么这有什么区别呢?
<body dir="rtl">

和这个?:

<body style="direction:rtl">

解决方法

< body dir =“rtl”>根据W3C的建议更为合适:

http://www.w3.org/International/questions/qa-bidi-css-markup

Because directionality is an integral part of the document structure,markup should be used to set the directionality for a document or chunk of information,or to identify places in the text where the Unicode bidirectional algorithm alone is insufficient to achieve desired directionality. […] You should therefore use dedicated bidi markup whenever it is available. Do not simply attach CSS styling to a general element to achieve the effect.

忽略CSS的用户代理也将受益于此方法.

原文地址:https://www.jb51.cc/css/217373.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。