Bug 144700 To polish the nsIAccessibleHyperLink interface

r=kyle.yuan, r=aaronl, sr=jst

Check in for Gilbert.Fang@Sun.COM.


git-svn-id: svn://10.0.0.236/trunk@121860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kyle.yuan%sun.com 2002-05-20 02:31:14 +00:00
parent 12280dd41a
commit 2ec1c6ce57

View File

@ -31,9 +31,9 @@ interface nsIURI;
[scriptable, uuid(a492c7d6-1dd1-11b2-9bc0-80614884799a)]
interface nsIAccessibleHyperLink : nsISupports
{
readonly attribute long links;
readonly attribute long getStartIndex;
readonly attribute long getEndIndex;
readonly attribute long anchors;
readonly attribute long startIndex;
readonly attribute long endIndex;
nsIURI getURI (in long i);