Opened 12 years ago

Closed 12 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 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0

Adding role="presentation" sounds harmless IMO.

comment:2 Changed 12 years ago by Damian

What is the ETA for a fix to address this issue?

comment:3 Changed 12 years ago by Garry Yao

Milestone: CKEditor 3.6.4
Resolution: fixed
Status: confirmedclosed

Fixed with [7494].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy