<rect> + tabindexThe tabindex attribute determines whether an SVG element is focusable. The <rect> elements are set to tabindex="1" and tabindex="2" respectively.
tab key to focus on both rectangles (1 then 2).| Chrome 47 (IA2) | Edge Win10.1024 (UIA) | Firefox 43 (IA2) | IE 11 (MSAA) | |
|---|---|---|---|---|
<rect> + tabindex="1" |
Pass | Fail | Fail | Fail |
| 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 |