Closed
Bug 1053765
Opened 9 years ago
Closed 9 years ago
Putting role="log" on a table tag breaks row and cell accessibles.
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: MarcoZ, Assigned: surkov)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.13 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
Test: <table role="log"><tr><td>blah</td></tr></table> should give a tree of table - row - - cell - - - text leaf Actual: table - unknown - - unknown - - - text leaf Can be observed in the Chatzilla extension where the chat output table has broken accessible hierarchy.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → surkov.alexander
Attachment #8473266 -
Flags: review?(trev.saunders)
Updated•9 years ago
|
Attachment #8473266 -
Flags: review?(trev.saunders) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7769257793f6
Flags: in-testsuite+
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7769257793f6
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•