Navigation: Title
Evaluation Rules
The Accessibility Extension does not provide automated evaluation of the rules 4, 7, and 8.
| no. | FAE 2007 | FAE 2008 | Description |
|---|---|---|---|
| 1 | Pass/Fail | Pass/Fail | The page must contain exactly one |
| 2 | Pass/Fail | Pass/Fail | The page must contain at least one |
| 3 | N/A | Pass/Fail | The Implementation Notes
|
| 4 | N/A | Pass/Fail | The Implementation Notes
|
| 5 | Pass/Fail | Pass/Warning | The page should contain no more than two |
| 6 | N/A | Pass/Warning | The text content of the Implementation Notes
|
| 7 | N/A | Pass/Warning | The text content of an Implementation Notes
|
| 8 | N/A | Pass/Check | The last |
| 9 | N/A | Pass/Check | The first 60 characters of |
| 10 | Pass/Fail | N/A | The |
| 11 | Pass/Warning/Fail | N/A | The text content contained in header elements ( |
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 of the website and title of the web resource. - The
titleelement is typically rendered in the title bar at the top of the graphical window of most graphical browsers such as Internet Explorer, Opera, Mozilla and Firefox. h1element- The
h1element should contain the title for the web resource and may contain the title of the website. - The page should contain at least one and no more than two
h1elements.
