Linux Windows

  
[scriptable, uuid(50a1e151-8e5f-4bcc-aaaf-a4bed1190e93)]
interface nsIAccessibleTextChangeEvent : nsIAccessibleEvent

Attributes

 Returns length of changed text.
readonly attribute unsigned long length
 The inserted or removed text
readonly attribute DOMString modifiedText
 Returns offset of changed text in accessible.
readonly attribute long start

Methods

 Returns true if text was inserted, otherwise false.
boolean isInserted()