Navigation: Title
Evaluation Rules
The Accessibility Extension does not provide automated evaluation of the rules 4, 7, and 8.
| no. | FAE 2007 | FAE 2008 | FAE for ARIA | Description |
|---|---|---|---|---|
| 1 | Pass/Fail | Pass/Fail | Pass/Fail | The page should contain exactly one title element. |
| 2 | Pass/Fail | Pass/Fail | Pass/Fail | The page should contain at least one h1element. |
| 3 | Pass/Fail | Pass/Warning | Pass/Fail | The page should contain no more than two h1 elements. |
| 4 | N/A | Pass/Warning | Pass/Fail | The words in the h1 element content must also be in the title element content. Spacing and punctuation in the content of the h1 and title elements are ignored. NOTE: If abbreviations are used in the title and/or h1 content, they will be replaced by their expansion defined in abbr and acronym elements defined on the web resource before comparisons between the title and h1 are made. |
| 5 | N/A | Pass/Fail | Pass/Fail | The title element must contain content. |
| 6 | N/A | Pass/Fail | Pass/Fail | The h1 elements must contain content. |
| 7 | N/A | Pass/To Do | Pass/Fail | The last h1 element content for web pages within the same domain should be unique. |
| 8 | N/A | Pass/To Do | Pass/To Do | The first 60 characters of title element content for web pages within the same domain should be unique. |
| 9 | N/A | N/A | Pass/Fail | The role attribute with the value main can only used on one containter element per web page. |
| 10 | N/A | N/A | Pass/Fail | The label for the
|
| 11 | Pass/Fail | N/A | N/A | The h1 element content must exactly match a substring in the title element content. |
Dialog Box
Detected Headers
- Title - Text content of the
titleelement of the page is displayed. - H1 - Text content of all
h1elements of the page are displayed.
Accessibility Information
- Fail: The page should contain exactly one title element and the title element should not be empty.
- Fail: Missing or empty H1 element
- Fail: The text content of each H1 element should match all or part of the title content.
- ToDo: Title should usually be 60 or fewer characters in length.
- ToDo: Title should indicate both name of the site and topic of the page.
Buttons
- Close Window - closes the Title dialog box.
HTML Markup Details
titleelement- The
titleelement in theheadelement should contain both the title for the website and sub-page information. - The
titleelement is typically rendered in the title bar at the top of the graphical window of most graphical browsers like Internet Explorer, Opera, Mozilla and Firefox. - Users
of speech technologies like screen readers (e.g. Jaws, Window-Eyes, and HAL)
can easily read the
titlecontent. h1element- The
h1element includes sub-section information and may contain website information. - The
h1element is easy for users to navigate to with assistive technologies (Window-Eyes, Jaws and HAL screen readers) as well as the keyboard in some browsers (e.g. Opera or Firefox Accessibility Extension).
