Accessibility Updates
-
Hey there!
Wonderful plugin, been using it for years. I have a client that requires ADA accessibility updates. Your plugin came up with 1 change so far that’s needed. I made it myself in the core plugin, though of course that’ll be erased the moment you update. So I’m hoping you can add this in. It’s such a small change, I hope it won’t be a problem. This was recommended by Accessible360.
Here’s the Code Change – in login-with-ajax.source.js line 24:
statusElement = $('<span class="lwa-status" role="alert"></span>');
Here’s what Accessible360 said:
Place a role=”alert” on the element that wraps this message. Ensure that this role is always on the element from the moment it is created until it is destroyed. This role will not work if it is added to an already existing DOM element.
- The topic ‘Accessibility Updates’ is closed to new replies.