Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

dir

此页面上有脚本错误。虽然它是写给网站编辑,您可以在下面查看部分内容。

{{HTMLSidebar("Global_attributes")}}

全局属性dir是一个指示元素中文本方向的枚举属性。它的取值如下:

  • ltr, 指从,用于那种从左向右书写的语言(比如英语);
  • rtl, 指从,用于那种从右向左书写的语言(比如阿拉伯语);
  • auto, 指由用户代理决定方向。它在解析元素中字符时会运用一个基本算法,直到发现一个具有强方向性的字符,然后将这一方向应用于整个元素。

使用说明

这个属性对有不同语义的{{ HTMLElement("bdo") }}元素是必须的。

  • 这个属性在{{ HTMLElement("bdi") }}元素中不可继承。未赋值时,它的默认值是auto

  • 这个属性可以被CSS属性{{ cssxref("direction") }}和{{ cssxref("unicode-bidi") }}覆盖,如果CSS网页有效且该元素支持这些属性的话。

  • 由于文本的方向是和内容的语义而不是和表现相关,因此有可能的话,网页开发者使用这一属性而非CSS属性是被推荐的。这样,即使在不支持CSS或禁用CSS的浏览器中,文本也会正常显示。

  • auto应当用于方向未知的数据,如用户输入的数据,最终保存在数据库中的数据。

说明

Specification Status Comment
{{SpecName('HTML WHATWG', "dom.html#the-dir-attribute", "dir")}} {{Spec2('HTML WHATWG')}} 自上一版本{{SpecName('HTML5.1')}}没有明显变化。
{{SpecName('HTML5.1', "dom.html#the-dir-attribute", "dir")}} {{Spec2('HTML5.1')}} {{SpecName('HTML WHATWG')}}的快照, 和{{SpecName('HTML5 W3C')}}比没有变化
{{SpecName('HTML5 W3C', "dom.html#the-dir-attribute", "dir")}} {{Spec2('HTML5 W3C')}} {{SpecName('HTML WHATWG')}}的快照, 在 {{SpecName('HTML4.01')}}基础上增加了auto值,并且是全局属性。
{{SpecName('HTML4.01', "dirlang.html#h-8.2", "dir")}} {{Spec2('HTML4.01')}} 被所有元素支持除了{{HTMLElement("applet")}}, {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("bdo")}}, {{HTMLElement("br")}}, {{HTMLElement("frame")}}, {{HTMLElement("frameset")}}, {{HTMLElement("iframe")}}, {{HTMLElement("param")}}和{{HTMLElement("script")}}.

浏览器兼容性

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本支持 {{ 兼容版本未知 }} {{ 兼容版本未知 }} {{ 兼容版本未知 }} {{ 兼容版本未知 }} {{ 兼容版本未知}}
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
基本支持 {{ 兼容版本未知 }} {{ 兼容版本未知}} {{ 兼容版本未知 }} {{ 兼容版本未知 }} {{ 兼容版本未知}} {{ 兼容版本未知 }}

See also

  • 全部全局属性
  • 对应这个属性的{{domxref("HTMLElement.dir")}}。

文档标签和贡献者

 此页面的贡献者: mona
 最后编辑者: mona,