- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 17 Jun 2014 18:46:38 -0700
- To: Richard Ishida <ishida@w3.org>
- CC: W3C Style <www-style@w3.org>, www International <www-international@w3.org>
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:24:01 UTC