Index: wp-includes/class-wp-admin-bar.php
===================================================================
--- wp-includes/class-wp-admin-bar.php	(revision 32564)
+++ wp-includes/class-wp-admin-bar.php	(working copy)
@@ -497,7 +497,7 @@
 				endif;
 				?>><?php
 			else:
-				?><div class="ab-item ab-empty-item" <?php echo $aria_attributes;
+				?><a href='#wp-admin-bar-<?php echo $node->id; ?>' class="ab-item ab-empty-item" <?php echo $aria_attributes;
 				if ( ! empty( $node->meta['title'] ) ) :
 					?> title="<?php echo esc_attr( $node->meta['title'] ); ?>"<?php
 				endif;
@@ -509,7 +509,7 @@
 			if ( $has_link ) :
 				?></a><?php
 			else:
-				?></div><?php
+				?></a><?php
 			endif;
 
 			if ( $is_parent ) :
