[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

fantasai <fantasai.bugs@inkedblade.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fantasai.bugs@inkedblade.ne
                   |                            |t

--- Comment #3 from fantasai <fantasai.bugs@inkedblade.net> 2010-10-07 09:12:26 UTC ---
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.

-- 
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 Thursday, 7 October 2010 09:12:28 UTC