Skip to content

Commit b18813c

Browse files
committed
#9364: Using proper WAI-ARIA role for floating toolbar.
1 parent da498c3 commit b18813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/floatingspace/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
' dir="{langDir}"' +
1111
' title="' + ( CKEDITOR.env.gecko ? ' ' : '' ) + '"' +
1212
' lang="{langCode}"' +
13-
' role="presentation"' +
13+
' role="application"' +
1414
' style="{style}"' +
1515
'>' +
1616
'<div class="cke_inner">' +

0 commit comments

Comments
 (0)