Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AT Support Tables Embedding: Distinguish data not yet available from not applicable #598

Closed
mcking65 opened this issue Apr 12, 2023 · 4 comments · Fixed by #583
Closed
Assignees

Comments

@mcking65
Copy link

From review of aria-practices PR 2569, we need to provide more accurate copy in cells that do not contain data.

There are two reasons for a cell to not have data:

  1. We have not yet tested the AT/Browser combination, e.g., JAWS/Firefox.
  2. The AT/Browser combination does not exist, e.g., JAWS/Safari.

The copy in cells with no data should be:

  • If the AT/Browser combination will be tested in the future, use the string "Data Not Yet Available"
  • If the AT/Browser combination does not exist, use the string "Not Applicable".

There are other functions of the app that will need to reference data about valid AT/Browser combinations. So, we will need to determine how we want to represent these relationships in the data model.

@howard-e
Copy link
Contributor

Work being done in #583 should address this

@howard-e howard-e linked a pull request Apr 12, 2023 that will close this issue
@howard-e
Copy link
Contributor

howard-e commented May 18, 2023

Reopening since change is not yet included in production.

@howard-e howard-e reopened this May 18, 2023
@ccanash
Copy link
Contributor

ccanash commented Jun 8, 2023

This change is already in production. cc @mcking65

@mcking65
Copy link
Author

fixed by #583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants