Confirmed users
198
edits
(Remove "virtual" from pivot names) |
|||
| Line 4: | Line 4: | ||
== Interfaces == | == Interfaces == | ||
=== | === nsIAccessiblePivot === | ||
interface nsIAccessiblePivot : nsISupports | interface nsIAccessiblePivot : nsISupports | ||
| Line 65: | Line 65: | ||
}; | }; | ||
=== | === nsIAccessiblePivotObserver === | ||
interface | interface nsIAccessiblePivotObserver : nsISupports | ||
{ | { | ||
/** | /** | ||
| Line 85: | Line 85: | ||
* The virtual cursor pivot for this document. | * The virtual cursor pivot for this document. | ||
*/ | */ | ||
readonly attribute | readonly attribute nsIAccessiblePivot virtualCursor; | ||
/** | /** | ||
* Create a new pivot in this document. | * Create a new pivot in this document. | ||
*/ | */ | ||
nsIAccessiblePivot createAccessiblePivot(); | |||
} | } | ||
| Line 136: | Line 136: | ||
}, | }, | ||
QueryInterface: XPCOMUtils.generateQI([ | QueryInterface: XPCOMUtils.generateQI([nsIAccessiblePivotObserver]) | ||
} | } | ||