Opened 13 years ago
Closed 13 years ago
#9016 closed Bug (fixed)
IFrame semantics of File input need to be removed
Reported by: | Damian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | Accessibility | Version: | 3.0 |
Keywords: | IBM | Cc: | Satya Minnekanti, Teresa Monahan |
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 (3)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:3 Changed 13 years ago by
Milestone: | → CKEditor 3.6.4 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed with [7494].
Adding
role="presentation"
sounds harmless IMO.