Closed Bug 668192 Opened 13 years ago Closed 13 years ago

Improve screen reader reading of password manager intro text

Categories

(Toolkit :: Password Manager, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla7

People

(Reporter: MarcoZ, Assigned: MarcoZ)

Details

(Keywords: access)

Attachments

(2 files)

Currently, the xul:description element is set to control the password tree, which on the screen reader side turns the text into the accDescription, which is additional info, not primary information.

In order for screen readers to better read the text,
a) the control attribute should be removed from xul:description, and an aria-labelledby attribute added to the xul:tree element.
or
b) the xul:description element should be turned into a xul:label element.

I'm attaching a patch for solution a). If reviewers think we should go with b) instead, which might introduce other differences which might not be desired on the visual side, I can attach a patch to that effect, too.
Attachment #542784 - Flags: review?
Attachment #542784 - Flags: review? → review?(gavin.sharp)
This changes xul:description to xul:label. Note that I have no way of verifying visually whether this makes any difference for sighted users. This looks less intrusive, but is actually changing an element, but I'm proposing it anyway.
Attachment #542786 - Flags: review?(gavin.sharp)
Comment on attachment 542786 [details] [diff] [review]
Alternative patch

This change looks fine. It does not regress bug 482232.
Attachment #542786 - Flags: review?(gavin.sharp) → review+
Attachment #542784 - Flags: review?(gavin.sharp)
Landed: http://hg.mozilla.org/mozilla-central/rev/5fcda42e70bd
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Assignee: nobody → marco.zehe
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: