Improve accessibility in forms
complete
M
Mauricio
Austin Morrow Scheduler has a serious accessibility issue:
Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies
It has to do with the chevron controls for month navigation. The next month button chevron should not be nested within the tag for the right chevron button. Here is a copy of the rendered code. This happens with the standalone scheduler and the iframe embedded scheduler.
<div>
<button type="button" class="v-btn v-btn--disabled v-btn--icon v-btn--round theme--light v-size--default" disabled="disabled">
<span class="v-btn__content">
<button type="button" aria-label="Next month" class="v-icon notranslate ma-6 v-icon--link material-icons theme--light" style="font-size: 30px; color: rgb(0, 0, 0);">chevron_right
</button>
</span>
</button>
</div>
Austin Morrow
complete
FIRAT BAYRAM BAKIR
I will lobby for this feature instead: https://feedback.withmoxie.com/feature-requests/p/more-options-for-user-types-access Can you upvote?
Austin Morrow
in progress
M
Matthew Hawthorn
Please take a look at the meeting scheduler as well. It's currently not accessible. Reach out if you'd like a recording of keyboard and screen reader issues.
N
Nichole Maggio
Just had a meeting with our blind clients. It was interesting to work with them over Zoom. We'll have to create a google form for them until this is resolved. They were super efficient and hosted the meeting with pop-ups, recording, and permissions during the meeting. They were savvy. I think it's SUPER important to include accessibility options as soon as possible to include people, as in most situations they are completely overlooked. Google forms works great for them, but Moxie's current forms setup skips over all of the questioning and goes straight to the box and voice-over says "type your answer here." It also is choppy in some of the paragraph text and skips some of the paragraph, skips to another part of the paragraph, and then back to the beginning. Furthermore it does not allow them to even submit the form, but just goes back to the top and starts all over again. I have a recording of it if you'd like. nichole@mayedaconsulting.com
N
Nichole Maggio
Thank you. This is super important, as we work with public health clients and gov. orgs.
Austin Morrow
planned