Closed
Bug 1484248
Opened 6 years ago
Closed 6 years ago
Accessible name calculation from label content should include descendant table cells
Categories
(Core :: Disability Access APIs, enhancement)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jdiggs, Assigned: jdiggs)
Details
Attachments
(1 file)
2.17 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
Given this test case:
<input type="text" id="test" />
<label for="test" id="label">
<div>foo</div>
<table><tr><td>bar</td></tr></table>
<div>baz</div>
</label>
Expected results: Accessible name of the input with id of "test" would be "foo bar baz".
Actual results: Accessible name of the input with id of "test" is "foo baz".
Assignee | ||
Comment 1•6 years ago
|
||
One line fix assuming no issues. Please review. Thanks and happy Friday! :)
Assignee: nobody → jdiggs
Status: NEW → ASSIGNED
Attachment #9001989 -
Flags: review?(surkov.alexander)
Attachment #9001989 -
Flags: review?(mzehe)
Attachment #9001989 -
Flags: review?(jteh)
Comment 2•6 years ago
|
||
Comment on attachment 9001989 [details] [diff] [review]
0001-Bug-1484248-Accessible-name-calculation-from-label-c.patch
Review of attachment 9001989 [details] [diff] [review]:
-----------------------------------------------------------------
looks good, one review should be enough for a such small change
Attachment #9001989 -
Flags: review?(surkov.alexander)
Attachment #9001989 -
Flags: review?(mzehe)
Attachment #9001989 -
Flags: review?(jteh)
Attachment #9001989 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/10656d316573
Accessible name calculation from label content should include cells. r=surkov
Keywords: checkin-needed
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•