In the method:

 

[propget] HRESULT oldText

(

[out, retval] IA2TextSegment *oldText

);

 

what a server is supposed to return in oldText->start and oldText->end?

 

1. a degenerated range, i.e., start = end = the offset where the text
were to be inserted to go back to the state before the text was removed.
This would be a valid offset in the new content of the text field.

 

or

 

2. the start and end offsets before the text was removed. At least one
of these two offsets may not longer be a valid offset into the content
of the field.

 

I would rather 1., because a potentially out of range offset may be
problematic, but would like to hear other people's take on it.

 

Thanks,

 

--Andres.

 

_______________________________________________
Accessibility-ia2 mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/accessibility-ia2

Reply via email to