unicodeBidi 属性与方向属性设置或返回是否应覆盖文本以支持同一文档中的多种语言。
Property | |||||
---|---|---|---|---|---|
unicodeBidi | Yes | Yes | Yes | Yes | Yes |
返回 unicodeBidi 属性:
object.style.unicodeBidi
设置 unicodeBidi 属性:
object.style.unicodeBidi = "normal|embed|bidi-override|initial|inherit"
Value | Description |
---|---|
normal | Does not use an additional level of embedding. This is default |
embed | Creates an additional level of embedding |
bidi-override | Creates an additional level of embedding. Reordering depends on the direction property |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 普通的 |
---|---|
返回值: | 一个字符串,表示双向算法的嵌入级别 |
CSS版本 | CSS2 |
CSS教程:CSS 文本
CSS 参考:unicode-bidi 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!