Re: [css3-writing-modes] i18n-ISSUE-167: Example of Bidirectional Text

On 03/24/2014 09:11 AM, Richard Ishida wrote:
> Just looked at the latest CR draft http://www.w3.org/TR/2014/CR-css-writing-modes-3-20140320/
>
> I think that the CSS in example 2:
>
> /* Rules for bidi */
> [dir=ltr] {direction: rtl;}
> [dir=rtl] {direction: ltr;}
> quote     {unicode-bidi: isolate;}
>
>
> should probably now be:
>
> /* Rules for bidi */
> [dir=ltr] {direction: rtl; unicode-bidi: isolate; }
> [dir=rtl] {direction: ltr; unicode-bidi: isolate; }
>
>
> This concords with the advice we give authors in http://www.w3.org/International/articles/inline-bidi-markup/ and with the
> shift to dir being always isolating, and it also makes the extra line for quote unnecessary.

Fixed.

~fantasai

Received on Sunday, 22 June 2014 02:23:57 UTC