Metadata
- Source
- FLUID-985
- Type
- Sub-task
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- Eli Cochran
- Reporter
- Colin Clark
- Created
2008-07-22T19:06:56.000-0400 - Updated
2016-11-02T12:20:17.309-0400 - Versions
-
- 0.4
- 1.5
- Fixed Versions
- N/A
- Component
-
- Uploader
Description
The file rows convey two pieces of information in a visual way. The fact that each row can be deleted. And when We should devise a strategy to allow this information to be exposed semantically (ARIA roles? title attributes?) and implement it in the Uploader.
Comments
-
Jacob Farber commented
2008-07-23T19:42:45.000-0400 One way to make this functionality discoverable for AT users would be to have a descriptor attached to the delete-enabled container, most likely through the "aria-describedby" attr.
The example given is a close button for a fake popup window:
<a role="button" aria-describedby="windowCloseDescription" href="#" onclick="myfakewindow.close()"> X </a>
.. then hidden anywhere else on the page is the descriptor, identified by the ID in aria-describedby
<div id="windowCloseDescription">Closing this window will discard any information entered and return you back to the main page</div>
---------------- See:
http://www.w3.org/TR/wai-aria-practices/#relations_labeling > see 4.1.2 Described By
http://www.w3.org/TR/2008/WD-wai-aria-20080204/#description -
Eli Cochran commented
2009-01-28T12:09:37.000-0500 Just FYI. Right now the title for the row gets set to "File Uploaded" when the file is complete.
-
Colin Clark commented
2009-01-28T13:59:49.000-0500 It's all yours, Eli.
-
Justin Obara commented
2010-05-07T09:09:17.586-0400 a11y issue
-
Justin Obara commented
2010-08-24T09:20:03.208-0400 Working in Firefox but not in IE 8 (win xp), where after a file has been uploaded it still says "Remove File" instead of "File Uploaded"