Confirmed users
1,085
edits
DavidBolter (talk | contribs) |
|||
Line 93: | Line 93: | ||
=== Accessibility === | === Accessibility === | ||
* | * Complete complex table and tree grid accessibility to make more web applications accessible. (related tracker: {{bug|491681}}) | ||
** | * Update text attribute support in accordance with IAccessible2 spec. updates. (related tracker: {{bug|368895}}) | ||
** | * Update ARIA attribute support in accordance with browser implementation guide updates. (related tracker: {{bug|343213}}) | ||
** WAI-ARIA 1.0 User Agent Implementation Guide | |||
* Investigate improving user experience for heavily updating DHTML applications | |||
** analysis of what we currently do with a highly mutating dom. (e.g. {{bug|500240}}) | |||
** performance: look at lowering our churn in response to dom mutation (tree walking, event firing etc), consider more event throttling, identify dom noise. | |||
** stability and correctness: identify how to make our interrogation of content and layout more sensitive ("safe times"). | |||
=== Multi-Process === | === Multi-Process === |