My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany
Missing TITLE attribute in OBJECT tag
You should use the title tag to explain your object.

Type: accessibility
Severity: (3)

Incorrect example
<object codebase="..." class="..." />

Resolution

<object title="Explains what the object is" ... >
  Text describes the object for screen readers
</object>
Explanation

According to Section 508 all non text elements (images or objects) should have a text description.



Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement