wix-style-react
Version:
wix-style-react
17 lines (12 loc) • 726 B
Markdown
# TextLink accessibility
> Keyboard Accessible
| Requirements | Status | Tested browsers |
|------------------------------|----------------|-----------------|
| Get focus with TAB | ✓ | Chrome |
| Enter Must activate the link | ✓ | Chrome |
| Visual focus | Visual Boarder | Chrome |
> Screen Reader
| Requirements | Status | Tested browsers |
|------------------------------|----------------|-----------------|
| Semantics | Role: 'link' | Chrome |
| Accessible label | By default its the link text, can be override using ariaLabel prop | Chrome |