ARIA: grid role - Accessibility | MDN

Hi,
Yesterday I needed to do an internal presentation regarding the differences between role=grid and role=table, and this information from Mozilla was brought to my attention.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Grid_Role

The part that is concerning to me is this:

"A grid widget contains one or more rows with one or more cells of thematically related interactive content. While it does not imply a specific visual presentation, it implies a relationship among elements. Use it for simple groupings like a collection of checkboxes or navigation links."

This seems very wrong to me, and will only exasurbate the proliferation of improper ARIA Grid constructs across the web. A simple grouping such as this should just be marked up as a simple table, not a grid.

Hopefully others here can weigh in with their thoughts.

Thanks,
Bryan


Bryan Garaventa
Principal Accessibility Architect
Level Access, Inc.
Bryan.Garaventa@LevelAccess.com<mailto:Bryan.Garaventa@LevelAccess.com>
415.624.2709 (o)
www.LevelAccess.com<http://www.levelaccess.com/>

Received on Friday, 29 May 2020 19:28:30 UTC