2008-10-16 02:12:05 -07:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2008-10-16 02:12:05 -07:00
|
|
|
|
|
|
|
#ifndef nsAccUtils_h_
|
|
|
|
#define nsAccUtils_h_
|
|
|
|
|
|
|
|
#include "nsIAccessible.h"
|
2008-10-17 03:10:43 -07:00
|
|
|
#include "nsIAccessibleRole.h"
|
2008-10-28 01:43:07 -07:00
|
|
|
#include "nsIAccessibleText.h"
|
2009-05-13 22:31:09 -07:00
|
|
|
#include "nsIAccessibleTable.h"
|
2010-06-08 09:39:58 -07:00
|
|
|
|
|
|
|
#include "nsAccessibilityService.h"
|
|
|
|
#include "nsCoreUtils.h"
|
2008-10-16 02:12:05 -07:00
|
|
|
|
2011-08-11 04:45:36 -07:00
|
|
|
#include "mozilla/dom/Element.h"
|
2010-06-08 09:39:58 -07:00
|
|
|
#include "nsIDocShell.h"
|
2008-10-16 02:12:05 -07:00
|
|
|
#include "nsIDOMNode.h"
|
|
|
|
#include "nsIPersistentProperties2.h"
|
2010-06-08 09:39:58 -07:00
|
|
|
#include "nsIPresShell.h"
|
2008-10-16 02:12:05 -07:00
|
|
|
#include "nsPoint.h"
|
|
|
|
|
2008-10-31 20:58:07 -07:00
|
|
|
class nsAccessNode;
|
2012-05-28 18:18:45 -07:00
|
|
|
class Accessible;
|
2010-06-11 21:04:24 -07:00
|
|
|
class nsHyperTextAccessible;
|
2009-05-13 22:31:09 -07:00
|
|
|
class nsHTMLTableAccessible;
|
2012-05-27 02:01:40 -07:00
|
|
|
class DocAccessible;
|
2012-04-13 07:17:03 -07:00
|
|
|
struct nsRoleMapEntry;
|
2009-06-29 08:38:17 -07:00
|
|
|
#ifdef MOZ_XUL
|
|
|
|
class nsXULTreeAccessible;
|
|
|
|
#endif
|
2008-10-31 20:58:07 -07:00
|
|
|
|
2008-10-16 02:12:05 -07:00
|
|
|
class nsAccUtils
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
/**
|
|
|
|
* Returns value of attribute from the given attributes container.
|
|
|
|
*
|
|
|
|
* @param aAttributes - attributes container
|
|
|
|
* @param aAttrName - the name of requested attribute
|
|
|
|
* @param aAttrValue - value of attribute
|
|
|
|
*/
|
|
|
|
static void GetAccAttr(nsIPersistentProperties *aAttributes,
|
|
|
|
nsIAtom *aAttrName,
|
|
|
|
nsAString& aAttrValue);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Set value of attribute for the given attributes container.
|
|
|
|
*
|
|
|
|
* @param aAttributes - attributes container
|
|
|
|
* @param aAttrName - the name of requested attribute
|
|
|
|
* @param aAttrValue - new value of attribute
|
|
|
|
*/
|
|
|
|
static void SetAccAttr(nsIPersistentProperties *aAttributes,
|
|
|
|
nsIAtom *aAttrName,
|
|
|
|
const nsAString& aAttrValue);
|
|
|
|
|
|
|
|
/**
|
2010-01-06 02:36:50 -08:00
|
|
|
* Set group attributes ('level', 'setsize', 'posinset').
|
2008-10-16 02:12:05 -07:00
|
|
|
*/
|
2010-01-06 02:36:50 -08:00
|
|
|
static void SetAccGroupAttrs(nsIPersistentProperties *aAttributes,
|
|
|
|
PRInt32 aLevel, PRInt32 aSetSize,
|
|
|
|
PRInt32 aPosInSet);
|
2008-10-16 02:12:05 -07:00
|
|
|
|
2010-01-12 11:07:38 -08:00
|
|
|
/**
|
|
|
|
* Get default value of the level for the given accessible.
|
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static PRInt32 GetDefaultLevel(Accessible* aAcc);
|
2010-01-12 11:07:38 -08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Return ARIA level value or the default one if ARIA is missed for the
|
|
|
|
* given accessible.
|
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static PRInt32 GetARIAOrDefaultLevel(Accessible* aAccessible);
|
2010-01-12 11:07:38 -08:00
|
|
|
|
2008-10-16 02:12:05 -07:00
|
|
|
/**
|
2010-01-06 02:36:50 -08:00
|
|
|
* Compute group level for nsIDOMXULContainerItemElement node.
|
2008-10-16 02:12:05 -07:00
|
|
|
*/
|
2010-06-11 01:23:18 -07:00
|
|
|
static PRInt32 GetLevelForXULContainerItem(nsIContent *aContent);
|
2008-10-16 02:12:05 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Set container-foo live region attributes for the given node.
|
|
|
|
*
|
|
|
|
* @param aAttributes where to store the attributes
|
|
|
|
* @param aStartContent node to start from
|
|
|
|
* @param aTopContent node to end at
|
|
|
|
*/
|
|
|
|
static void SetLiveContainerAttributes(nsIPersistentProperties *aAttributes,
|
|
|
|
nsIContent *aStartContent,
|
|
|
|
nsIContent *aTopContent);
|
|
|
|
|
|
|
|
/**
|
2009-01-12 09:20:34 -08:00
|
|
|
* Any ARIA property of type boolean or NMTOKEN is undefined if the ARIA
|
|
|
|
* property is not present, or is "" or "undefined". Do not call
|
|
|
|
* this method for properties of type string, decimal, IDREF or IDREFS.
|
|
|
|
*
|
2011-10-17 07:59:28 -07:00
|
|
|
* Return true if the ARIA property is defined, otherwise false
|
2009-01-12 09:20:34 -08:00
|
|
|
*/
|
2011-09-28 23:19:26 -07:00
|
|
|
static bool HasDefinedARIAToken(nsIContent *aContent, nsIAtom *aAtom);
|
2009-01-12 09:20:34 -08:00
|
|
|
|
2011-08-11 04:45:36 -07:00
|
|
|
/**
|
|
|
|
* Return atomic value of ARIA attribute of boolean or NMTOKEN type.
|
|
|
|
*/
|
|
|
|
static nsIAtom* GetARIAToken(mozilla::dom::Element* aElement, nsIAtom* aAttr);
|
|
|
|
|
2010-06-08 09:39:58 -07:00
|
|
|
/**
|
|
|
|
* Return document accessible for the given DOM node.
|
|
|
|
*/
|
2012-05-27 02:01:40 -07:00
|
|
|
static DocAccessible* GetDocAccessibleFor(nsINode* aNode)
|
2010-06-08 09:39:58 -07:00
|
|
|
{
|
|
|
|
nsIPresShell *presShell = nsCoreUtils::GetPresShellFor(aNode);
|
2012-04-16 22:29:47 -07:00
|
|
|
return GetAccService()->GetDocAccessible(presShell);
|
2010-06-08 09:39:58 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return document accessible for the given docshell.
|
|
|
|
*/
|
2012-05-27 02:01:40 -07:00
|
|
|
static DocAccessible* GetDocAccessibleFor(nsIDocShellTreeItem* aContainer)
|
2010-06-08 09:39:58 -07:00
|
|
|
{
|
|
|
|
nsCOMPtr<nsIDocShell> docShell(do_QueryInterface(aContainer));
|
|
|
|
nsCOMPtr<nsIPresShell> presShell;
|
|
|
|
docShell->GetPresShell(getter_AddRefs(presShell));
|
2012-04-16 22:29:47 -07:00
|
|
|
return GetAccService()->GetDocAccessible(presShell);
|
2010-06-08 09:39:58 -07:00
|
|
|
}
|
|
|
|
|
2008-10-16 02:12:05 -07:00
|
|
|
/**
|
2010-06-11 01:23:18 -07:00
|
|
|
* Return ancestor in this document with the given role if it exists.
|
|
|
|
*
|
|
|
|
* @param aDescendant [in] descendant to start search with
|
|
|
|
* @param aRole [in] role to find matching ancestor for
|
|
|
|
* @return the ancestor accessible with the given role, or
|
|
|
|
* nsnull if no match is found
|
2008-10-16 02:12:05 -07:00
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static Accessible* GetAncestorWithRole(Accessible* aDescendant,
|
|
|
|
PRUint32 aRole);
|
2008-10-16 02:12:05 -07:00
|
|
|
|
2009-12-11 11:38:55 -08:00
|
|
|
/**
|
|
|
|
* Return single or multi selectable container for the given item.
|
|
|
|
*
|
|
|
|
* @param aAccessible [in] the item accessible
|
|
|
|
* @param aState [in] the state of the item accessible
|
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static Accessible* GetSelectableContainer(Accessible* aAccessible,
|
|
|
|
PRUint64 aState);
|
2009-12-11 11:38:55 -08:00
|
|
|
|
2009-09-10 18:07:56 -07:00
|
|
|
/**
|
|
|
|
* Return true if the DOM node of given accessible has aria-selected="true"
|
|
|
|
* attribute.
|
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static bool IsARIASelected(Accessible* aAccessible);
|
2009-09-10 18:07:56 -07:00
|
|
|
|
2008-10-28 01:43:07 -07:00
|
|
|
/**
|
|
|
|
* Return text accessible containing focus point of the given selection.
|
|
|
|
* Used for normal and misspelling selection changes processing.
|
|
|
|
*
|
|
|
|
* @param aSelection [in] the given selection
|
|
|
|
* @return text accessible
|
|
|
|
*/
|
2011-01-27 21:15:22 -08:00
|
|
|
static nsHyperTextAccessible*
|
2010-11-29 08:03:29 -08:00
|
|
|
GetTextAccessibleFromSelection(nsISelection* aSelection);
|
2008-10-28 01:43:07 -07:00
|
|
|
|
2008-10-16 02:12:05 -07:00
|
|
|
/**
|
|
|
|
* Converts the given coordinates to coordinates relative screen.
|
|
|
|
*
|
|
|
|
* @param aX [in] the given x coord
|
|
|
|
* @param aY [in] the given y coord
|
|
|
|
* @param aCoordinateType [in] specifies coordinates origin (refer to
|
|
|
|
* nsIAccessibleCoordinateType)
|
|
|
|
* @param aAccessNode [in] the accessible if coordinates are given
|
|
|
|
* relative it.
|
|
|
|
* @param aCoords [out] converted coordinates
|
|
|
|
*/
|
|
|
|
static nsresult ConvertToScreenCoords(PRInt32 aX, PRInt32 aY,
|
|
|
|
PRUint32 aCoordinateType,
|
2010-06-11 01:23:18 -07:00
|
|
|
nsAccessNode *aAccessNode,
|
2008-10-16 02:12:05 -07:00
|
|
|
nsIntPoint *aCoords);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Converts the given coordinates relative screen to another coordinate
|
|
|
|
* system.
|
|
|
|
*
|
|
|
|
* @param aX [in, out] the given x coord
|
|
|
|
* @param aY [in, out] the given y coord
|
|
|
|
* @param aCoordinateType [in] specifies coordinates origin (refer to
|
|
|
|
* nsIAccessibleCoordinateType)
|
|
|
|
* @param aAccessNode [in] the accessible if coordinates are given
|
|
|
|
* relative it
|
|
|
|
*/
|
|
|
|
static nsresult ConvertScreenCoordsTo(PRInt32 *aX, PRInt32 *aY,
|
|
|
|
PRUint32 aCoordinateType,
|
2010-06-11 01:23:18 -07:00
|
|
|
nsAccessNode *aAccessNode);
|
2008-10-16 02:12:05 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns coordinates relative screen for the top level window.
|
|
|
|
*
|
|
|
|
* @param aAccessNode the accessible hosted in the window
|
|
|
|
*/
|
2010-06-11 01:23:18 -07:00
|
|
|
static nsIntPoint GetScreenCoordsForWindow(nsAccessNode *aAccessNode);
|
2008-10-16 02:12:05 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns coordinates relative screen for the parent of the given accessible.
|
|
|
|
*
|
|
|
|
* @param aAccessNode the accessible
|
|
|
|
*/
|
2010-06-11 01:23:18 -07:00
|
|
|
static nsIntPoint GetScreenCoordsForParent(nsAccessNode *aAccessNode);
|
2008-10-16 02:12:05 -07:00
|
|
|
|
2008-10-17 03:10:43 -07:00
|
|
|
/**
|
|
|
|
* Return the role of the given accessible.
|
|
|
|
*/
|
|
|
|
static PRUint32 Role(nsIAccessible *aAcc)
|
|
|
|
{
|
|
|
|
PRUint32 role = nsIAccessibleRole::ROLE_NOTHING;
|
|
|
|
if (aAcc)
|
2009-03-07 07:38:58 -08:00
|
|
|
aAcc->GetRole(&role);
|
2008-10-17 03:10:43 -07:00
|
|
|
|
|
|
|
return role;
|
|
|
|
}
|
|
|
|
|
2009-02-15 00:15:31 -08:00
|
|
|
/**
|
|
|
|
* Get the ARIA attribute characteristics for a given ARIA attribute.
|
|
|
|
*
|
|
|
|
* @param aAtom ARIA attribute
|
|
|
|
* @return A bitflag representing the attribute characteristics
|
|
|
|
* (see nsARIAMap.h for possible bit masks, prefixed "ARIA_")
|
|
|
|
*/
|
|
|
|
static PRUint8 GetAttributeCharacteristics(nsIAtom* aAtom);
|
|
|
|
|
2009-02-18 22:56:19 -08:00
|
|
|
/**
|
2009-08-27 22:27:27 -07:00
|
|
|
* Get the 'live' or 'container-live' object attribute value from the given
|
2009-02-18 22:56:19 -08:00
|
|
|
* ELiveAttrRule constant.
|
2009-08-27 22:27:27 -07:00
|
|
|
*
|
|
|
|
* @param aRule [in] rule constant (see ELiveAttrRule in nsAccMap.h)
|
|
|
|
* @param aValue [out] object attribute value
|
|
|
|
*
|
|
|
|
* @return true if object attribute should be exposed
|
2009-02-18 22:56:19 -08:00
|
|
|
*/
|
2011-09-28 23:19:26 -07:00
|
|
|
static bool GetLiveAttrValue(PRUint32 aRule, nsAString& aValue);
|
2009-02-18 22:56:19 -08:00
|
|
|
|
2012-05-07 16:49:41 -07:00
|
|
|
#ifdef DEBUG
|
2008-10-17 03:10:43 -07:00
|
|
|
/**
|
|
|
|
* Detect whether the given accessible object implements nsIAccessibleText,
|
|
|
|
* when it is text or has text child node.
|
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static bool IsTextInterfaceSupportCorrect(Accessible* aAccessible);
|
2008-10-16 02:12:05 -07:00
|
|
|
#endif
|
|
|
|
|
2008-10-17 03:10:43 -07:00
|
|
|
/**
|
|
|
|
* Return true if the given accessible has text role.
|
|
|
|
*/
|
2011-09-28 23:19:26 -07:00
|
|
|
static bool IsText(nsIAccessible *aAcc)
|
2008-10-17 03:10:43 -07:00
|
|
|
{
|
|
|
|
PRUint32 role = Role(aAcc);
|
|
|
|
return role == nsIAccessibleRole::ROLE_TEXT_LEAF ||
|
|
|
|
role == nsIAccessibleRole::ROLE_STATICTEXT;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2010-05-25 01:40:54 -07:00
|
|
|
* Return text length of the given accessible, return 0 on failure.
|
2008-10-17 03:10:43 -07:00
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static PRUint32 TextLength(Accessible* aAccessible);
|
2008-10-17 03:10:43 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Return true if the given accessible is embedded object.
|
|
|
|
*/
|
2011-09-28 23:19:26 -07:00
|
|
|
static bool IsEmbeddedObject(nsIAccessible *aAcc)
|
2008-10-17 03:10:43 -07:00
|
|
|
{
|
|
|
|
PRUint32 role = Role(aAcc);
|
|
|
|
return role != nsIAccessibleRole::ROLE_TEXT_LEAF &&
|
|
|
|
role != nsIAccessibleRole::ROLE_WHITESPACE &&
|
|
|
|
role != nsIAccessibleRole::ROLE_STATICTEXT;
|
|
|
|
}
|
|
|
|
|
2011-04-09 16:38:06 -07:00
|
|
|
/**
|
|
|
|
* Transform nsIAccessibleStates constants to internal state constant.
|
|
|
|
*/
|
|
|
|
static inline PRUint64 To64State(PRUint32 aState1, PRUint32 aState2)
|
|
|
|
{
|
|
|
|
return static_cast<PRUint64>(aState1) +
|
|
|
|
(static_cast<PRUint64>(aState2) << 31);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Transform internal state constant to nsIAccessibleStates constants.
|
|
|
|
*/
|
|
|
|
static inline void To32States(PRUint64 aState64,
|
|
|
|
PRUint32* aState1, PRUint32* aState2)
|
|
|
|
{
|
|
|
|
*aState1 = aState64 & 0x7fffffff;
|
|
|
|
if (aState2)
|
|
|
|
*aState2 = static_cast<PRUint32>(aState64 >> 31);
|
|
|
|
}
|
|
|
|
|
2008-10-17 03:10:43 -07:00
|
|
|
/**
|
|
|
|
* Return true if the given accessible can't have children. Used when exposing
|
|
|
|
* to platform accessibility APIs, should the children be pruned off?
|
|
|
|
*/
|
2012-05-28 18:18:45 -07:00
|
|
|
static bool MustPrune(Accessible* aAccessible);
|
2008-10-17 03:10:43 -07:00
|
|
|
|
2009-09-10 18:07:56 -07:00
|
|
|
/**
|
|
|
|
* Search hint enum constants. Used by GetHeaderCellsFor() method.
|
|
|
|
*/
|
|
|
|
enum {
|
|
|
|
// search for row header cells, left direction
|
|
|
|
eRowHeaderCells,
|
|
|
|
// search for column header cells, top direction
|
|
|
|
eColumnHeaderCells
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return an array of row or column header cells for the given cell.
|
|
|
|
*
|
|
|
|
* @param aTable [in] table accessible
|
|
|
|
* @param aCell [in] cell accessible within the given table to
|
|
|
|
* get header cells
|
|
|
|
* @param aRowOrColHeaderCells [in] specifies whether column or row header
|
|
|
|
* cells are returned (see enum constants
|
|
|
|
* above)
|
|
|
|
* @param aCells [out] array of header cell accessibles
|
|
|
|
*/
|
|
|
|
static nsresult GetHeaderCellsFor(nsIAccessibleTable *aTable,
|
|
|
|
nsIAccessibleTableCell *aCell,
|
|
|
|
PRInt32 aRowOrColHeaderCells,
|
|
|
|
nsIArray **aCells);
|
2008-10-17 03:10:43 -07:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|