Index: /CKEditor/branches/features/aria/_source/plugins/link/dialogs/link.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/link/dialogs/link.js	(revision 5001)
+++ /CKEditor/branches/features/aria/_source/plugins/link/dialogs/link.js	(revision 5002)
@@ -53,17 +53,4 @@
 			if ( !uploadInitiallyHidden )
 				dialog.hidePage( 'upload' );
-		}
-
-		// Describe 'linkType' combo if no anchors are available.  
-		if( typeValue == 'anchor' )
-		{
-			var combo = this.getInputElement();
-			if(  !dialog.data.anchors.length )
-			{
-				var noAnchorDesc = dialog.getContentElement( 'info', 'noAnchors' );
-				combo.setAttribute( 'aria-describedby', noAnchorDesc.domId );
-			}
-			else
-				combo.removeAttribute( 'aria-describedby' );
 		}
 
@@ -626,5 +613,5 @@
 								id : 'noAnchors',
 								style : 'text-align: center;',
-								html : '<div>' + CKEDITOR.tools.htmlEncode( editor.lang.link.noAnchors ) + '</div>',
+								html : '<div role="label" tabIndex="-1">' + CKEDITOR.tools.htmlEncode( editor.lang.link.noAnchors ) + '</div>',
 								focus : function(){},
 								setup : function( data )
@@ -1163,5 +1150,5 @@
 			}
 
-			this.setupContent( this.data = parseLink.apply( this, [ editor, element ] ) );
+			this.setupContent( parseLink.apply( this, [ editor, element ] ) );
 		},
 		onOk : function()
