10.2 Links do not provide the user with additional information (H)
10.2.1 WCAG 2.4.4 (A) - Desktop, Mobile
The ‘News’ article page includes several links which do not provide the user with additional context as to where the link will take them. These include the following:
- The Facebook element is announced by the screen reader as ‘fShare’. This element is
span.thread-share_button.share-facebook
, however, as it functions as a link by navigating the user to another page then it should be coded as such. - The inbox button is announced as ’’clickable 1 link` which does not inform the user that a modal window will be activated.
- The ‘next’ button does not use text to inform sighted users of where the link will take them.
10.2.2 Recommendation
Place descriptive information at the beginning of the link by adding the text and displaying it off-screen with CSS to remove content from visible display, but keep it available to screen readers.
Another option is to use the aria-label
attribute to add a descriptive text label to the link.
E.g. ‘Disqus account inbox, link’