﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11387	"role=""radiogroup"" should be applied only to radio inputs' container."	Irina	Marek Lewandowski	"'''To Reproduce:'''
1. Open any CKEditor sample in FF.
2. Open any dialog that has input fields, e.g. insert table dialog
3. Inspect input fields ( e.g. rows) using Firebug
'''Problem:''' Each inputs' container has a role=""radiogroup""

Elements that use 'role' must contain required child elements for the role to enable compatibility with assistive technologies, e.g.

{{{
<div role=""radiogroup"">
    <div role=""radio"">radio element markup</div>
</div>
}}}
"	Bug	closed	Normal	CKEditor 4.4.2	Accessibility	4.0	fixed	IBM	Teresa Monahan Satya Minnekanti peter
