silverstripe-comments/javascript
Unknown ae59e82021 Improve A11y of comment reply.
Currently this is a link. Users will expect this link to take them to another part of the page or another page altogether. 

There is no indication that it opens or closes an associated form on the same page, nor does it indicate the current state of the “reply to” form.

So, instead of a link, use a button. Add to that button an aria-controls attribute that references the id of the associated form’s container, and an aria-expanded attribute that indicates (true or false) the state of the associated form.
2018-02-01 16:27:30 +13:00
..
lang FIX Improve delete reply confirmation message 2017-03-15 15:59:31 +13:00
CommentsInterface.js Improve A11y of comment reply. 2018-02-01 16:27:30 +13:00