Index: /CKEditor/branches/features/aria/_source/plugins/colorbutton/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/colorbutton/plugin.js	(revision 4937)
+++ /CKEditor/branches/features/aria/_source/plugins/colorbutton/plugin.js	(revision 4938)
@@ -33,5 +33,5 @@
 					{
 						css : editor.skin.editor.css,
-						aria : { role : 'listbox', 'aria-label' : lang.panelTitle, 'aria-describedby' : lang.panelVoiceLabel }
+						aria : { role : 'listbox', 'aria-label' : lang.panelTitle }
 					},
 
@@ -104,5 +104,5 @@
 					' href="javascript:void(\'', lang.auto, '\')"' +
 					' role="option" aria-posinset="1" aria-setsize="', total, '">' +
-					'<table cellspacing=0 cellpadding=0 width="100%">' +
+					'<table role="presentation" cellspacing=0 cellpadding=0 width="100%">' +
 						'<tr>' +
 							'<td>' +
@@ -115,5 +115,5 @@
 					'</table>' +
 				'</a>' +
-				'<table cellspacing=0 cellpadding=0 width="100%">' );
+				'<table role="presentation" cellspacing=0 cellpadding=0 width="100%">' );
 
 			// Render the color boxes.
Index: /CKEditor/branches/features/aria/_source/plugins/floatpanel/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/floatpanel/plugin.js	(revision 4937)
+++ /CKEditor/branches/features/aria/_source/plugins/floatpanel/plugin.js	(revision 4938)
@@ -238,13 +238,11 @@
 								} );
 
-							// Set the panel frame focus, so the blur event gets fired.
 							block.element.focus();
-							// We need this get fired manually because of unfired focus() function.
-							this.allowBlur( true );
-
 						} , this );
 
 						panel.isLoaded ? panelLoad() : panel.onLoad = panelLoad;
 
+						// We need this get fired manually because of unfired focus() function.
+						this.allowBlur( true );
 					}, 0, this);
 				this.visible = 1;
Index: /CKEditor/branches/features/aria/_source/plugins/font/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/font/plugin.js	(revision 4937)
+++ /CKEditor/branches/features/aria/_source/plugins/font/plugin.js	(revision 4938)
@@ -36,5 +36,5 @@
 					css : editor.skin.editor.css.concat( config.contentsCss ),
 					multiSelect : false,
-					aria : { 'aria-label' : lang.panelTitle, 'aria-describedby' : lang.panelVoiceLabel }
+					aria : { 'aria-label' : lang.panelTitle }
 				},
 
Index: /CKEditor/branches/features/aria/_source/plugins/format/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/format/plugin.js	(revision 4937)
+++ /CKEditor/branches/features/aria/_source/plugins/format/plugin.js	(revision 4938)
@@ -33,5 +33,5 @@
 					css : editor.skin.editor.css.concat( config.contentsCss ),
 					multiSelect : false,
-					aria : { 'aria-label' : lang.panelTitle, 'aria-describedby' : lang.panelVoiceLabel }
+					aria : { 'aria-label' : lang.panelTitle }
 				},
 
Index: /CKEditor/branches/features/aria/_source/plugins/listblock/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/listblock/plugin.js	(revision 4937)
+++ /CKEditor/branches/features/aria/_source/plugins/listblock/plugin.js	(revision 4938)
@@ -86,5 +86,5 @@
 						if ( !this._.started )
 						{
-							pendingHtml.push( '<ul class=cke_panel_list>' );
+							pendingHtml.push( '<ul role="presentation" class=cke_panel_list>' );
 							this._.started = 1;
 							this._.size = this._.size || 0;
@@ -114,5 +114,5 @@
 						this._.groups[ title ] = id;
 
-						this._.pendingHtml.push( '<h1 id=', id, ' class=cke_panel_grouptitle>', title, '</h1>' );
+						this._.pendingHtml.push( '<h1 role="presentation" id=', id, ' class=cke_panel_grouptitle>', title, '</h1>' );
 					},
 
Index: /CKEditor/branches/features/aria/_source/plugins/stylescombo/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/stylescombo/plugin.js	(revision 4937)
+++ /CKEditor/branches/features/aria/_source/plugins/stylescombo/plugin.js	(revision 4938)
@@ -27,5 +27,5 @@
 						css : editor.skin.editor.css.concat( config.contentsCss ),
 						multiSelect : true,
-						aria : { 'aria-label' : lang.panelTitle, 'aria-describedby' : lang.panelVoiceLabel }
+						aria : { 'aria-label' : lang.panelTitle }
 					},
 
