Accessibility/IA2 1.3: Difference between revisions

Line 30: Line 30:


==caret accessible and offset==
==caret accessible and offset==
https://lists.linux-foundation.org/pipermail/accessibility-ia2/2010-December/001299.html
 
<pre>
interface IAccessible2_2 : public IAccessible2
{
  /**
  * Return hypertext accessible in subtree of the accessible and caret
  * offset within it.
  */
  [propget] HRESULT accessibleWithCaret (
    [out, retval] IUnknown **accessible,
    [out] long* caretOffset);
};
</pre>
 
see [https://lists.linux-foundation.org/pipermail/accessibility-ia2/2010-December/001299.html IA2 thread] for discussion


==get anchor target method==
==get anchor target method==
https://bugzilla.mozilla.org/show_bug.cgi?id=617544
https://bugzilla.mozilla.org/show_bug.cgi?id=617544
Confirmed users
1,396

edits