- From: <bugzilla@jessica.w3.org>
- Date: Tue, 27 Nov 2012 21:55:17 +0000
- To: public-css-bugzilla@w3.org
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