Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 3776)
+++ /CKEditor/trunk/CHANGES.html	(revision 3777)
@@ -61,4 +61,6 @@
 			after click on 'newpage'; and safari is not putting focus on document also.
 			</li>
+		<li><a href="http://dev.fckeditor.net/ticket/3821">#3821</a> : Fixed an issue with JAWS in which
+			toolbar items are read inconsistently between virtual cursor modes.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/button/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/button/plugin.js	(revision 3776)
+++ /CKEditor/trunk/_source/plugins/button/plugin.js	(revision 3777)
@@ -131,5 +131,4 @@
 				' title="', this.title, '"' +
 				' tabindex="-1"' +
-				' role="button"' +
 				' hidefocus="true"' );
 
