Section 3.10. The bdo Tag


3.10. The <bdo> Tag

As we mentioned earlier, the authors of the HTML 4 standard made a concerted effort to include standard ways that web agents (browsers) are supposed to treat and display the many different human languages and dialects. Accordingly, the HTML 4 standard and its progeny, XHTML, contain the universal dir and lang attributes that let you explicitly advise the browser that the whole document or specific tagged segments within it are in a particular language. These language- related attributes, then, may affect some display characteristics; for example, the dir attribute tells the browser to write the words across the display from either left to right ( dir=ltr ), as for most Western languages, or right to left ( dir=rtl ), as for many Asian languages.[The dir attribute, 3.6.1.1] [The lang attribute, 3.6.1.2]

The various Unicode and ISO standards for language encoding and display may conflict with your best intentions. In particular, the contents of some other documents, such as a Multipurpose Internet Mail Extension (MIME)-encoded file, may already be properly formatted, and your document may misadvise the browser to undo that encoding. Hence, the HTML 4 and XHTML standards have the <bdo> tag. With it, you override any current and inherited dir specifications. And with the tag's required dir attribute, you definitively specify the direction in which the tag's contents should be displayed.

For example, Figure 3-5 shows how Internet Explorer handles the following HTML fragment containing a <bdo> redirection:

 <bdo dir=rtl>This would be readable if in Chinese, perhaps.</bdo> Back to the Western way of reading and writing. 

Figure 3-5. Tricks with <bdo> redirected text flow

Admittedly, the effects of the <bdo> tag are a bit esoteric, and the opportunities to use it currently are rare.

<bdo>

Function

Overrides bidirectional algorithms for content display

Attributes

class , dir , id , lang , style , title

End tag

</bdo> ; never omitted

Contains

text

Used in

body_content





HTML & XHTML(c) The definitive guide
Data Networks: Routing, Security, and Performance Optimization
ISBN: 596527322
EAN: 2147483647
Year: 2004
Pages: 189
Authors: Tony Kenyon

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net