Bug 305729. No accessible name for HTML <button>s. r=timeless, sr=neil

This commit is contained in:
aaronleventhal%moonset.net 2005-08-24 19:17:39 +00:00
parent db7ae53d38
commit 11dfddb763

View File

@ -82,6 +82,7 @@ public:
nsHTML4ButtonAccessible(nsIDOMNode* aNode, nsIWeakReference* aShell);
NS_IMETHOD GetRole(PRUint32 *_retval);
NS_IMETHOD GetState(PRUint32 *_retval);
NS_IMETHOD GetName(nsAString& aName) { aName.Truncate(); return GetHTMLName(aName, PR_TRUE); }
NS_IMETHOD GetNumActions(PRUint8 *_retval);
NS_IMETHOD GetActionName(PRUint8 index, nsAString& _retval);
NS_IMETHOD DoAction(PRUint8 index);