Back to Content

unicode-bidi

files/en-us/web/svg/reference/attribute/unicode-bidi/index.md

latest1.0 KB
Original Source

The unicode-bidi attribute specifies how the accumulation of the background image is managed.

[!NOTE] As a presentation attribute, unicode-bidi also has a CSS property counterpart: {{cssxref("unicode-bidi")}}. When both are specified, the CSS property takes priority.

Elements

You can use this attribute with the following SVG elements:

  • {{SVGElement("textPath")}}
  • {{SVGElement("text")}}
  • {{SVGElement("tspan")}}

Usage notes

<table class="properties"> <tbody> <tr> <th scope="row">Value</th> <td>See {{cssxref("unicode-bidi", "", "#formal_syntax")}}</td> </tr> <tr> <th scope="row">Default value</th> <td><code>normal</code></td> </tr> <tr> <th scope="row">Animatable</th> <td>No</td> </tr> </tbody> </table>

For a description of the values, please refer to the CSS {{cssxref("unicode-bidi")}} property.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • CSS {{cssxref("unicode-bidi")}} property