Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form elements #346

Open
jonnyry opened this issue Jul 6, 2020 · 1 comment
Open

Form elements #346

jonnyry opened this issue Jul 6, 2020 · 1 comment

Comments

@jonnyry
Copy link
Member

jonnyry commented Jul 6, 2020

All form elements should have descriptive text associated to them. This will help users of assistive technology determine their function or purpose.
As these are icon buttons, visually hidden text can be used to inform screen reader users what the buttons are for.

E.g.

<button type="button" class="btn btn-default btn-sm" ng-click="openDatePicker($event, 'fromDate')">
<i class="fa fa-calendar"></i>
<span class="">open from date picker</span> </button>
@jonnyry jonnyry self-assigned this Jul 6, 2020
jonnyry pushed a commit that referenced this issue Jul 6, 2020
@jonnyry
Copy link
Member Author

jonnyry commented Jul 6, 2020

Instances that need fixing:

  • "Open from date picker" and "Open to date picker" buttons on 7/10 HTML view pages.
  • Advanced patient search "open date picker"
  • Date picker left and right buttons
  • Info button
  • Back button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant