You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
The first <h2> on some pages contains two pieces of information: the "about" text and the "permalink" anchor. In some screen readers, this causes the heading to be broken down into its component parts.
It would also be a good idea to hide the anchor symbol from screen readers. Screen readers will identify the link based on the <a>, making the anchor symbol a largely visual reference:
The first
<h2>
on some pages contains two pieces of information: the "about" text and the "permalink" anchor. In some screen readers, this causes the heading to be broken down into its component parts.Suggest including "About" inside the anchor:
It would also be a good idea to hide the anchor symbol from screen readers. Screen readers will identify the link based on the
<a>
, making the anchor symbol a largely visual reference:Note: aria-hidden should not be used to hide the anchor symbol, if the symbol is the only content of the link.
The text was updated successfully, but these errors were encountered: