nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
23 stars 4 forks source link

Trigger button is not accessible #26

Closed juliushaertl closed 8 months ago

juliushaertl commented 8 months ago

Found while looking at other apps and having the assistant app enabled, reported by axe

Screenshot 2024-01-10 at 16 11 42
julien-nc commented 8 months ago

Thanks :blue_heart: The title was on the parent div. It's now on the <a>. Is it enough?

juliushaertl commented 8 months ago

Yes, for the reported error that is fine. Having a look at the element it would probably be good to switch it to a button or at least https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role

julien-nc commented 8 months ago

It's now similar to the unified search one. https://github.com/nextcloud/assistant/commit/0968c6baa79633872004800a6f02567dfad198a1

juliushaertl commented 8 months ago

Looks good now :)