- From: David Bolter <david.bolter@utoronto.ca>
- Date: Thu, 05 Mar 2009 11:53:44 -0500
- To: "wai-xtech@w3.org" <wai-xtech@w3.org>
Hi All, During some discussion over IRC yesterday Olli Pettay suggested that a performant way of implementing DOM attribute mutations might be to have separate but similar API to DOMAttrModified. Note DOMAttrModified would serve the same purpose, but having the browser create DOM mutation events for all mutations is going to slow the web experience. ARIAAttrModified is tabled as a way of only creating mutation events for aria attributes. Background: why do we need these mutations? In the case that an aria-attribute is modified, not by the web developer (perhaps through platform API), for example aria-sort is set to "true", the web developer is supposed to respond to that change (a dom attr mutation), and put his web application into a state that corresponds with the aria-sort="true" semantic. (see http://www.w3.org/Bugs/Public/show_bug.cgi?id=6653) If this is something we think is worthwhile, we should work with the DOM3 group to make it happen. cheers, David
Received on Thursday, 5 March 2009 16:54:21 UTC