Skip to content

Commit

Permalink
Update samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed May 3, 2019
1 parent 5cfb300 commit 4d58b89
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions proto/sample_v2_round_trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3050,12 +3050,12 @@
{
"group": "a11y-navigation",
"id": "bypass",
"weight": 10.0
"weight": 3.0
},
{
"group": "a11y-color-contrast",
"id": "color-contrast",
"weight": 6.0
"weight": 3.0
},
{
"group": "a11y-tables-lists",
Expand All @@ -3070,12 +3070,12 @@
{
"group": "a11y-names-labels",
"id": "document-title",
"weight": 2.0
"weight": 3.0
},
{
"group": "a11y-best-practices",
"id": "duplicate-id",
"weight": 5.0
"weight": 1.0
},
{
"group": "a11y-names-labels",
Expand All @@ -3085,7 +3085,7 @@
{
"group": "a11y-language",
"id": "html-has-lang",
"weight": 4.0
"weight": 3.0
},
{
"group": "a11y-language",
Expand All @@ -3095,7 +3095,7 @@
{
"group": "a11y-names-labels",
"id": "image-alt",
"weight": 8.0
"weight": 10.0
},
{
"group": "a11y-names-labels",
Expand All @@ -3115,7 +3115,7 @@
{
"group": "a11y-names-labels",
"id": "link-name",
"weight": 9.0
"weight": 3.0
},
{
"group": "a11y-tables-lists",
Expand All @@ -3135,12 +3135,12 @@
{
"group": "a11y-best-practices",
"id": "meta-viewport",
"weight": 3.0
"weight": 10.0
},
{
"group": "a11y-names-labels",
"id": "object-alt",
"weight": 4.0
"weight": 3.0
},
{
"group": "a11y-navigation",
Expand Down Expand Up @@ -3220,7 +3220,7 @@
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.",
"id": "accessibility",
"manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/how-to-review).",
"score": 0.36,
"score": 0.38,
"title": "Accessibility"
},
"best-practices": {
Expand Down

0 comments on commit 4d58b89

Please sign in to comment.