Closed Bug 453603 Opened 16 years ago Closed 15 years ago

aria-labelledby should override name from text, not add to it

Categories

(Core :: Disability Access APIs, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: aaronlev, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: access)

In John Gunderson's grid here: http://test.cita.uiuc.edu/aria/grid/grid1.php He uses aria-labelledby for the cells. The spec was changed to say used aria-describedby. Regardless, this still brings up an issue: When calculating the name. * Firefox adds the header pointed by aria-labelledby to the cell text * IE 8 uses only the aria-labelledby. It isn't added to the text, it replaces it. aria-labelledby is supposed to be an override, so we should be doing it the IE way.
Is this similar to bug 433895 where we add the original accessible name for a control (provided by a label's control attribute) when taking it into aria-labelledby? There, we don't override completely as well.
Flags: wanted1.9.1?
I'm sure it is fixed by one of the name calculation reorganization bugs. Closing the bug.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.