GNOME Bugzilla – Bug 700183
Deprecate the START/END text boundaries; create new boundaries which mimic START functionality
Last modified: 2013-12-16 11:18:16 UTC
Currently [1] ATK has the following AtkTextBoundary variants: ATK_TEXT_BOUNDARY_CHAR ATK_TEXT_BOUNDARY_WORD_START ATK_TEXT_BOUNDARY_WORD_END ATK_TEXT_BOUNDARY_SENTENCE_START ATK_TEXT_BOUNDARY_SENTENCE_END ATK_TEXT_BOUNDARY_LINE_START ATK_TEXT_BOUNDARY_LINE_END This is overkill (ATs don't need them all) and also more work for implementors of ATK. Instead we should have: ATK_TEXT_BOUNDARY_CHAR ATK_TEXT_BOUNDARY_WORD ATK_TEXT_BOUNDARY_SENTENCE ATK_TEXT_BOUNDARY_LINE The word, sentence, and line boundaries would have the same behavior as the "start" variant. On a related note, Orca is the main (if not the only) consumer of this functionality. It no longer uses the END variant for the above boundaries. [1] https://developer.gnome.org/atk/unstable/AtkText.html#AtkTextBoundary
AtkTextBounday became deprecated in favor of AtkTextGranularity with bug 705580. Closing as duplicate. *** This bug has been marked as a duplicate of bug 705580 ***