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

Page Titles for screen reader users for more context #35

Open
colabottles opened this issue Dec 17, 2024 · 1 comment
Open

Page Titles for screen reader users for more context #35

colabottles opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@colabottles
Copy link

  • Page titles should be descriptive for screen reader users when they switch to a new page or repository.
  • This satisfies usability needs to help users find content and orient themselves within it by ensuring that each Web page has a descriptive title.
  • This satisfies WCAG guideline 2.4.2 - Page Titled.

Titles identify the current location without requiring users to read or interpret page content. When titles appear in site maps or lists of search results, users can more quickly identify the content they need. User agents make the title of the page easily available to the user for identifying the page. For instance, a user agent may display the page title in the window title bar or as the name of the tab containing the page.

In cases where the page is a document or a web application, the name of the document or web application would be sufficient to describe the purpose of the page. Note that it is not required to use the name of the document or web application; other things may also describe the purpose or the topic of the page.

In cases such as Single Page Applications (SPAs), where various distinct pages/views are all nominally served from the same URI and the content of the page is changed dynamically, the title of the page should also be changed dynamically to reflect the content or topic of the current view.

@danielroe danielroe added bug Something isn't working good first issue Good for newcomers labels Dec 21, 2024
@colabottles
Copy link
Author

@danielroe I will be happy to take this on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants