Ticket #9016 (closed Bug: fixed)
IFrame semantics of File input need to be removed
| Reported by: | damo | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.4 |
| Component: | Accessibility | Version: | 3.0 |
| Keywords: | IBM | Cc: | satya, tmonahan |
Description
When the File upload input is enabled, an IFrame is rendered in the UI. Due to the presence of this IFrame, proper markup would need to be applied to the IFrame's document as for any other full document.
Since this IFrame is not intended to present a full HTML document, but rather is the container for the upload input, its IFrame semantics could be removed.
One way to resolve this is to apply role="presentation" to this IFrame.
Change History
Note: See
TracTickets for help on using
tickets.

Adding role="presentation" sounds harmless IMO.