Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

woodsprite

(11,904 posts)
Thu May 9, 2019, 04:24 PM May 2019

Web accessibility - Aria or no Aria, that is the question!

Was wondering if any DU web developers have ventured into the world of web accessibility using Aria. I work in a small design group and we have just started reviewing all of our apps, forms, etc. for web accessibility. I find myself doing less and less design and more advanced mockups using minor Javascript/Jquery coding to make them look real to the clients, and basic payment forms that feed to an external payment processor.

I've been using NVDA and ChromeVox to "test" our forms with screen readers. Truthfully, the old forms without Aria, even though they're formatted using layout tables, seem to work better than some of the newer forms containing Aria code. Everything I read re: Aria says the first rule of Aria is to NOT USE ARIA. In addition to testing with the screen readers, we also use Lighthouse, Wave, and Site Improve accessibility checkers.

Today I've been beating my head against a wall trying to troubleshoot a programmer's code to tell him what he needs to put in to make a question prompt, instructions, and the field read properly. Also trying to troubleshoot a set of radio buttons. When I tab to the first one, it reads fine, arrow or tab to the 2nd one and it totally ignores the text.





Latest Discussions»Retired Forums»Website, DB, & Software Developers»Web accessibility - Aria ...