Confirmed users
1,085
edits
DavidBolter (talk | contribs) |
DavidBolter (talk | contribs) m (→Accessibility) |
||
| Line 97: | Line 97: | ||
* Update ARIA attribute support in accordance with browser implementation guide updates. (related tracker: {{bug|343213}}) | * Update ARIA attribute support in accordance with browser implementation guide updates. (related tracker: {{bug|343213}}) | ||
** Participate in the ARIA User Agent Implementation Task Force (UAI TF) | ** Participate in the ARIA User Agent Implementation Task Force (UAI TF) | ||
* Participate in the improvement of user keyboard interaction with | * Participate in the improvement of user keyboard interaction with HTML 5 media elements. | ||
* Investigate improving user experience for heavily updating DHTML applications | * Investigate improving user experience for heavily updating DHTML applications | ||
** analysis of what we currently do with a highly mutating dom. (e.g. {{bug|500240}}) | ** analysis of what we currently do with a highly mutating dom. (e.g. {{bug|500240}}) | ||
** performance: look at lowering our churn in response to | ** 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"). | ** stability and correctness: identify how to make our interrogation of content and layout more sensitive ("safe times"). | ||