Skip to content

Commit c5586fe

Browse files
committed
Merge branch 't/9086'
2 parents ae84ef0 + 6db7c26 commit c5586fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Fixed Issues:
1818
* [#12729](http://dev.ckeditor.com/ticket/12729): Incorrect structure created when merging a block into a list item on *Backspace* and *Delete*.
1919
* [#13031](http://dev.ckeditor.com/ticket/13031): [Firefox] Fixed: No more line breaks in source view since Firefox 36.
2020
* [#13131](http://dev.ckeditor.com/ticket/13131): Fixed: The [Code Snippet](http://ckeditor.com/addon/codesnippet) plugin cannot be used without the [IFrame Editing Area](http://ckeditor.com/addon/wysiwygarea) plugin.
21+
* [#9086](http://dev.ckeditor.com/ticket/9086): Fixed: Invalid ARIA property used on paste iframe.
2122

2223
Other Changes:
2324

plugins/clipboard/dialogs/paste.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,8 @@ CKEDITOR.dialog.add( 'paste', function( editor ) {
141141
' frameborder="0" ' +
142142
' allowTransparency="true"' +
143143
' src="' + src + '"' +
144-
' role="region"' +
145144
' aria-label="' + lang.pasteArea + '"' +
146145
' aria-describedby="' + dialog.getContentElement( 'general', 'pasteMsg' ).domId + '"' +
147-
' aria-multiple="true"' +
148146
'></iframe>' );
149147

150148
iframe.on( 'load', function( e ) {

0 commit comments

Comments
 (0)