Skip to content

Commit

Permalink
Fix audit order.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Jan 31, 2019
1 parent cf30ffc commit c133138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ const defaultConfig = {
{id: 'aria-roles', weight: 3, group: 'a11y-aria'},
{id: 'aria-valid-attr-value', weight: 2, group: 'a11y-aria'},
{id: 'aria-valid-attr', weight: 5, group: 'a11y-aria'},
{id: 'audio-caption', weight: 4, group: 'a11y-audio-video'},
{id: 'button-name', weight: 10, group: 'a11y-names-labels'},
{id: 'bypass', weight: 10, group: 'a11y-navigation'},
{id: 'color-contrast', weight: 6, group: 'a11y-color-contrast'},
Expand All @@ -401,7 +402,6 @@ const defaultConfig = {
{id: 'td-headers-attr', weight: 1, group: 'a11y-tables-lists'},
{id: 'th-has-data-cells', weight: 1, group: 'a11y-tables-lists'},
{id: 'valid-lang', weight: 1, group: 'a11y-language'},
{id: 'audio-caption', weight: 4, group: 'a11y-audio-video'},
{id: 'video-caption', weight: 4, group: 'a11y-audio-video'},
{id: 'video-description', weight: 3, group: 'a11y-audio-video'},
// Manual audits
Expand Down

0 comments on commit c133138

Please sign in to comment.