Closed Bug 1625489 Opened 5 years ago Closed 5 years ago

Speak list bullets/numbers in VoiceOver

Categories

(Core :: Disability Access APIs, defect, P1)

All
macOS
defect

Tracking

()

VERIFIED FIXED
mozilla77
Tracking Status
firefox77 --- verified

People

(Reporter: eeejay, Assigned: eeejay)

Details

(Whiteboard: [mac2020_1])

Attachments

(1 file)

STR:

  1. Load data:text/html,<ol style="list-style-type: lower-alpha;"><li>Cats</li><li>Dogs</li><li>Birds</li></ol>
  2. Navigate through list

Expected:
User should hear list items prefixed with their numbers or letters.
eg. "b. Dogs, 2 of 3"

Actual:
User only hears the content of the list item and the position in the list.
eg. "Dogs, 2 of 3"

Assignee: nobody → eitan
Priority: P2 → P1

I also simplified mozTextLeafAccessible by redirecting value to title. And removing some dead methods. It previously was calling Text() on the text accessible, but this is not necessary since Name() returns
the same value.

Pushed by eisaacson@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8866eea63b57 role::STATICTEXT should return value and not label or title. r=morgan
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77

Confirmed issue with 76.0a1(20200327215207) on macOS 10.15.3.
Fix verified with 77.0b3.

Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: