FLUID-6028: File queue table header and content are in separate tables

Metadata

Source
FLUID-6028
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2016-11-02T12:43:50.251-0400
Updated
2016-11-08T12:27:31.098-0500
Versions
N/A
Fixed Versions
  1. 2.0
Component
  1. Uploader

Description

The header and body of the file queue table are actually separated out into two separate tables. This means that an AT is unaware of what the headers are for any of the body cells and there is no direct way to navigate between the headers and cells using an AT. This should all be collapsed into a single table, or if the table is only for layout, the tables should be marked up with role=presentation and appropriate labelling applied to each of the cells, perhaps with an aria-labelledby.

https://github.com/fluid-project/infusion/blob/master/src/components/uploader/html/Uploader.html#L47-L75

Comments