Re: ISSUE-675: Core mapping spec. does not adequately define readonly mapping for axvalue on macosx

Rich, James,

I looked into Apple's online documentation regarding readable/writable 
values.  I found this page, specifically the section " Overriding 
Methods to Support Attributes":
https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Accessibility/cocoaAXSupportingAttributes/cocoaAXSupportAttributes.html

Based on that, I suggest the Core-AAM replace occurrences of "AXValue 
(not writable)" with:

"AXValue:  the accessibilityIsAttributeSettable method returns NO.",

  and "AXValue (writable)" with:

"AXValue:  the accessibilityIsAttributeSettable method returns YES.".

Would that satisfy you, Rich?  Is it accurate, James?

Hope that helps.

-- 
;;;;joseph.

'Array(16).join("wat" - 1) + " Batman!"'
            - G. Bernhardt -

Received on Monday, 8 September 2014 19:35:28 UTC