Accessibility/2012CorePicture
What is this?
This is a list of ongoing activities in core of Mozilla accessibility project 2011-2012.
We have a plan
64bit support
Meta bug: bug 646484.
Target: Q1
Known problems:
- unique ID generation bug 606080
Performance
Meta bug: bug 531850.
Target: Q4-Q1.
Key problems:
- table indices getting, bug 570995
- smart eventing (don't process and don't emit events until there's consumer)
- on windows: bug 644103
- on linux: bug 420722
Data mining
Target: Q4-Q1.
- Telemetry, meta bug
- injected dlls, bug 678965
- Memory, 570785
API implementation
- caret and selection events, see meta bug 640591
- IAccessible1.3: help IA2 group to make it happen and then implement it.
- Support new ATK roles, bug 670067
Core stuffs
- weak reference, bug 678429
- events
- relations
- wrappers layer (linux, msaa, xpcom)
- collections
- DeXPCOMination, meta bug: bug 574336
- separate MSAA/IA2 objects from internal objects: cycle collector problems when initiated from different process
- empty doc handling: do not spam AT by temporary documents but don't ignore them entirely, see bug 638465
- rework tree update logic, bug 690417, working draft.
- Cleaning ups: keep code consistent and easier to maintain bug 389800, refer to out of date architecture draft.
e10s
Meta bug bug 646596.
Key problems:
- linux bug 669625
- AT other than NVDA bug 693644
- core focus bugs
- cross-platform traversal, alternative: provide a new way to walk between processes
- don't keep content process windows as children of main window (dead lock problem)
Under investigation
Text interface
Goals:
- be consistent to keyboard navigation
- correct and consistent text interface implementation
Working draft of text implementation proposal.
XUL trees
Do something smart. XUL tree has flat accessible tree structure, when item is collapsed or expanded then we fire show/hide events for each item which is heavy. The problem: we need to keep AT updated so expanded state change event might be not enough. Possibly the better way is to switch to hierarchical tree structure. We could propose additional arguments for ATK signal "children-changed" and use REORDER event only on MSAA. Another aspect of the problem when tree view is changed.
Prune accessible tree
Figure out how we can keep accessible tree shorter. Don't expose accessibles for nodes with no semantics, see bug 646216.
OSX support
[help needed]
- performance tracker bug, [bug 454202]
- architecture bug, [bug 342989]
- improvements tracker, [bug 336306]
Rich text editing
[help needed]
Caret navigation is broken.
Other activities
Open AT collaboration project
- start it, schedule activities into quarter goals.
- make AT tests running on Mozilla tinderboxes