Re: The elements to which unicode-bidi:isolate applies

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:18 UTC