Test cases for SVG accessibility, with and without ARIA.
Simple tests, of one thing at a time. There are some more complex examples under development in the use-case-examples repository. The examples that have been improved for accessibility are listed below.
<svg>
tests<text>
tests<title>
tests<title>
<title>
+ aria-labelledby
<title>
+ aria-labelledby
+ <ul>
<title>
+ <foreignObject>
+ <ul>
<title>
+ <ul>
<desc>
tests<desc>
<desc>
+ aria-describedby
<desc>
+ <foreignObject>
+ <ul>
<desc>
+ <ul>
<desc>
+ <ul>
+ aria-describedby
<defs>
tests<defs>
<defs>
+ aria-hidden
<defs>
+ <title>
+ aria-labelledby
<defs>
+ <desc>
+ aria-describedby
<defs>
+ <use>
+ aria-describedby
<defs>
+ <title>
+ aria-labelledby
<use>
tests<animate>
tests<set>
tests<set>
+ aria-label
+ accesskey
<set>
+ <defs>
+ aria-labelledby
+ accesskey
<set>
+ <use>
+ aria-labelledby
+ accesskey
In the
It is best to think of the above complex examples as drafts, or work in progress. The following are things that have had some work done on them, but are probably not consistent even with themselves.