Skip to content

Commit

Permalink
update categories
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Mar 28, 2017
1 parent 8c376a0 commit b9057af
Showing 1 changed file with 35 additions and 16 deletions.
51 changes: 35 additions & 16 deletions lighthouse-core/config/default.js
Expand Up @@ -39,7 +39,7 @@ module.exports = {
"gatherers": [
"chrome-console-messages",
"styles",
"css-usage",
// "css-usage",
"dobetterweb/all-event-listeners",
"dobetterweb/anchors-with-no-rel-noopener",
"dobetterweb/appcache",
Expand Down Expand Up @@ -594,17 +594,10 @@ module.exports = {
{"id": "without-javascript", "weight": 1},
{"id": "is-on-https", "weight": 1},
{"id": "redirects-http", "weight": 1},
{"id": "manifest-exists", "weight": 1},
{"id": "manifest-start-url", "weight": 1},
{"id": "manifest-icons-min-144", "weight": 1},
{"id": "manifest-short-name", "weight": 1},
{"id": "manifest-exists", "weight": 1},
{"id": "manifest-name", "weight": 1},
{"id": "manifest-background-color", "weight": 1},
{"id": "manifest-theme-color", "weight": 1},
{"id": "manifest-icons-min-192", "weight": 1},
{"id": "manifest-exists", "weight": 1},
{"id": "theme-color-meta", "weight": 1},
{"id": "load-fast-enough-for-pwa", "weight": 1},
{"id": "webapp-install-banner", "weight": 1},
{"id": "splash-screen", "weight": 1},
{"id": "themed-omnibox", "weight": 1},
{"id": "viewport", "weight": 1},
{"id": "content-width", "weight": 1}
]
Expand All @@ -619,7 +612,7 @@ module.exports = {
{"id": "time-to-interactive", "weight": 5},
{"id": "link-blocking-first-paint", "weight": 0},
{"id": "script-blocking-first-paint", "weight": 0},
{"id": "unused-css-rules", "weight": 0},
// {"id": "unused-css-rules", "weight": 0},
{"id": "uses-optimized-images", "weight": 0},
{"id": "uses-responsive-images", "weight": 0},
{"id": "total-byte-weight", "weight": 0},
Expand All @@ -632,14 +625,41 @@ module.exports = {
"name": "Accessibility",
"description": "These audits validate that your app [works for all users](https://developers.google.com/web/fundamentals/accessibility/).",
"audits": [
{"id": "accesskeys", "weight": 1},
{"id": "aria-allowed-attr", "weight": 1},
{"id": "aria-required-attr", "weight": 1},
{"id": "aria-valid-attr", "weight": 1},
{"id": "aria-required-children", "weight": 1},
{"id": "aria-required-parent", "weight": 1},
{"id": "aria-roles", "weight": 1},
{"id": "aria-valid-attr-value", "weight": 1},
{"id": "aria-valid-attr", "weight": 1},
{"id": "audio-caption", "weight": 1},
{"id": "button-name", "weight": 1},
{"id": "bypass", "weight": 1},
{"id": "color-contrast", "weight": 1},
{"id": "definition-list", "weight": 1},
{"id": "dlitem", "weight": 1},
{"id": "document-title", "weight": 1},
{"id": "duplicate-id", "weight": 1},
{"id": "frame-title", "weight": 1},
{"id": "html-has-lang", "weight": 1},
{"id": "html-lang-valid", "weight": 1},
{"id": "image-alt", "weight": 1},
{"id": "input-image-alt", "weight": 1},
{"id": "label", "weight": 1},
{"id": "tabindex", "weight": 1}
{"id": "layout-table", "weight": 1},
{"id": "link-name", "weight": 1},
{"id": "list", "weight": 1},
{"id": "listitem", "weight": 1},
{"id": "meta-refresh", "weight": 1},
{"id": "meta-viewport", "weight": 1},
{"id": "object-alt", "weight": 1},
{"id": "tabindex", "weight": 1},
{"id": "td-headers-attr", "weight": 1},
{"id": "th-has-data-cells", "weight": 1},
{"id": "valid-lang", "weight": 1},
{"id": "video-caption", "weight": 1},
{"id": "video-description", "weight": 1},
]
},
"best-practices": {
Expand All @@ -659,7 +679,6 @@ module.exports = {
{"id": "notification-on-start", "weight": 1},
{"id": "deprecations", "weight": 1},
{"id": "manifest-short-name-length", "weight": 1},
{"id": "manifest-display", "weight": 1}
]
}
}
Expand Down

0 comments on commit b9057af

Please sign in to comment.