Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/page-structure/index.html.erb.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pages with well-structured content are essential for many web users, for example

* **People with cognitive and learning disabilities** can more easily find and prioritize content on the page.
* **People using screen readers** can skip to the main content directly and navigate to sections that are important to them.
* **Keyboard users** can browse pages and their sections more efficiently. Otherwise, users have press the tab key multiple times to navigate through all links in each section.
* **Keyboard users** can browse pages and their sections more efficiently. Otherwise, users have to press the tab key multiple times to navigate through all links in each section.
* **People using software that only shows the main content** of a web page, such as people with cognitive disabilities, will receive better results if the page structure is correctly marked up.
* **People with visual impairments**, including people with low vision, have cues that provide orientation on the page and in the content.
* **Mobile web users** often have access to a so-called “reader” or “reading” mode that will only show the main content of the page if it is correctly marked up.
Expand Down