: The BDO Element
Last updated: 2026-09-12
<bdo>The BDO Element
Bi-directional override: forces the text direction via dir, e.g. rendering English right-to-left.
| Category | Text Content |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </bdo> tag |
| Status | Standard |
📝 Syntax
<bdo dir="rtl">overridden direction</bdo>
⚙️ Attributes
This element supports the global attributes plus the following:
| Attribute | Value | Description |
|---|---|---|
dir | Forced direction: ltr or rtl. |
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <bdo> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: bdo overrides the natural direction—useful for demos; prefer bdi for everyday use.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.