- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 28 Sep 2010 07:00:49 -0700
- To: "Aharon (Vladimir) Lanin" <aharon@google.com>
- CC: public-i18n-bidi@w3.org, W3C style mailing list <www-style@w3.org>
On 09/28/2010 01:09 AM, Aharon (Vladimir) Lanin wrote: > > Hm, I guess for <br ubi> it would mean it is treated as U+FFFC. > > This probably makes sense, if ubi were allowed on that element. > > I do not want it to work that way. We can disallow ubi (and dir) on > <br>, but I would be happier if it were part of the definition of > unicode-bidi:isolate. From the perspective of the CSS specifications, the <br> element is just another inline element. If it wants special behavior, that has to be defined in HTML. I would suggest to disallow ubi on <br> if that seems to be necessary, else add br[ubi] { unicode-bidi: normal; } to the default style sheet for HTML5. ~fantasai
Received on Tuesday, 28 September 2010 14:02:05 UTC