A A A A A

Unique Title Rules

HTML Markup Details

title element
The title element in the head element should contain both the title of the website and title of the web resource.
The title element 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.
h1 element
The h1 element 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 h1 elements.

Accessibility Evaluation Rules

Titling Evalutation Rules
no. FAE 2007 FAE 2008 Description
1 Pass/Fail Pass/Fail

The page must contain exactly one title element.

2 Pass/Fail Pass/Fail

The page must contain at least one h1 element.

3 N/A Pass/Fail

The title element must contain content.

4 N/A Pass/Fail

The h1 element must contain content.

5 Pass/Fail Pass/Warning

The page should contain no more than two h1 elements.

6 N/A Pass/Warning

The words in the h1 element content should 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.

7 N/A Pass/Check

The last h1 element content for web pages within the same domain should be unique.

8 N/A Pass/Check

The first 60 characters of title element content for web pages within the same domain should be unique.

9 Pass/Fail N/A

The h1 element content must exactly match a substring in the title element content.

FAE Rule Implemetation

FAE 2007
The Illinois Functional Accessibility Evaluator (FAE) currently implements FAE 2007 rules.
The Illinois Firefox Accessibility Extension currently implements these rules.
FAE 2008
The FAE 2008 rules are designed to optimize the rules for implementation of Section 508, W3C User Agent Accessibility Guidelines and Illinois Information technology Accessibility Act requirements and are based on the requirements of these standards and experience with the problems of FAE 2007.
Illinois Functional Accessibility Evaluator Implementation of FAE 2008 rules is currently under development.
The Illinois Firefox Accessibility Extension currently implements some of these rules.

Navigation

Other HTML Best Practices

Working Group