Re: svg accessibility tests

Hey Fred, all.

Thanks for the update. Is it accurate to say that with respect to role
values of "presentation" and "none," SVG should be treated no
differently than any other host language? If so that's an easy change.
Before I make it and ask for code review, please confirm that my
understanding is correct.

Thanks!
--joanie

On 03/24/2016 10:26 AM, Fred Esch wrote:
> Joanie,
> 
> I made significant changes to two sets of tests - tests in Role is none
> <https://www.w3.org/wiki/SVG_Accessibility/Testing/Test_Assertions_with_Tables#Role_is_none>
> and Role is presentation
> <https://www.w3.org/wiki/SVG_Accessibility/Testing/Test_Assertions_with_Tables#Text_Elements_role_.3D_presentation>
> . In the tests you probably copied, I had elements that had a child
> and/or attributes that would normally cause the element to be in the
> accessibility tree and a role of none or presentation. I did this to
> test the golden hammer (role none). I lost the golden hammer argument
> and it is considered an error (invalid SVG) to have a role
> none/presentation with a child and/or attributes that cause the element
> to be in the accessibility tree. So I dumbed the test down making the
> test with naked elements (no child and/or attributes that would cause
> the element to be included in the accessibility tree) so the tests has
> valid SVG.
> 
> Your layout tests may need similar changes. Sorry :(
> 
> 
> Regards,
> 
> Fred Esch
> Watson, IBM, W3C Accessibility
> IBM Watson Watson Release Management and Quality
> 
> 
> 

Received on Tuesday, 29 March 2016 15:42:29 UTC