[A11Y] New reply counter is focusable when not acting as a button #2664
Labels
type/accessibility
Issues relating to accessibility (keyboard navigation, screenreaders, text contrast, etc.)
Milestone
Bug Report
Current Behavior
The reply counter is focusable when 0 new replies are present.
Possible solutions
tabindex="0"
when the new reply count is 0.button
element (also allows a11y tech to actually press it in the first place), and use the more syntactically correct disabled` prop.The text was updated successfully, but these errors were encountered: