Skip to content

Commit

Permalink
Merge pull request #46 from hayden-MB/master
Browse files Browse the repository at this point in the history
accessibility changes
  • Loading branch information
sangwinc authored Jul 19, 2024
2 parents f4c89a8 + ec6d82c commit 33f0a2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 5 additions & 1 deletion website_files/Legal/Accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The main website [www.stack-assessment.org](https://stack-assessment.org),
* browsers tested on: Chrome, Firefox, Safari, Edge,
* resolutions tested on: common resolutions for laptop, tablet and mobile,
* ensures all non-text elements have alternative text,
* never uses colour as the sole means of conveying information,
* mever uses colour as the sole means of conveying information,
* links are bolded to convay that they are links beyond the use of colour,


## Known issues
Expand All @@ -26,6 +27,9 @@ The main website [www.stack-assessment.org](https://stack-assessment.org),
* The navigation bar cannot be navigated with only keyboard beyond two levels.
* The user map on /CaseStudies/Overview is not navigable by keyboard.
* Some elements have a colour contrast ratio of less than 4:5:1, in particular the navigation bar.
* The documentation website ["docs.stack-assessment.org"](https://docs.stack-assessment.org) does not have a 'skip to main content' option while using screen reader.
* The documentation website ["docs.stack-assessment.org"](https://docs.stack-assessment.org) has not yet been tested for accessibility.
* The alternative text on the STACK logo link on the website does not include where the link leads.
* There are blocks of italics text in the footer on some pages.

For comments or suggestions regarding to accessibility, please email Chris Sangwin at <a href="mailto:[email protected]">[email protected]</a>
14 changes: 12 additions & 2 deletions website_files/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,21 @@ ul.check li:before {
}

a {
color: 0000ff;
text-decoration: none;
color: #3574b7;
background-color: transparent;
font-weight: 600;
}

a: link {
text-decoration: underline;
}
.btn-primary {
color: #fff;
background-color: #3574b7;
border-color: #3574b7;
}


/* Trees: https://codepen.io/ross-angus/pen/jwxMjL
Copyright (c) 2022 by Ross Angus (https://codepen.io/ross-angus/pen/jwxMjL)
Expand Down

0 comments on commit 33f0a2c

Please sign in to comment.