Hi. For Gecko it's much easier if TEXT_BOUNDARY_FOO constants were the same
with IAccessible2 constants since it allows to have shared implementation.
I should notice however that IAccessible2 says to return no word for
TEXT_BOUNDARY_WORD if the given offset is outside a word. It seems it makes
the
Hey Alex.
On 04/14/2013 09:37 AM, Alexander Surkov wrote:
> Hi. For Gecko it's much easier if TEXT_BOUNDARY_FOO constants were the same
> with IAccessible2 constants since it allows to have shared implementation.
Ok, we'll definitely take that into account. We, of course, are not
striving for dif
Hey, Joanie.
Interesting. Personally I think it's nicer if a given chunk of text can
> be chopped up neatly into the various TEXT_BOUNDARY_FOO units with no
> scraps left over. Even for words.
>
I share this thinking but I don't know background of these constants.
> It seems it makes
> > the pre