You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Masonic assigns a WAI-ARIA role of grid to the container, and a role of gridcell to each individual cell. However, per W3C there needs to be an element with role "row" around each visual row of cells:
Authors MUST ensure elements with role gridcell are contained in, or owned by, an element with the role row.
To Reproduce
Run an Accessibility Insights FastPass scan on a web page using Masonic (the codesandbox demo works if you enable additional permissions for the extension to see the iframe). The error will be listed under "aria-required-parent".
Expected behavior
A Masonic grid should contain standards-compliant markup which passes an accessibility scan.
Screenshots
n/a
Desktop (please complete the following information):
OS: n/a
Browser n/a
Version n/a
Smartphone (please complete the following information):
Device: n/a
OS: n/a
Browser n/a
Version n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Describe the bug
Accessibility Insights reports an issue with Masonic's accessibility markup.
Masonic assigns a WAI-ARIA role of
grid
to the container, and a role ofgridcell
to each individual cell. However, per W3C there needs to be an element with role "row" around each visual row of cells:To Reproduce
Run an Accessibility Insights FastPass scan on a web page using Masonic (the codesandbox demo works if you enable additional permissions for the extension to see the iframe). The error will be listed under "aria-required-parent".
Expected behavior
A Masonic grid should contain standards-compliant markup which passes an accessibility scan.
Screenshots
n/a
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: