Accessibility/Comparisons:ATK To UA: Difference between revisions

traversing the dom/links
(traversing the dom/links)
Line 26: Line 26:
; AXParentAttribute : will return the accessible parent of this widget, skipping any ignored widgets on the way.
; AXParentAttribute : will return the accessible parent of this widget, skipping any ignored widgets on the way.


== Traversing the DOM (AtkDocument) ==
== Traversing the DOM (AtkDocument, AtkHypertext) ==
This does not currently exist in UA, like with many things that are web-specific.  
'''AtkDocument''' is ATK's way to expose the DOM to client applications. To my knowledge, this does not (yet) exist in UA, as with many advanced features (particularly those web-specific).
 
'''AtkHypertext''' seems to be ATK's APIs to let a client application easily traverse the links on a page. No such feature exists in OS X, although I don't think it's necessarily impossible to do.


== Text editing (AtkEditableText) ==
== Text editing (AtkEditableText) ==
107

edits