Open
Bug 1816212
Opened 3 years ago
Updated 3 years ago
[Mac] <Label> of the <progress> is clickable
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
NEW
People
(Reporter: ayeddi, Unassigned)
References
()
Details
Attachments
(2 files)
STR:
- Ensure VoiceOver is running
- Open a test case attached or the URI:
data:text/html,<progress id="a" max="100" value="11"></progress><label for="a">11% complete</label> - Navigate to the label text with VoiceOver
Actual:
- Announced as
clickable - Accessibility Properties of the
<label>element include aclickaction
Expected:
- The
<label>of the<progress>bar is not expected to be actionable, thus it should not have a click action (when none are provided by the author)
| Reporter | ||
Comment 1•3 years ago
|
||
| Reporter | ||
Comment 2•3 years ago
|
||
Also refer to the previous Fx View progress bar testing results. When using tab / navigate by element it won’t announce clickable but it’s still there
You need to log in
before you can comment on or make changes to this bug.
Description
•