Author Topic: Is ParamQuery Grid Section 508 compliant?  (Read 2619 times)

SegueTech

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 25
    • View Profile
Is ParamQuery Grid Section 508 compliant?
« on: May 04, 2016, 08:36:33 pm »
I am just curious whether this tool qualifies as being Section 508 compliant.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Is ParamQuery Grid Section 508 compliant?
« Reply #1 on: May 05, 2016, 11:28:30 am »
It's not tested again 508 compliance, so no claim to be section 508 compliant.

It follows common best practices for accessibility like using td for body content cells and th for headers cells. It also provides keyboard navigation for common features.

https://www.w3.org/WAI/tutorials/tables/

Our goal is to provide the following in the upcoming versions:

1. WAI- ARIA support for non-semantic controls like pager, filter row, etc.

2. Keyboard navigation for header cells and make sorting functionality accessible through keyboard.

Please let me know if you have any suggestions on the same.

SegueTech

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Is ParamQuery Grid Section 508 compliant?
« Reply #2 on: May 05, 2016, 04:26:04 pm »
Thanks for the excellent answer.  I wish I had some suggestions, but I did go through what we are using and found that it complies quite easily with what our guidelines state as requirements.  For the most part, it was already compliant, but I had images for the toolbar buttons, and all I had to do was add the following:

attr: "alt='label of image here'"

Very nice.