The anchors added by inject_anchors filter are focusable elements with aria-hidden="true". They create ghost focusable elements for people using accessibility tools such as screen readers, which has negative impact on accessibility. I suggest: either make it unfocusable with tabindex="-1", or use aria-label instead of aria-hidden.
The anchors added by
inject_anchorsfilter are focusable elements witharia-hidden="true". They create ghost focusable elements for people using accessibility tools such as screen readers, which has negative impact on accessibility. I suggest: either make it unfocusable withtabindex="-1", or usearia-labelinstead ofaria-hidden.