107
edits
(images) |
|||
Line 54: | Line 54: | ||
Links usually sport the [http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html#//apple_ref/doc/c_ref/NSAccessibilityPressAction AXPressAction] (just like buttons). | Links usually sport the [http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html#//apple_ref/doc/c_ref/NSAccessibilityPressAction AXPressAction] (just like buttons). | ||
== Images (AtkImage) == | |||
In UA, images are supposed to have the [http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html#//apple_ref/doc/c_ref/NSAccessibilityImageRole AXImage role]. The position, size, and other data of the actual image is retrievable via the actual NSView in the view hierarchy. |
edits