Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content-voting.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content-voting.php	(revision 7183)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content-voting.php	(working copy)
@@ -332,7 +332,7 @@
 			echo '" href="' . esc_url( $up_url );
 		}
 		echo '">';
-		echo '<span class="dashicons dashicons-arrow-up"></span>';
+		echo '<span class="dashicons dashicons-arrow-up" aria-hidden="true"></span>';
 		echo '<span class="screen-reader-text">' . $title .  '</span>';
 		echo "</{$tag}>";
 
@@ -373,7 +373,7 @@
 			echo '" href="' . esc_url( $down_url );
 		}
 		echo '">';
-		echo '<span class="dashicons dashicons-arrow-down"></span>';
+		echo '<span class="dashicons dashicons-arrow-down" aria-hidden="true"></span>';
 		echo '<span class="screen-reader-text">' . $title .  '</span>';
 		echo "</{$tag}>";
 
Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/js/user-notes-voting.js
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/js/user-notes-voting.js	(revision 7183)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/js/user-notes-voting.js	(working copy)
@@ -4,7 +4,7 @@
  */
 
 ( function( $, wp ) {
-	$( '#user-note-voting' ).on( 'click', '.user-note-voting-up, .user-note-voting-down', function( event ) {
+	$( document ).on( 'click', 'a.user-note-voting-up, a.user-note-voting-down', function( event ) {
 		event.preventDefault();
 
 		var $item = $( this ),
