<rect>
+ tabindex
The tabindex
attribute determines whether an SVG element is focusable. The <rect>
elements are both set to tabindex="0"
.
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="0" |
Pass | Fail | Fail | Fail |
Chrome 47 (IA2) | Firefox 43 (IA2) | Safari 9 (NSAP) | |
---|---|---|---|
<rect> + tabindex="0" |
Pass | Partial
Tab navigation not supported, only left/right cursor navigation <rect> treated as discrete focus stop with left/right cursor navigation
|
Pass |