[Bug 10815] i18n comment 10 : block elements with display:inline should get ubi instead of default dir

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10815

--- Comment #8 from Aharon Lanin <aharon.lists.lanin@gmail.com> 2010-10-09 18:39:14 UTC ---
(In reply to comment #3)
> Adding 
>   <allblockelementsselector> {
>     unicode-bidi: isolate;
>   }
> 
>   <allblockelementsselector>[ubi=off] {
>     unicode-bidi: normal;
>   }
> is pretty straightforward. You do need to specify that the default value of
> 'ubi' is different for block elements than for inline elements, however, since
> some implementations (e.g. IE) do put default values in the DOM such that they
> can be selected.

Sounds great!

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 9 October 2010 18:39:16 UTC