{
  "schemaVersion": 1,
  "axeVersion": "4.13.0",
  "browser": "Google Chrome headless",
  "pages": [
    {
      "id": "50projects-background-slider",
      "repositoryId": "50projects50days",
      "sourceFile": "background-slider/index.html",
      "violations": [
        {
          "id": "button-name",
          "impact": "critical",
          "help": "Buttons must have discernible text",
          "targets": [
            "#left",
            "#right"
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": "moderate",
          "help": "Document should have one main landmark",
          "targets": [
            "html"
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": "moderate",
          "help": "Page should contain a level-one heading",
          "targets": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "mdn-channel-messaging",
      "repositoryId": "mdn-dom-examples",
      "sourceFile": "channel-messaging-basic/index.html",
      "violations": [
        {
          "id": "frame-title",
          "impact": "serious",
          "help": "Frames must have an accessible name",
          "targets": [
            "iframe"
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": "moderate",
          "help": "Document should have one main landmark",
          "targets": [
            "html"
          ]
        },
        {
          "id": "region",
          "impact": "moderate",
          "help": "All page content should be contained by landmarks",
          "targets": [
            "h1",
            "p"
          ]
        }
      ]
    },
    {
      "id": "chrome-async-clipboard-image",
      "repositoryId": "googlechrome-samples",
      "sourceFile": "async-clipboard-image/index.html",
      "violations": [
        {
          "id": "heading-order",
          "impact": "moderate",
          "help": "Heading levels should only increase by one",
          "targets": [
            "h3:nth-child(3)"
          ]
        },
        {
          "id": "html-has-lang",
          "impact": "serious",
          "help": "<html> element must have a lang attribute",
          "targets": [
            "html"
          ]
        },
        {
          "id": "image-alt",
          "impact": "critical",
          "help": "Images must have alternative text",
          "targets": [
            "#image-field",
            "img:nth-child(1)",
            "img[src=\"Chromium_Material_Icon.png\"]"
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": "moderate",
          "help": "Document should have one main landmark",
          "targets": [
            "html"
          ]
        },
        {
          "id": "region",
          "impact": "moderate",
          "help": "All page content should be contained by landmarks",
          "targets": [
            "h1",
            "h3:nth-child(3)",
            "h3:nth-child(5)",
            "#image-field",
            "h3:nth-child(7)",
            "div:nth-child(8)"
          ]
        }
      ]
    }
  ]
}
