
<bdi>: The Bidirectional Isolate element - MDN Web Docs
Apr 10, 2025 · The <bdi> HTML element tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted.
<bdi> - HTML(超文本标记语言) | MDN - MDN Web Docs
HTML 双向隔离元素(<bdi>)告诉浏览器的双向算法将其包含的文本与周围的文本隔离,当网站动态插入一些文本且不知道所插入文本的方向性时,此功能特别有用。
<bdi> - HTML | MDN - devdoc.net
The HTML <bdi> element (bidirectional isolation) isolates a span of text that might be formatted in a different direction from other text outside it. This element is useful when embedding text with an unknown directionality, from a database for example, inside text with a fixed directionality.
HTML element: bdi | Can I use... Support tables for HTML5, CSS3, …
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
<bdi>: The Bidirectional Isolation element - MDN - Mozilla …
Apr 22, 2018 · Yeah, the example is wrong, and the explanation is wrong. <bdi> doesn’t do right-to-left layout, it creates a new context for the bidi algorithm. That way, things like punctuation marks align to the text inside the bdi, and not the surroundings.
<bdi> element - HTML Reference
Get it now → Type: inline Self-closing: No Permalink Share MDN # bdi Allows to display part of a text in the opposite direction. Stands for bidirectional isolation. Example: Copy. The word ...
<bdo>: The Bidirectional Text Override element - MDN Web Docs
Apr 10, 2025 · Related HTML element: <bdi> Help improve MDN Was this page helpful to you? ... MDN on Bluesky; MDN on Mastodon; MDN on X (formerly Twitter) MDN on GitHub; MDN Blog RSS Feed; MDN. About; Blog; Careers; Advertise with us; Support. Product help; Report an issue; Our communities. MDN Community; MDN Forum; MDN Chat; Developers. Web Technologies ...
<bdi>: 書字方向分離要素 - HTML: ハイパーテキストマークアップ言語 | MDN
<bdi> は HTML の要素で、ブラウザーの書字方向アルゴリズムにこのテキストが周囲のテキストから独立しているものと扱うよう指示します。これは特に、ウェブサイトがテキストを動的に挿入するとき、挿入されるテキストの書字方向が不明な場合に便利です。
Bdi - HTML - W3cubDocs
The <bdi> HTML element tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted.
bdi – BiDi isolate (NEW) - HTML5 - GitHub Pages
The bdi element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting .
- Some results have been removed