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
As of commit bacd013, all pages pass accessibility checks, although more work could be done on the issues below.
In general, there is an over-reliance on h3 for all sorts of labelling functions. Some of these have been eliminated because of accessibility requirements, but we could make more effort to make the remaining examples a little more semantic.
Themes have varying degrees of colour contrast. Grey Light is the only theme that passes accessibility standards. Perhaps in the future this could be modified, but in the meantime, the introductory popup and help text recommend the Grey Light theme.
In Manage, empty cells are marked by empty h3 elements. Not using html table markup prevents us from leveraging built-in accessibility attributes. It is possible to add `aria-labelledby="empty cell", but we would need to chase up all the Javascript that adds/removes content to make sure that this attribute is correctly toggled.
The text was updated successfully, but these errors were encountered:
The to do list below contains accessibility issues identified with the Wave Web Accessibility Evaluation Tool. This issue closes issue #849.
As of commit bacd013, all pages pass accessibility checks, although more work could be done on the issues below.
In general, there is an over-reliance on
h3
for all sorts of labelling functions. Some of these have been eliminated because of accessibility requirements, but we could make more effort to make the remaining examples a little more semantic.Themes have varying degrees of colour contrast. Grey Light is the only theme that passes accessibility standards. Perhaps in the future this could be modified, but in the meantime, the introductory popup and help text recommend the Grey Light theme.
In Manage, empty cells are marked by empty
h3
elements. Not using html table markup prevents us from leveraging built-in accessibility attributes. It is possible to add `aria-labelledby="empty cell", but we would need to chase up all the Javascript that adds/removes content to make sure that this attribute is correctly toggled.The text was updated successfully, but these errors were encountered: