Skip to content

Commit

Permalink
Merge branch 'main' into finish-user-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JT-39 authored Dec 17, 2024
2 parents 6852dc1 + 9f7aa4d commit f28357f
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 f28357f

Please sign in to comment.