Bug 144700 To polish the nsIAccessibleHyperLink interface

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

Check in for Gilbert.Fang@Sun.COM.
This commit is contained in:
kyle.yuan%sun.com 2002-05-20 02:31:14 +00:00
Родитель 300b58d7e1
Коммит 79032e2971
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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);