Open Bug 469449 Opened 16 years ago Updated 2 years ago

empty attribute value shouldn't result null accessible name

Categories

(Core :: Disability Access APIs, defect)

defect

Tracking

()

People

(Reporter: surkov, Unassigned)

References

(Blocks 1 open bug)

Details

In addition to alt, aria-label and aria-labelledby, we should check for title attribute as well.
(In reply to comment #1)
> In addition to alt, aria-label and aria-labelledby, we should check for title
> attribute as well.

iirc we do
Alex, is this still valid or a problem? What's the exact test case?
(In reply to Marco Zehe (:MarcoZ) from comment #3)
> Alex, is this still valid or a problem? What's the exact test case?

This issue is about to return null or empty string. Currently we do that for empty aria and native names, but we ignore title attribute on this way. Also we do that for images only.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.