Re: 'dir' attribute on BIDI inline elements and actual browsers

On 12/19/06, Paul Nelson (ATC) <paulnel@winse.microsoft.com> wrote:
>
> The Unicode Bidirectional algorithm(http://www.unicode.org/reports/tr9/)
> provides the guidance on how to process this. The correct layout is [1].

Given the intervening period between

<span dir="rtl">&#1506;&#1489;&#1512;&#1497;&#1514;2</span>

and

<span dir="rtl">&#1506;&#1489;&#1512;&#1497;&#1514;3</span>

that inherits its parents text direction (ltr) shouldn't 2 be the
correct rendering?

What would be the correct rendering for:

<p>English1 <span dir="rtl">&#1506;&#1489;&#1512;&#1497;&#1514;2</span>
English 2.5 <span
dir="rtl">&#1506;&#1489;&#1512;&#1497;&#1514;3</span> Englisch4.</p>

or are there special cases for punctuation?

-- 

Orion Adrian

Received on Wednesday, 20 December 2006 15:08:12 UTC