Newbie question about ARIA/ADA Compliance

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • axe-core

    Accessibility engine for automated Web UI testing

  • That said if you want to make your website more accessible I'd recommend starting with Web Accessibility Evaluation Tool (WAVE) and/or Axe by deque. These are browser extensions that run automated tests and will let you know where you have errors and warnings that should be addressed. They won't find everything but it is a great start and you are able to document the amount of issues before and after you work.

  • eslint-plugin-jsx-a11y

    Static AST checker for a11y rules on JSX elements.

  • When using react, I've been using the recommended rules from eslint-plugin-jsx-a11y. Am I naive for relying a lot on that to get a11y right? Of course I try to write semantic html too and do research for each topic, but it's a bit overwhelming and I feel like the eslint rules help me a lot.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Introduction to Web Accessibility (A11Y)

    2 projects | dev.to | 18 Mar 2022
  • About a11y in general

    2 projects | dev.to | 21 Jan 2023
  • Seeking feedback on personal project: Website for small business

    2 projects | /r/learnprogramming | 15 Dec 2022
  • Automated Accessibility Part 2: Mobile Web Testing

    2 projects | dev.to | 14 Nov 2022
  • IMDb Table: View IMDb rating heatmap tables for TV shows

    1 project | /r/javascript | 7 Nov 2022