[scriptable, uuid(0e80f152-d676-4fba-8862-9dc4eb761442)]
Methods
nsIAccessible
createHTMLAccessibleByMarkup(in nsISupports aFrame, in nsIWeakReference aWeakShell, in nsIDOMNode aDOMNode, in AString aRole)
nsIAccessible
createHTMLAreaAccessible(in nsIWeakReference aPresShell, in nsIDOMNode aDOMNode, in nsIAccessible aAccParent)
nsIAccessible
createHTMLLIAccessible(in nsISupports aFrame, in nsISupports aBulletFrame, in AString aBulletText)
nsIAccessible
createHTMLSelectOptionAccessible(in nsIDOMNode aNode, in nsIAccessible aAccParent, in nsISupports aPresShell)
[noscript]
nsIAccessible
getAccessible(in nsIDOMNode aNode, in nsIPresShell aPresShell, in nsIWeakReference aWeakShell, inout nsIFrame frameHint, out boolean aIsHidden)
Invalidate the accessibility cache associated with aPresShell, for accessibles
that were generated for aContainerContent and it's subtree.
The container content node for the change is passed in, rather than the
changed presentation for the content node itself.
@param aPresShell The presShell where changes occured
@param aChangeContent The affected DOM content
@param aEvent The event from nsIAccessibleEvent that
caused the change:
Must be one of:
EVENT_REORDER (change),
EVENT_SHOW (make visible or create) or
EVENT_HIDE (destroy or hide)