Test case: <set>
+ <defs>
+ aria-labelledby
+ accesskey
This test case uses the <set>
element to change the aria-labelledby
attribute of the <circle>
element when an accesskey
is used.
Test example
Test criteria
- The browser should expose the
accesskey
on the SVG <circle>
element.
- When triggered with the accesskey g, the
aria-label
for the <circle>
element should change to "Pass".
- The browser should expose "A circle" as the initial accessible name for the
<circle>
element, then "Pass" once the accesskey has been triggered.
- The screen reader should announce that the
accesskey
is present.
- The screen reader should announce "A circle" as the accessible name for the
<circle>
element, then "Pass" once the accesskey has been triggered.
Test results
Browser test results
|
Chrome 46 (IA2) |
Edge Win10.1024 (UIA) |
Firefox 42 (IA2) |
IE 11 (MSAA) |
Safari 9 (NSAP) |
***Element/attribute*** |
? |
? |
? |
? |
? |
Screen reader test results
|
Chrome 46 |
Edge Win10.1024 |
Firefox 42 |
IE 11 |
Safari 9 |
Jaws 17 |
? |
? |
? |
? |
N/A |
Narrator Win10.1024 |
N/A |
? |
N/A |
? |
N/A |
NVDA 2015.4 |
? |
? |
? |
? |
N/A |
Orca ? |
N/A |
N/A |
? |
N/A |
N/A |
VoiceOver OSX10.11 |
? |
N/A |
? |
N/A |
? |