Re: [g-a-devel] RFC: AtkText simplification

2013-04-14 Thread Alexander Surkov
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

Re: [g-a-devel] RFC: AtkText simplification

2013-04-14 Thread Joanmarie Diggs
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

Re: [g-a-devel] RFC: AtkText simplification

2013-04-14 Thread Alexander Surkov
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