Metadata
- Source
- FLUID-6079
- Type
- Bug
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Alan Harnum
- Created
2016-11-18T10:25:08.044-0500 - Updated
2017-02-17T17:38:45.187-0500 - Versions
-
- 2.0
- Fixed Versions
- N/A
- Component
-
- Uploader
Description
When a file that is too large is selected for upload, there is visual feedback that an error has occurred, but no screenreader feedback.
The logging area for the error messages should be wrapped in appropriate aria attributes so that a screen reader knows to treat the message as an alert or similar. In current state, a screenreader user would be unaware a problem had occured with 1 or more selected files.
Comments
-
Aashay Singhal commented
2017-02-17T17:38:45.187-0500 IMO, Aria-invalid tag can be used to fix this. If the error is generated then it should have this aria-invalid set to true. Any other suggestions or should i start working this way?