Closed Bug 481686 Opened 16 years ago Closed 13 years ago

Invent ARIA-only DOMAttrModified solution?

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: davidb, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: access, perf)

See W3C user agent bug: http://www.w3.org/Bugs/Public/show_bug.cgi?id=6653 ARIAAttrModified? 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.
Will monitor in W3C spec land, but no action needed for now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.