SSAgov / ANDI

A tool to test web content for accessibility and 508 compliance.
https://www.ssa.gov/accessibility/andi/help/howtouse.html
Other
293 stars 75 forks source link

Comment mistakenly calls button lang attributes button instead of role attributes button #154

Open ollie-iterators opened 1 year ago

ollie-iterators commented 1 year ago

In sANDI, there are two buttons, a role attributes button and a lang attributes button. Both of them have comments identifying them as role attributes buttons.

Also, in the roleAttributes button code, there is a variable named "langOverlayText" instead of "roleOverlayText"