StephDriver
StephDriver
New A11y feature: make sure article templates (especially those with large headers before the article) have a 'skip to content' link at the top of the page.
Some lists where there are no list elements are being put out as empty containers, rather than being skipped when there are no list elements to include. example at https://www.iastatedigitalpress.com/iscore/article/id/12400/...
example page is https://www.iastatedigitalpress.com/mmb/article/id/13894/ tables and tags have duplicate element IDs, possibly more than those.
all file search for labels which nested their input and only two were found, both in theme templates marked as depreciated in 1.5.1. Labels elsewhere looked un-nested, and hence avoiding...
On investigating, this bug only affected OLH theme. The about section was unaffected due to padding provided by div class 'columns.' Added a wrapper div of class columns to the...
added basic breadcrumbs to the templates as shown in the commits. One commit per section. Closes #3858
I have worked through the known areas of this issue one directory at a time, and each has its own commit on this branch. Then there will be a final...
Currently theme colours are given as primary, secondary and tertiary colours. This means that the contrast between text colour and background colour are not necessarily considered when creating the theme....
**Is your feature request related to a problem? Please describe.** Accessibility issues should be reported and easily identified for inclusion in Accessibility Roadmap planning. **Describe the solution you'd like** A...
A11y issue because form field appears to be missing a label. This is due to the structure in the HTML where the input tag is included within the label tag:...