Skip to content

Commit

Permalink
#9364: Using proper WAI-ARIA role for floating toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed Dec 19, 2012
1 parent da498c3 commit b18813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/floatingspace/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
' dir="{langDir}"' +
' title="' + ( CKEDITOR.env.gecko ? ' ' : '' ) + '"' +
' lang="{langCode}"' +
' role="presentation"' +
' role="application"' +
' style="{style}"' +
'>' +
'<div class="cke_inner">' +
Expand Down

0 comments on commit b18813c

Please sign in to comment.