Talk:Accessibility/TextImplementation

From MozillaWiki
Jump to: navigation, search

What about events? Do we have to do calculations? (yikes)

Eitan Sez

This is coming up in the pivot API where we are essentially implementing our own text traversal (ie. not some third party AT). Alex's proposal would definately help make things much simpler and robust. A scenario that is coming up, and I don't have a solution is:

* Pivot's position is on text leaf.
* User starts navigating by words.
* Pivot goes to parent looking for the closest text iface.
* Pivot position is set to the first word in the parent.

User's expectation: go to first word in previous text leaf. Actual behavior: goes to first word in parent node.