I was doing some accessibility testing of my site using the ARC toolkit and it flagged an issue with the textfield that conversation.js places on the page.
As a web accessibility practitioner, seeing you work on accessibility fills my heart with joy. Thanks, @mandaris!
I’m a little confused about this one, though. The value of the name attribute shouldn’t matter too much as it’s not announced by accessibility tools like screen readers.
I wonder if the ARC toolkit is really complaining about there not being a label for the textarea, because that is in fact a problem.
Do you mind trying this:
On the page you’re testing, open up the web inspector.
It looks like the label element fell off somehow. In your screenshot, the path ends with /form/p[2]/textarea but it should be /form/p[2]/label/textarea.