Confirmed users
1,067
edits
No edit summary |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''''DO NOT EDIT THIS PAGE. FINAL GOALS STATUS IS BEING TRACKED INTERNALLY AND THIS PAGE WILL BE UPDATED ONCE COMPLETED.''''' | |||
=== General Goals === | === General Goals === | ||
Line 77: | Line 79: | ||
=== Content === | === Content === | ||
* Continue implementation of HTML5 parser. | * Continue implementation of HTML5 parser. | ||
** [ | ** [DONE] Advertise the HTML5 parser's availability to testers to get more feedback. -- http://hsivonen.iki.fi/test-html5-parsing/ and http://blog.whatwg.org/test-html5-parsing | ||
** [ON TRACK] Off main thread HTML5 parsing as a prerequisite for turning HTML5 parsing on by default. | ** [ON TRACK] Off main thread HTML5 parsing as a prerequisite for turning HTML5 parsing on by default. | ||
** [ON TRACK] Propose a long term plan for the generated C++ in the HTML5 parser. | ** [ON TRACK] Propose a long term plan for the generated C++ in the HTML5 parser. | ||
Line 120: | Line 122: | ||
=== Accessibility === | === Accessibility === | ||
* Complete (and harmonize) accessible exposure of XUL and content based tables and tree grids. (related tracker: {{bug|491681}}) | * [at risk] Complete (and harmonize) accessible exposure of XUL and content based tables and tree grids. (related tracker: {{bug|491681}}) | ||
* Improve our text attribute support with respect to the IAccessible2 specification. (related tracker: {{bug|368895}}) | * [at risk] Improve our text attribute support with respect to the IAccessible2 specification. (related tracker: {{bug|368895}}) | ||
* Update ARIA attribute support in accordance with browser implementation guide updates. (related tracker: {{bug|343213}}) | * [on track] 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 HTML 5 media elements. | * [on track] Participate in the improvement of user keyboard interaction with HTML 5 media elements. | ||
* Investigate improving user experience for heavily updating DHTML applications | * [on track] 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) |