On 20-11-2012 3:31 PM, Alexander Scherbatiy wrote:
On 11/19/2012 3:12 PM, jayashree viswanathan wrote:
Hi Alexandr,
Please find the updated CR and the results in the below link .
http://cr.openjdk.java.net/~jviswana/4631925/
I have fixed all the accessible name issues reported by the a11y tool
in this for the ColorChooser and the result post that is also
available in the same location .
before fix:
http://cr.openjdk.java.net/~alexsch/others/colorchooser/a11n/01/a11n_CMYK.txt
after fix:
http://cr.openjdk.java.net/~jviswana/4631925/temp/CMYK.txt
The 'No Accessible name' list is empty now for the CMYK tab.
But the 'No Accessible description' contains lines like: Class:
javax.swing.JFormattedTextField { Alpha | } after the fix.
It seems that accessible descriptions should be also set with
accessible names.
Thanks,
Alexandr.
Thanks and Regards,
Jayashree V
Hi Alexandr ,
Please find the updated CR and the results in the below link
http://cr.openjdk.java.net/~jviswana/4631925/result.01/
http://cr.openjdk.java.net/~jviswana/4631925/webrev.02/
The No Accessible Name and No accessible Description is fixed now.
I think that we can have a utility like the sample shown in
http://cr.openjdk.java.net/~jviswana/4631925/result.01/AccessibilityUtils.java
to have such parameters set for all the accessibility requirement as it
reduces repetition across various piece of code. Please let me know your
opinion .
Thanks and Regards,
Jayashree Viswanathan