Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make consistent section heading levels #59

Open
hannahackermans opened this issue Aug 2, 2023 · 0 comments
Open

Make consistent section heading levels #59

hannahackermans opened this issue Aug 2, 2023 · 0 comments

Comments

@hannahackermans
Copy link

hannahackermans commented Aug 2, 2023

Current State

Throughout cellproject's webpages, inconsistent heading levels are used and heading levels are skipped several times. To make the webpages more understandable, especially when using assistive technology, this needs to be consistent.
This is technically an advisory guideline in WCAG, but it needs to be solved anyway to meet the requirement stipulated in issue #60 , so I suggested we fix this first.

heading info per page

Missing first level heading.
Also issues with the use of a layout table, described in issues #61

Missing first level heading.
The titles of the databases are not headings but made to look like headings.

Missing first level heading.
Skipped h3 heading.
subsections do not have real headings, which leads to broken same-page links. See issue #60

Missing first level heading.
Skipped h3 heading.
Also issues with the use of a layout table, described in issues #61

Missing first level heading.
h2 is used for both the main title and the subsections.

Proposed changes to meet the success criteria

  1. Make sure all pages use h1-hX without skipping heading levels
  2. Make sure that text that visually looks like headings have a heading element.
This was referenced Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant