-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'readonly' attribute should be mapped to ATK_STATE_READ_ONLY #93
Comments
Looking closer, why isn't the attribute mapped to aria-readonly="true"? |
Good question. The mappings for aria-readonly=true appear a match for all platforms/APIs but AXAPI. Currently the HTML-AAM has AXEnabled: NO for readonly, but "AXValue: the AXUIElementIsAttributeSettable method returns NO" for aria-readonly=true. AXEnabled:NO seems wrong, and doesn't match what webkit is doing. But I can't confirm if the AXUIElementIsAttributeSettable method returns NO with AXValue. @cookiecrook or @fleizach, are we safe to map HTML |
Yes. I believe so.
Yeah, I agree that seems wrong. |
The 'readonly' attribute should be mapped to ATK_STATE_READ_ONLY.
The text was updated successfully, but these errors were encountered: