packages/react-components/react-link/stories/src/Link/LinkAccessibility.md
A Link can be rendered with or without an underline, controlled by the inline prop. This has notable accessibility implications, since Link relies on either an underline or contextual clues to differentiate itself from static text. It is the responsibility of the authoring team to choose the underline or no-underline variant based on their use case.
Links must use underlines to be accessible except for the following use cases:
Note: links do not need to be visually differentiated from buttons and other interactive controls to meet accessibility requirements.