adg
adg copied to clipboard
Accessibility Developer Guide
We could add a code example of an accessible data visualization in the "examples" section of the ADG. It would include keyboard navigation and a hint to always add a...
## Overview This issue depends on https://github.com/Access4all/adg/issues/158 The idea is to ask the ADG visitors in which role they are using/visiting the ADG website. The collected data would help us...
As discussed in #274, we are updating our relevant combos of screen readers and browsers to the newest WebAIM survey 8, which allows us to remove IE completely from the...
As discussed during the hackday 15. Lea will take care of this. Todo: - Search more resources (like Deque University, Powermapper, Axe, Google...) - Link to them - Create separate...
As described in https://github.com/Access4all/adg/wiki/Hackday-%2316-(22th-of-October-2020)#how-to-proceed, we want to optimise the navigation titles so they are more explanative. We hope that more users will then be interested in them and click them....
As @manuelmeister suggested on Slack, https://www.accessibility-developer-guide.com/examples/tables/layout-changes/ might be outdated as `role="table"` would theoretically be a better solution. See https://adrianroselli.com/2017/11/hey-its-still-ok-to-use-tables.html, e.g. However, this highly depends on whether it is widely implemented....
Looking at this page: https://www.accessibility-developer-guide.com/examples/tables/spanning-rows-cols/ It shows ``s that span but does not include the required `id` and `headers` attribute in the associated ``s or ``s. Eg: ``` […] Leisure...
The post here: https://www.accessibility-developer-guide.com/examples/tables/hidden-headers/ Does not use an HTML ``. It uses ``s with an ARIA grid role. These are not equivalent. Issue #306 discusses the differences so I won't...
There are four example responsive tables on this page: https://www.accessibility-developer-guide.com/examples/tables/responsive/ The first example, "[Hiding negligible data](https://www.accessibility-developer-guide.com/examples/tables/responsive/#hiding-negligible-data)" is a [1.4.10 Reflow](https://www.w3.org/TR/WCAG21/#reflow) violation since it hides content for some users. The second...
In this post: https://www.accessibility-developer-guide.com/examples/tables/sticky-headers/ As noted in #309 and #306, the example is not a table. Better example: https://adrianroselli.com/2020/01/fixed-table-headers.html I am not trying to let me ego drive this. I...