[Bug 19505] Describe visual direction when document encoding is iso-8859-8

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19505

--- Comment #12 from fantasai <fantasai.bugs@inkedblade.net> ---
Hmm. You could probably get most of the way there with
  * { unicode-bidi: bidi-override; }
  input, textarea, etc. { unicode-bidi: normal; }

The one thing you can't simulate that way is the interaction with actual
Unicode bidi control codes: those are ignored/treated as invisible neutral
characters afaict.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 27 November 2012 21:55:18 UTC