Re: Problems with BidiCharTest.txt

2017-07-17 Thread Philippe Verdy via Unicode
That's not so sure, there are legacy browsers using an embedded mode for bdi as they don't implement the isolation mode (the older version of the BiDi algorithm). 2017-07-17 4:42 GMT+02:00 Martin J. Dürst : > On 2017/07/17 04:28, Philippe Verdy via Unicode wrote: > > The isolation mode is also th

Re: Problems with BidiCharTest.txt

2017-07-16 Thread Martin J. Dürst via Unicode
On 2017/07/17 04:28, Philippe Verdy via Unicode wrote: The isolation mode is also the one strongly recommended by default for elements in HTML, Well, that's for sure, because the "i" in "bdi" stands for "isolation", and the element was newly created for the isolation mode. Regards, Marti

Re: Problems with BidiCharTest.txt

2017-07-16 Thread Dov Grobgeld via Unicode
Thanks Eli. That makes sense of the test. Now I just need to figure out how to implement it... Indeed, Philippe, the isolate semantics is much easier to wrap your head around. Regards, Dov On Sun, Jul 16, 2017 at 8:09 PM, Eli Zaretskii wrote: > > Date: Sun, 16 Jul 2017 07:13:02 +0300 > > From:

Re: Problems with BidiCharTest.txt

2017-07-16 Thread Philippe Verdy via Unicode
That's another argument to deprecate the use of RLE/PDF (or embedding mode) in favor of the more recent isolating mode (which causes the text just after the isolated text to not inherit the direction context of the last inner content, as it occurs here with parentheses that cannot match the same co

Re: Problems with BidiCharTest.txt

2017-07-16 Thread Eli Zaretskii via Unicode
> Date: Sun, 16 Jul 2017 07:13:02 +0300 > From: Dov Grobgeld via Unicode > > While implementing UAX#9 for Unicode 6.3 (and beyond) in FriBidi, I'm trying > to pass all the tests of > BidiCharacterTest.txt , and I'm having problem understanding a few of the > tests that to me appear to > contrad