Please please please make surveys (and the rest of the platform) legally compliant and let those who are blind be able to take a survey!
On Surveys, the button isn't a semantic HTML button element. It's a <div> styled to look like one. Because of that:
  • It lacks built-in keyboard navigation (Space/Enter handlers).
  • It doesn't pass a native role or programmatic focus to screen readers.
  • This is a direct violation of WCAG 2.1 Success Criterion 4.1.2 (Name, Role, Value) — which is Level A baseline compliance.
Anyone who is blind cannot access the NEXT or SUBMIT buttons on surveys. This topic doesn't get voted on because the demographic that needs it is so small. But that doesn't mean it's not as important. Thank you for considering.