# 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 |
