Test case: <rect> + tabindex

The tabindex attribute determines whether an SVG element is focusable. The <rect> elements are set to tabindex="1" and tabindex="2" respectively.

Test example

1 2

Test criteria

Test results

Windows browser test results
Chrome 47 (IA2) Edge Win10.1024 (UIA) Firefox 43 (IA2) IE 11 (MSAA)
<rect> + tabindex="1" Pass Fail Fail Fail
OSX browser test results
Chrome 47 (IA2) Firefox 43 (IA2) Safari 9 (NSAP)
<rect> + tabindex="1" Pass Partial
Tab navigation not supported, only left/right cursor navigation
<rect> treated as discrete focus stop with left/right cursor navigation
Pass