-
Notifications
You must be signed in to change notification settings - Fork 263
Description
What steps is Baseline taking to ensure that when it affirms "this feature works across the latest devices and browser versions" a developer can confidently take the feature and deploy it without the risk of creating barriers for users (or legal risk, depending on jurisdiction)?
Background
I see nothing in the Baseline documentation nor goals about how to test, track, nor report whether or not something is (at least) accessibility supported (nor what level of support across versions and assistive technology / browser combinations).
This is absent from all the other platforms Baseline intends to supplement / borrow from, so the data will generally not come from them.
The only mention of "accessibility" I found in any existing open or closed issues was from a comment in May and not thoroughly addressed in followup conversation. A pull request comment in February lays out the concern as well, but the follow-up issue does not address it.
For example, I am struggling to find guidance on:
- What features have any accessibility vetting;
- What versions of assistive technology (AT) are considered for support (2 major releases?);
- What platform accessibility features are supported with these features;
- Bugs that trigger something to be inaccessible despite claims (see years of Safari breaking tables with display properties);
- etc.
Without accessibility as a pillar of the support charts, including testing details, this cannot be relied on by developers. This feels counter to improving the developer experience.
If I am simply terrible at finding it in the repo, please point me to it.