Clarify getChildAtPoint() comment a bit. r=aaronlev

git-svn-id: svn://10.0.0.236/trunk@207737 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hwaara%gmail.com 2006-08-17 14:39:11 +00:00
parent 8e9f99c3e6
commit c0a8d7022a

View File

@ -164,7 +164,7 @@ interface nsIAccessible : nsISupports
readonly attribute nsIAccessible focusedChild;
/**
* Accessible child which contains the coordinate at x,y
* Accessible child which contains the coordinate at (x, y) in screen pixels.
*/
nsIAccessible getChildAtPoint(in long x, in long y);