The White paper – mobile accessibility common problems and the way ahead is the outcome of the survey Maxability did earlier this year. With the increase in mobile usage and the apps we depend day in and day out, it is apparent that mobile applications must be usable by everyone regardless of their disability. During […]
Maxability-Blog
aria-required (property)
aria-required property is used on a form element when the user input is required on the field. Providing aria-required property set to true before the form submission avoid users from making mistakes. Aria-required property like any other aria role, state or property just indicates that the field is required to the user. The visual identification […]
Mandatory Fields and Accessibility
Almost every website will have a form page. Contact form, booking appointments, booking tickets etc are some examples. In every form we observe mandatory fields. When a mandatory field is available in the form, it means user should fill that field without fail. Leaving the mandatory fields will cause in non submission of the form. […]
ARIA Attributes for Text Fields
As part of my R&D on Accessible Rich Internet Applications ARIA I have found few attributes useful to notify various kinds of text fields. The ARIA attributes described below may be useful with other HTML elements as well. However I want to cut down my writing into simpler concepts. I will be discussing only on […]