Accessibility/WebAccessibilityAPI: Difference between revisions

Jump to navigation Jump to search
Line 863: Line 863:


Virtual cursor is accessible position attached to the accessible document. It's unique per document.
Virtual cursor is accessible position attached to the accessible document. It's unique per document.
// Ensure that the virtual cursor is survivable. If it ends up in the hidden sub-tree for example.
// Also take into account walking to/from parent/child frames


<pre>
<pre>
Line 874: Line 871:


Whenever the virtual cursor position is changed then ''cursor_moved'' event is fired.
Whenever the virtual cursor position is changed then ''cursor_moved'' event is fired.
Questions/concerns:
* Ensure that the virtual cursor is survivable. If it ends up in the hidden sub-tree for example. If subtee gets destroyed then cursor should be moved. If AccessiblePos doesn't have matching function then it's unclear where it should be moved.
* Also take into account walking to/from parent/child frames


==Text==
==Text==
Confirmed users
1,396

edits

Navigation menu