Closed
Bug 1624826
Opened 5 years ago
Closed 5 years ago
Accessible name for fieldset has trailing whitespace
Categories
(Core :: Disability Access APIs, task, P3)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- With the testcase:
data:text/html,<fieldset id="fieldset"><legend>Fields</legend><input aria-label="hello"></fieldset>
- Inspect the name for the grouping in Accessibility Inspector.
- Expected: Name is "fields".
- Actual: Name is "fields " (has a trailing whitespace).
Comment 1•5 years ago
|
||
Weird, but doesn't feel like something which has much user impact, so p3. Please adjust if you disagree.
Priority: -- → P3
Assignee | ||
Comment 2•5 years ago
|
||
This was an oversight in the HTMLGroupBoxAccessible implementation of NativeName, others trim their whitespaces by default.
Updated•5 years ago
|
Assignee: nobody → mzehe
Status: NEW → ASSIGNED
Pushed by mzehe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b795e883afa
Remove trailing whitespace from accessible name of fieldset element if provided by legend, r=eeejay
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•5 years ago
|
QA Whiteboard: [qa-76b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•