{
  "status": "findings",
  "findingsCount": 3,
  "findings": [
    {
      "rule": "color-contrast",
      "severity": "serious",
      "message": "Elements must meet minimum color contrast ratio thresholds",
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "nodes": [
        {
          "target": [
            ".nav-cta"
          ],
          "html": "<a href=\"tel:7322821722\" class=\"nav-cta\">Call Now</a>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.88 (foreground color: #ffffff, background color: #c1694f, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            ".btn-primary.btn[href$=\"#menu\"]"
          ],
          "html": "<a href=\"#menu\" class=\"btn btn-primary\">Explore Our Menu</a>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.88 (foreground color: #ffffff, background color: #c1694f, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1"
        }
      ]
    },
    {
      "rule": "heading-order",
      "severity": "moderate",
      "message": "Heading levels should only increase by one",
      "description": "Ensure the order of headings is semantically correct",
      "nodes": [
        {
          "target": [
            ".trust-item:nth-child(1) > h3"
          ],
          "html": "<h3>Breakfast</h3>",
          "failureSummary": "Fix any of the following:\n  Heading order invalid"
        }
      ]
    },
    {
      "rule": "region",
      "severity": "moderate",
      "message": "All page content should be contained by landmarks",
      "description": "Ensure all page content is contained by landmarks",
      "nodes": [
        {
          "target": [
            "#hero"
          ],
          "html": "<section class=\"hero\" id=\"hero\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            ".trust-strip"
          ],
          "html": "<div class=\"trust-strip reveal visible\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            "#story"
          ],
          "html": "<section class=\"section\" id=\"story\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            "#menu > .container > .menu-intro.reveal"
          ],
          "html": "<div class=\"menu-intro reveal\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            "#menuBreakfast"
          ],
          "html": "<div class=\"menu-daypart active\" id=\"menuBreakfast\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        }
      ]
    }
  ],
  "log": "/data/jobs/job_b7868419faab/axe-audit.log"
}