Skip to content

Commit

Permalink
report(accessibility): add heading role to report category gaug… (#9422)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnemau authored and paulirish committed Nov 6, 2019
1 parent 2e70b99 commit 1bc3f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/report/html/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Lighthouse category header -->
<template id="tmpl-lh-category-header">
<div class="lh-category-header">
<div class="lh-score__gauge"></div>
<div class="lh-score__gauge" role="heading" aria-level="2"></div>
<div class="lh-category-header__description"></div>
</div>
</template>
Expand Down

0 comments on commit 1bc3f23

Please sign in to comment.