Merge "Add aria-label to size bar"
diff --git a/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list_html.js b/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list_html.js
index 9e5c09a..d1238f3 100644
--- a/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list_html.js
+++ b/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list_html.js
@@ -420,7 +420,11 @@
             [[_computeCommentsStringMobile(changeComments, patchRange,
             file.__path)]]
           </div>
-          <div class$="[[_computeSizeBarsClass(_showSizeBars, file.__path)]]">
+          <div
+            class$="[[_computeSizeBarsClass(_showSizeBars, file.__path)]]"
+            aria-label="A bar that represents the addition and deletion ratio for the current file"
+            tabindex="0"
+          >
             <svg width="61" height="8">
               <rect
                 x$="[[_computeBarAdditionX(file, _sizeBarLayout)]]"