Bug 362373 - [Accessibility] Hideanchor element violates w3c checklist
Summary: [Accessibility] Hideanchor element violates w3c checklist
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 4.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: platform-ua-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2011-10-28 16:55 EDT by Neal Timpe CLA
Modified: 2011-11-14 15:14 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neal Timpe CLA 2011-10-28 16:55:56 EDT
Build Identifier: 3.1 and 3.6

The for="hideanchor" element in this code sample violates 4.1b in the w3c accessibility checklist. It does not provide descriptive text in label elements.

<td id="psubTopicsSearch" class="active" nowrap="" onmouseover="highlightitem(this)">
<font size="-1">
<a id="subTopicsSearch" class="hight" href="javascript://needModal" onfocus="highlightitem(this.parentNode.parentNode)" tabindex="4" title="Search this topic and subtopics">Search this topic and subtopics</a>
</font>
<label id="searchLabela" accesskey="h" for="hideanchor"></label>
<a id="hideanchor" href="javascript:void window.location.reload();"> </a>

Reproducible: Always

Steps to Reproduce:
1. Open an eclipse page
2. Use Firebug to focus on the code in the TOC when the search and print table
pops up.
Comment 2 Neal Timpe CLA 2011-11-11 16:55:43 EST
Hi Steve, I can't find the hideanchor label in http://help.eclipse.org/indigo/index.jsp.

I'm confident that it is an IEHS issue.
Comment 3 John Arthorne CLA 2011-11-14 15:14:24 EST
Closing as requested.