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)

32 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla34

People

(Reporter: MarcoZ, Assigned: surkov)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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.
Attached patch patchSplinter Review
Assignee: nobody → surkov.alexander
Attachment #8473266 - Flags: review?(trev.saunders)
Attachment #8473266 - Flags: review?(trev.saunders) → review+
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.