﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7752	"Styles toolbar items need to use role=""presentation"" on all spans"	Damian	Frederico Caldeira Knabben	"The current markup for cke_rcombo items has 
{{{
  <span class=""cke_rcombo"">
    <span class=""cke_styles"">
      <a role=""button"">
    </span>
  </span>
}}}

When using INS+TAB in JAWS to re-read the currently focused item, JAWS doesn't read the parent toolbar name. If role=""presentation"" is applied to the two <spans>, JAWS will read them correctly.

So we need this:
{{{
  <span class=""cke_rcombo"" role=""presentation"">
    <span class=""cke_styles"" role=""presentation"">
      <a role=""button"">
    </span>
  </span>
}}}



"	Bug	closed	Normal	CKEditor 3.6	Accessibility		fixed	IBM	Satya Minnekanti Teresa Monahan James Cunningham
