Confirmed users
1,085
edits
DavidBolter (talk | contribs) m (→Accessibility) |
DavidBolter (talk | contribs) m (→Accessibility) |
||
Line 100: | Line 100: | ||
* 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 DOM mutation (tree walking, event firing etc) | ** performance: look at lowering our churn in response to DOM mutation (tree walking, event firing etc) | ||
** 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"). | ||