Skip to content

Commit bf04b98

Browse files
Update checklists/engineering-checklist.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5c5eea3 commit bf04b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checklists/engineering-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you don't have a designer on your project, or are not working with an accessi
2727
- [ ] **Headings are used in a consecutive order**
2828
- Heading levels should be sequential. Don’t skip levels (i.e. `<h2>` to `<h4>`).
2929
- Nested headings are encouraged and natural as content goes from more general to specific.
30-
- In certain cases, headings may be visually hidden. Levels and visual styling may deviate from one another (i.e. giving an `<h2>` the same visual treatment of an `<h3>`). Please consult the a11y design team in this case.
30+
- In certain cases, headings may be visually hidden. Levels and visual styling may deviate from one another (i.e. giving an `<h2>` the same visual treatment as an `<h3>`). Please consult the a11y design team in this case.
3131
- [ ] **Landmarks are used properly**
3232
- Page has only one main section and one footer section.
3333
- Leave out landmark identifiers when giving a unique name. e.g., use "Repository" instead of "Repository navigation". This prevents redundancy in screen readers that already read out the navigation landmark.

0 commit comments

Comments
 (0)