From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/html/element%2Fbdo.html | 82 ----------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 devdocs/html/element%2Fbdo.html (limited to 'devdocs/html/element%2Fbdo.html') diff --git a/devdocs/html/element%2Fbdo.html b/devdocs/html/element%2Fbdo.html deleted file mode 100644 index 19e79386..00000000 --- a/devdocs/html/element%2Fbdo.html +++ /dev/null @@ -1,82 +0,0 @@ -

<bdo>: The Bidirectional Text Override element

The <bdo> HTML element overrides the current directionality of text, so that the text within is rendered in a different direction.

-

Try it

-
-

The text's characters are drawn from the starting point in the given direction; the individual characters' orientation is not affected (so characters don't get drawn backward, for example).

-
-

Attributes

-
-

This element's attributes include the global attributes.

dir

The direction in which text should be rendered in this element's contents. Possible values are:

  • -ltr: Indicates that the text should go in a left-to-right direction.
  • -rtl: Indicates that the text should go in a right-to-left direction.
-
-

Examples

-
-

html

-
<!-- Switch text direction -->
-<p>This text will go left to right.</p>
-<p><bdo dir="rtl">This text will go right to left.</bdo></p>
-
-
-

Result

-
- - -
-

Notes

-

The HTML 4 specification did not specify events for this element; they were added in XHTML. This is most likely an oversight.

-

Technical summary

-
Content categories Flow content, phrasing content, palpable content.
Permitted content -Phrasing content.
Tag omission None, both the starting and ending tag are mandatory.
Permitted parents Any element that accepts phrasing content.
Implicit ARIA role generic
Permitted ARIA roles Any
DOM interface HTMLElement Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.
-

Specifications

-
- - -
Specification
HTML Standard
# the-bdo-element
-

Browser compatibility

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
bdo≤151210Yes≤15≤44.4181014≤3.21.0
-

See also

-
-

- © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo -

-
-- cgit v1.2.3