107
edits
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
=== Notifications === | === Notifications === | ||
[http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html#//apple_ref/doc/uid/20000945-DontLinkElementID_21 Notifications] are sent out to the ATs when something significant in the UI has changed. For example, a new window was opened, or new rows were added to a table. | [http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html#//apple_ref/doc/uid/20000945-DontLinkElementID_21 Notifications] are sent out to the ATs when something significant in the UI has changed. For example, a new window was opened, or new rows were added to a table. | ||
== What UA is Missing == | |||
Universal Access is great in a lot of ways, but for a web browser, there are still things missing. | |||
The most important thing is a way to notify a user of dynamically updated content (think AJAX, DHTML). VoiceOver isn't currently verbose enough to account for those things, and no such notifications can be found. | |||
== WebKit additions == | == WebKit additions == |
edits