Skip to content

Commit

Permalink
Adding list of accessibility issues (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Tufts <[email protected]>
  • Loading branch information
rmbielby and JT-39 authored Dec 17, 2024
1 parent 7a93c72 commit 9f7aa4d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions R/ui_panels/accessibility_panel.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ accessibility_panel <- function() {
dashboard_title = site_title,
dashboard_url = "https://department-for-education.shinyapps.io/local-authority-interactive-tool/",
date_tested = "9th December 2024",
date_prepared = "9th December 2024",
date_reviewed = "9th December 2024",
date_prepared = "17th December 2024",
date_reviewed = "17th December 2024",
issues_contact = "https://github.com/dfe-analytical-services/local-authority-interactive-tool/issues",
non_accessible_components = "TBC",
specific_issues = "TBC"
non_accessible_components = c(
"Keyboard navigation within some tables may be limited",
"Navigation between pages doesn't trigger automatic screen reader response"
),
specific_issues = c(
"Some ARIA roles within tables lack particular children elements",
"The dashboard lacks a \"skip to main content\" link",
"Tables don't have horizontal scroll at all zoom levels where it's needed, cutting off some content",
"Context focus does not work fully when navigating between pages"
)
)
)
}

0 comments on commit 9f7aa4d

Please sign in to comment.