Index: bookmark-template.php
===================================================================
--- bookmark-template.php	(revision 26758)
+++ bookmark-template.php	(working copy)
@@ -59,7 +59,7 @@
 	extract( $r, EXTR_SKIP );
 
 	$output = ''; // Blank string to start with.
-
+    echo '<div id="aria_bookmarklink">' . '' . '</div>';
 	foreach ( (array) $bookmarks as $bookmark ) {
 		if ( !isset($bookmark->recently_updated) )
 			$bookmark->recently_updated = false;
@@ -95,7 +95,7 @@
 		if ( '' != $target )
 			$target = ' target="' . $target . '"';
 
-		$output .= '<a href="' . $the_link . '"' . $rel . $title . $target . '>';
+		$output .= '<a href="' . $the_link . '"' . $rel . $title . $target . 'aria-labelledby="aria_bookmarklink"' . '>';
 
 		$output .= $link_before;
 
