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 a user, I want to view a visual chart that displays country downloads by month for whatever time frame we're looking at. Additionally, I want to have access to a data table that provides the same information in a textual format to ensure accessibility for all users, including those who rely on screen readers.
Data Table
To ensure accessibility, the following example table provides the same information in a textual format. This allows users who rely on screen readers to access the data effectively. We can use the same styles as other tables on this page.
Country
Downloads
Country
Downloads
USA
1,200
Canada
1,000
UK
1,100
Germany
900
France
700
Italy
450
Japan
200
Australia
75
Acceptance Criteria
The data table should provide the same information in a textual format
The data table should be accessible to users who rely on screen readers
Ensure the table is responsive
The table should display data in a 4-column layout.
Items in the table should be ordered from largest to smallest.
The ordering should proceed from left to right within each row.
After completing a row, the ordering should continue from the leftmost column of the next row.
The table should maintain this order consistently throughout.
If a country has no downloads it shouldn't show up in the table
Numbers should have proper number formatting (thousands separators)
The text was updated successfully, but these errors were encountered:
Narrative
As a user, I want to view a visual chart that displays country downloads by month for whatever time frame we're looking at. Additionally, I want to have access to a data table that provides the same information in a textual format to ensure accessibility for all users, including those who rely on screen readers.
Data Table
To ensure accessibility, the following example table provides the same information in a textual format. This allows users who rely on screen readers to access the data effectively. We can use the same styles as other tables on this page.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: