{
  "issueNumber": 204,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/204",
  "issueTitle": "SCAN: energy.gov/",
  "scanTitle": "energy.gov/",
  "submittedBy": "mgifford",
  "engines": [
    "accesslint",
    "axe"
  ],
  "scannedAt": "2026-04-07T22:16:58.266Z",
  "totalElapsedMs": 355580,
  "totalSubmitted": 69,
  "acceptedCount": 69,
  "scannedCount": 69,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 30844,
    "failed": 99,
    "cantTell": 391,
    "inapplicable": 1526
  },
  "equalAccessTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "accesslintTotals": {
    "passed": 2787,
    "failed": 249,
    "uniqueFailed": 249,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "qualwebTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "duplicateFindingTotals": 51,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 31,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 30,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://energy.gov/",
      "finalUrl": "https://www.energy.gov/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Department of Energy",
      "elapsedMs": 13119,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 953,
          "failed": 7,
          "cantTell": 18,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#main-carousel-slide01",
            "html": "<li class=\"field__item splide__slide is-active is-visible\" id=\"main-carousel-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\" style=\"width: calc(100%);\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role group is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16e5c3809ecf",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2cc32b8f"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide01",
            "html": "<li class=\"splide__slide is-active is-visible\" id=\"thumbnail-carousel-slide01\" role=\"button\" aria-label=\"Go to slide 1\" aria-current=\"true\" tabindex=\"0\" aria-controls=\"main-carousel-slide01\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcaede5ed58a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-64eb7ad1"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide02",
            "html": "<li class=\"splide__slide is-visible is-next\" id=\"thumbnail-carousel-slide02\" role=\"button\" aria-label=\"Go to slide 2\" tabindex=\"0\" aria-controls=\"main-carousel-slide02\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "307a434832e3",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f48870f7"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide03",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide03\" role=\"button\" aria-label=\"Go to slide 3\" tabindex=\"0\" aria-controls=\"main-carousel-slide03\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61196ffe00c4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-ca5c93cb"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide04",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide04\" role=\"button\" aria-label=\"Go to slide 4\" tabindex=\"0\" aria-controls=\"main-carousel-slide04\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da62475f5f80",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a66310b3"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 56600975",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "273a7541e7f0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f7005472"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 56600975",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1015,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 86,
          "failed": 6,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-allowed-role",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60e961e9ac83",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "aria/aria-allowed-role",
            "xpath": "#main-carousel-slide01",
            "selector": "#main-carousel-slide01",
            "html": "<li class=\"field__item splide__slide is-active is-visible\" id=\"main-carousel-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\" style=\"width: calc(100%);\">\n\n\n<div class=\"paragraph ...",
            "impact": "minor",
            "message": "Role \"group\" is not allowed on element <li>.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f927321dce68",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-d6fb582e"
          },
          {
            "rule": "aria/aria-allowed-role",
            "xpath": "#thumbnail-carousel-slide01",
            "selector": "#thumbnail-carousel-slide01",
            "html": "<li class=\"splide__slide is-active is-visible\" id=\"thumbnail-carousel-slide01\" role=\"button\" aria-label=\"Go to slide 1\" aria-current=\"true\" tabindex=\"0\" aria-controls=\"main-carousel-slide01\">\n        ...",
            "impact": "minor",
            "message": "Role \"button\" is not allowed on element <li>.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78ab1a022e83",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-246b43d2"
          },
          {
            "rule": "aria/aria-allowed-role",
            "xpath": "#thumbnail-carousel-slide02",
            "selector": "#thumbnail-carousel-slide02",
            "html": "<li class=\"splide__slide is-visible is-next\" id=\"thumbnail-carousel-slide02\" role=\"button\" aria-label=\"Go to slide 2\" tabindex=\"0\" aria-controls=\"main-carousel-slide02\">\n            <div class=\"thumbn...",
            "impact": "minor",
            "message": "Role \"button\" is not allowed on element <li>.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77ef4255f43",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9bf417b3"
          },
          {
            "rule": "aria/aria-allowed-role",
            "xpath": "#thumbnail-carousel-slide03",
            "selector": "#thumbnail-carousel-slide03",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide03\" role=\"button\" aria-label=\"Go to slide 3\" tabindex=\"0\" aria-controls=\"main-carousel-slide03\">\n            <div class=\"thumbnail-circ...",
            "impact": "minor",
            "message": "Role \"button\" is not allowed on element <li>.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d89afeda70cb",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-813dd27e"
          },
          {
            "rule": "aria/aria-allowed-role",
            "xpath": "#thumbnail-carousel-slide04",
            "selector": "#thumbnail-carousel-slide04",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide04\" role=\"button\" aria-label=\"Go to slide 4\" tabindex=\"0\" aria-controls=\"main-carousel-slide04\">\n            <div class=\"thumbnail-circ...",
            "impact": "minor",
            "message": "Role \"button\" is not allowed on element <li>.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b701b8f5153",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a35be255"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 6,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://energy.gov/cio/accessibility-standard-statement",
      "finalUrl": "https://energy.gov/cio/accessibility-standard-statement",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
      "finalUrl": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Funding Opportunities and Requests for Information | Department of Energy",
      "elapsedMs": 10785,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1736,
          "failed": 0,
          "cantTell": 17,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1795,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 54,
          "failed": 38,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94353070721c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/funding-opportunities\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/funding-opportunities\"] > span",
            "html": "<span>Funding Opportunities</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8e9b020c646",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b66c1c56"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > span",
            "selector": "li:nth-of-type(3) > span",
            "html": "<span>Funding Opportunities By Office</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32c286aa3767",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4029a5d7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Grid Deployment Office</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e65ed154e912",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d5c28f38f6f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(5) > td:nth-of-type(2) > a[href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\"]",
            "selector": "tr:nth-of-type(5) > td:nth-of-type(2) > a[href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\"]",
            "html": "<a href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\" data-entity-type=\"node\" data-entity-uuid=\"74e16a08-5cac-42fc-a6f9-6b74fd98ce7f\" data-entity-substitution=\"canonical\" title=\"Wh...",
            "impact": "serious",
            "message": "Accessible name \"Wholesale Electricity Market Studies and Engagement Program\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "374ad2c0360e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a9a130bb"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/transmission-acceleration-grants-tag-program\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/transmission-acceleration-grants-tag-program\"]",
            "html": "<a href=\"/oe/transmission-acceleration-grants-tag-program\" data-entity-type=\"node\" data-entity-uuid=\"f5bdc235-8b5a-4143-a90f-715348d46534\" data-entity-substitution=\"canonical\" title=\"Transmission Acce...",
            "impact": "serious",
            "message": "Accessible name \"Transmission Acceleration Grants (TAG) Program\" does not contain visible text \"Partnership Intermediary Agreement\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "863ec8e5587f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-db7ec97c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/grid-resilience-state-and-tribal-formula-grant-awards\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/grid-resilience-state-and-tribal-formula-grant-awards\"]",
            "html": "<a href=\"/oe/grid-resilience-state-and-tribal-formula-grant-awards\" data-entity-type=\"node\" data-entity-uuid=\"e2b5f8db-92ee-4f8b-8f49-4979676defd5\" data-entity-substitution=\"canonical\" title=\"Grid Res...",
            "impact": "serious",
            "message": "Accessible name \"Grid Resilience State and Tribal Formula Grant Awards\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a29348111f8",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-19a6d5dc"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(8) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "selector": "tr:nth-of-type(8) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "html": "<a href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\" data-entity-type=\"node\" data-entity-uuid=\"bf32f4fb-965c-4f16-8b38-3e741b1c8a8d\" data-entity-substitution=\"canonical\" tit...",
            "impact": "serious",
            "message": "Accessible name \"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0dd60dee556",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-efdd7da6"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(9) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "selector": "tr:nth-of-type(9) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "html": "<a href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\" data-entity-type=\"node\" data-entity-uuid=\"bf32f4fb-965c-4f16-8b38-3e741b1c8a8d\" data-entity-substitution=\"canonical\" tit...",
            "impact": "serious",
            "message": "Accessible name \"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806420dc2e19",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-61314e5c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-award-cycle-3\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-award-cycle-3\"]",
            "html": "<a href=\"/oe/civil-nuclear-credit-award-cycle-3\" data-entity-type=\"node\" data-entity-uuid=\"5fe41c74-540a-4773-8099-372a49d2645e\" data-entity-substitution=\"canonical\" title=\"Civil Nuclear Credit Award ...",
            "impact": "serious",
            "message": "Accessible name \"Civil Nuclear Credit Award Cycle 3\" does not contain visible text \"Request for Information\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8219670772d6",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-bc53f147"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/west-coast-offshore-wind-transmission-planning\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/west-coast-offshore-wind-transmission-planning\"]",
            "html": "<a href=\"/oe/west-coast-offshore-wind-transmission-planning\" data-entity-type=\"node\" data-entity-uuid=\"298fab8a-528d-4bb5-821a-e376c891b337\" data-entity-substitution=\"canonical\" title=\"West Coast Offs...",
            "impact": "serious",
            "message": "Accessible name \"West Coast Offshore Wind Transmission Planning\" does not contain visible text \"Request for Information\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5eca81e4158",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b0c275dd"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(18) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\"]",
            "selector": "tr:nth-of-type(18) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\"]",
            "html": "<a href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\" data-entity-type=\"node\" data-entity-uuid=\"a8b8c2fb-140a-4fb3-91c9-25ca0b08f93c\" data-entity-substitution=\"canonical\"...",
            "impact": "serious",
            "message": "Accessible name \"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67e3b63c6233",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-5e307ace"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(19) > td:nth-of-type(2) > a[href=\"/gdo/TSED\"]",
            "selector": "tr:nth-of-type(19) > td:nth-of-type(2) > a[href=\"/gdo/TSED\"]",
            "html": "<a href=\"/gdo/TSED\" data-entity-type=\"node\" data-entity-uuid=\"612ec28f-1bc9-4266-b612-00229fcbadd2\" data-entity-substitution=\"canonical\" title=\"Transmission Siting and Economic Development Grants Prog...",
            "impact": "serious",
            "message": "Accessible name \"Transmission Siting and Economic Development Grants Program\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95716af4798b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-0ddf0e47"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(20) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "selector": "tr:nth-of-type(20) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "html": "<a href=\"/oe/puerto-rico-energy-resilience-fund\" data-entity-type=\"node\" data-entity-uuid=\"dae13c10-8a28-41bc-8e4d-e9fc71f1a516\" data-entity-substitution=\"canonical\" title=\"Puerto Rico Energy Resilien...",
            "impact": "serious",
            "message": "Accessible name \"Puerto Rico Energy Resilience Fund\" does not contain visible text \"Notice of Intent\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "854fe2db87be",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-191cd33e"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(37) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\"]",
            "selector": "tr:nth-of-type(37) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\"]",
            "html": "<a href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\" data-entity-type=\"node\" data-entity-uuid=\"a8b8c2fb-140a-4fb3-91c9-25ca0b08f93c\" data-entity-substitution=\"canonical\"...",
            "impact": "serious",
            "message": "Accessible name \"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48fcad7efdf4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-fed86035"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(38) > td:nth-of-type(2) > a[href=\"/oe/section-242-hydroelectric-production-incentive-program\"]",
            "selector": "tr:nth-of-type(38) > td:nth-of-type(2) > a[href=\"/oe/section-242-hydroelectric-production-incentive-program\"]",
            "html": "<a href=\"/oe/section-242-hydroelectric-production-incentive-program\" data-entity-type=\"node\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-substitution=\"canonical\" title=\"Section...",
            "impact": "serious",
            "message": "Accessible name \"Section 242: Hydroelectric Production Incentive Program\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a4aa3112a05",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a717e0c4"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(39) > td:nth-of-type(2) > a[href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\"]",
            "selector": "tr:nth-of-type(39) > td:nth-of-type(2) > a[href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\"]",
            "html": "<a href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\" data-entity-type=\"node\" data-entity-uuid=\"74e16a08-5cac-42fc-a6f9-6b74fd98ce7f\" data-entity-substitution=\"canonical\" title=\"Wh...",
            "impact": "serious",
            "message": "Accessible name \"Wholesale Electricity Market Studies and Engagement Program\" does not contain visible text \"Funding Opportunity\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0f59d52549",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2c6df46f"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(40) > td:nth-of-type(2) > a[href=\"/gdo/TSED\"]",
            "selector": "tr:nth-of-type(40) > td:nth-of-type(2) > a[href=\"/gdo/TSED\"]",
            "html": "<a href=\"/gdo/TSED\" data-entity-type=\"node\" data-entity-uuid=\"612ec28f-1bc9-4266-b612-00229fcbadd2\" data-entity-substitution=\"canonical\" title=\"Transmission Siting and Economic Development Grants Prog...",
            "impact": "serious",
            "message": "Accessible name \"Transmission Siting and Economic Development Grants Program\" does not contain visible text \"Funding Opportunity\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587ad8b6aa0d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b9480b72"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/coordinated-interagency-transmission-authorizations-and-permits-program\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/coordinated-interagency-transmission-authorizations-and-permits-program\"]",
            "html": "<a href=\"/oe/coordinated-interagency-transmission-authorizations-and-permits-program\" data-entity-type=\"node\" data-entity-uuid=\"193faf85-564e-4213-abb7-58f26eddd3b2\" data-entity-substitution=\"canonica...",
            "impact": "serious",
            "message": "Accessible name \"Coordinated Interagency Transmission Authorizations and Permits Program\" does not contain visible text \"Notice of Proposed Rulemaking\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab44669bbdfe",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-3b24df25"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(42) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "selector": "tr:nth-of-type(42) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "html": "<a href=\"/oe/puerto-rico-energy-resilience-fund\" data-entity-type=\"node\" data-entity-uuid=\"dae13c10-8a28-41bc-8e4d-e9fc71f1a516\" data-entity-substitution=\"canonical\" title=\"Puerto Rico Energy Resilien...",
            "impact": "serious",
            "message": "Accessible name \"Puerto Rico Energy Resilience Fund\" does not contain visible text \"Funding Opportunity\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07f1b3eb8ffa",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-90829e15"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/solar-ambassador-prize\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/solar-ambassador-prize\"]",
            "html": "<a href=\"/oe/solar-ambassador-prize\" data-entity-type=\"node\" data-entity-uuid=\"75757b0a-2be7-4eea-8565-ebbc88bddbe6\" data-entity-substitution=\"canonical\" title=\"Solar Ambassador Prize\" aria-label=\"Sol...",
            "impact": "serious",
            "message": "Accessible name \"Solar Ambassador Prize\" does not contain visible text \"Application Guidance\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43930838e930",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-825a7ccc"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/national-interest-electric-transmission-corridor-designation-process\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/national-interest-electric-transmission-corridor-designation-process\"]",
            "html": "<a href=\"/oe/national-interest-electric-transmission-corridor-designation-process\" data-entity-type=\"node\" data-entity-uuid=\"94ba60b7-a2c2-4bd6-99fb-d6818d27c630\" data-entity-substitution=\"canonical\" ...",
            "impact": "serious",
            "message": "Accessible name \"National Interest Electric Transmission Corridor Designation Process\" does not contain visible text \"Request for Information\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7180570ff377",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7798e598"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/section-247-maintaining-and-enhancing-hydroelectricity-incentives\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/section-247-maintaining-and-enhancing-hydroelectricity-incentives\"]",
            "html": "<a href=\"/oe/section-247-maintaining-and-enhancing-hydroelectricity-incentives\" data-entity-type=\"node\" data-entity-uuid=\"7647db17-93be-4de2-ae4c-10344e2b5321\" data-entity-substitution=\"canonical\" tit...",
            "impact": "serious",
            "message": "Accessible name \"Section 247: Maintaining and Enhancing Hydroelectricity Incentives\" does not contain visible text \"Application Guidance\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d80545abbe8",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-427843ba"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/section-243-hydroelectric-efficiency-improvement-incentives-program\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/section-243-hydroelectric-efficiency-improvement-incentives-program\"]",
            "html": "<a href=\"/oe/section-243-hydroelectric-efficiency-improvement-incentives-program\" data-entity-type=\"node\" data-entity-uuid=\"bbffa5f0-83d8-472f-939b-b01175c23223\" data-entity-substitution=\"canonical\" t...",
            "impact": "serious",
            "message": "Accessible name \"Section 243: Hydroelectric Efficiency Improvement Incentives Program\" does not contain visible text \"Application Guidance\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7465e35eddeb",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-dba49a3a"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(49) > td:nth-of-type(2) > a[href=\"/oe/section-242-hydroelectric-production-incentive-program\"]",
            "selector": "tr:nth-of-type(49) > td:nth-of-type(2) > a[href=\"/oe/section-242-hydroelectric-production-incentive-program\"]",
            "html": "<a href=\"/oe/section-242-hydroelectric-production-incentive-program\" data-entity-type=\"node\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-substitution=\"canonical\" title=\"Section...",
            "impact": "serious",
            "message": "Accessible name \"Section 242: Hydroelectric Production Incentive Program\" does not contain visible text \"Application Guidance\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff76f672dec3",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-37cba920"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(50) > td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-program\"]",
            "selector": "tr:nth-of-type(50) > td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-program\"]",
            "html": "<a href=\"/oe/civil-nuclear-credit-program\" data-entity-type=\"node\" data-entity-uuid=\"4076d020-49cb-4c61-b145-3a874c59bd0a\" data-entity-substitution=\"canonical\" title=\"Civil Nuclear Credit Program\" ari...",
            "impact": "serious",
            "message": "Accessible name \"Civil Nuclear Credit Program\" does not contain visible text \"Application Guidance\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e070fe8f7730",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-bb6859aa"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/national-transmission-needs-study\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/national-transmission-needs-study\"]",
            "html": "<a href=\"/oe/national-transmission-needs-study\" data-entity-type=\"node\" data-entity-uuid=\"c5b4eecb-8baa-402b-8e70-733e0ed588f8\" data-entity-substitution=\"canonical\" title=\"National Transmission Needs ...",
            "impact": "serious",
            "message": "Accessible name \"National Transmission Needs Study\" does not contain visible text \"Request for Comment on Draft Study\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d00d8c9101b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-ecc89e09"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(52) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "selector": "tr:nth-of-type(52) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "html": "<a href=\"/oe/puerto-rico-energy-resilience-fund\" data-entity-type=\"node\" data-entity-uuid=\"dae13c10-8a28-41bc-8e4d-e9fc71f1a516\" data-entity-substitution=\"canonical\" title=\"Puerto Rico Energy Resilien...",
            "impact": "serious",
            "message": "Accessible name \"Puerto Rico Energy Resilience Fund\" does not contain visible text \"Request for Information\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "225e146b3701",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-03686f24"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(55) > td:nth-of-type(2) > a[href=\"/gdo/TSED\"]",
            "selector": "tr:nth-of-type(55) > td:nth-of-type(2) > a[href=\"/gdo/TSED\"]",
            "html": "<a href=\"/gdo/TSED\" data-entity-type=\"node\" data-entity-uuid=\"612ec28f-1bc9-4266-b612-00229fcbadd2\" data-entity-substitution=\"canonical\" title=\"Transmission Siting and Economic Development Grants Prog...",
            "impact": "serious",
            "message": "Accessible name \"Transmission Siting and Economic Development Grants Program\" does not contain visible text \"Request for Information\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6247a76025c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7df50387"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(56) > td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-program\"]",
            "selector": "tr:nth-of-type(56) > td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-program\"]",
            "html": "<a href=\"/oe/civil-nuclear-credit-program\" data-entity-type=\"node\" data-entity-uuid=\"4076d020-49cb-4c61-b145-3a874c59bd0a\" data-entity-substitution=\"canonical\" title=\"Civil Nuclear Credit Program\" ari...",
            "impact": "serious",
            "message": "Accessible name \"Civil Nuclear Credit Program\" does not contain visible text \"Selections\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ea31af42fd2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9794abf2"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/transmission-facilitation-program\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/transmission-facilitation-program\"]",
            "html": "<a href=\"/oe/transmission-facilitation-program\" data-entity-type=\"node\" data-entity-uuid=\"4eb2bc17-dabd-4e95-9697-412085ec00a4\" data-entity-substitution=\"canonical\" title=\"Transmission Facilitation Pr...",
            "impact": "serious",
            "message": "Accessible name \"Transmission Facilitation Program\" does not contain visible text \"Request for Proposals\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a87a3bb69d06",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-136237b3"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/grid-innovation-program\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/grid-innovation-program\"]",
            "html": "<a href=\"/oe/grid-innovation-program\" data-entity-type=\"node\" data-entity-uuid=\"bdc9113a-3a48-4383-8851-816960aed07d\" data-entity-substitution=\"canonical\" title=\"Grid Innovation Program\" aria-label=\"G...",
            "impact": "serious",
            "message": "Accessible name \"Grid Innovation Program\" does not contain visible text \"Funding Opportunity\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0965097f4837",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-3caf16ca"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/grid-resilience-utility-and-industry-grants\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/grid-resilience-utility-and-industry-grants\"]",
            "html": "<a href=\"/oe/grid-resilience-utility-and-industry-grants\" data-entity-type=\"node\" data-entity-uuid=\"6d533dbc-05ac-46a9-af77-71b7278f6930\" data-entity-substitution=\"canonical\" title=\"Grid Resilience Ut...",
            "impact": "serious",
            "message": "Accessible name \"Grid Resilience Utility and Industry Grants\" does not contain visible text \"Funding Opportunity\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19b1e472103d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a2ece889"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/smart-grid-grants\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/smart-grid-grants\"]",
            "html": "<a href=\"/oe/smart-grid-grants\" data-entity-type=\"node\" data-entity-uuid=\"6a0501ec-bd37-46cc-9553-e060ff59b7c5\" data-entity-substitution=\"canonical\" title=\"Smart Grid Grants\" aria-label=\"Smart Grid Gr...",
            "impact": "serious",
            "message": "Accessible name \"Smart Grid Grants\" does not contain visible text \"Funding Opportunity\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "276b2b3c909a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-e9ed7f27"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/grid-resilience-planning-and-resource-hub\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/grid-resilience-planning-and-resource-hub\"]",
            "html": "<a href=\"/oe/grid-resilience-planning-and-resource-hub\" data-entity-type=\"node\" data-entity-uuid=\"64a47828-cecc-4fe3-803e-60a308bb00c4\" data-entity-substitution=\"canonical\" title=\"Grid Resilience Plan...",
            "impact": "serious",
            "message": "Accessible name \"Grid Resilience Planning and Resource Hub\" does not contain visible text \"Request for Information\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b121b7a30a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-aa2c055e"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-award-cycle-2\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-award-cycle-2\"]",
            "html": "<a href=\"/oe/civil-nuclear-credit-award-cycle-2\" data-entity-type=\"node\" data-entity-uuid=\"c192f0b9-c606-4281-bd7d-1ca5c806acf3\" data-entity-substitution=\"canonical\" title=\"Civil Nuclear Credit Award ...",
            "impact": "serious",
            "message": "Accessible name \"Civil Nuclear Credit Award Cycle 2\" does not contain visible text \"Draft Application Guidance\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0aead6f9ac8",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-07c55c92"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-award-cycle-1\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-award-cycle-1\"]",
            "html": "<a href=\"/oe/civil-nuclear-credit-award-cycle-1\" data-entity-type=\"node\" data-entity-uuid=\"1ea82a00-ce65-4c86-b806-1db4393522af\" data-entity-substitution=\"canonical\" title=\"Civil Nuclear Credit Award ...",
            "impact": "serious",
            "message": "Accessible name \"Civil Nuclear Credit Award Cycle 1\" does not contain visible text \"Application Guidance\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e8441b4f14a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-6cb3b776"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 38,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/apprenticeships-workforce-development",
      "finalUrl": "https://energy.gov/apprenticeships-workforce-development",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/budget-performance",
      "finalUrl": "https://www.energy.gov/budget-performance",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Budget &amp; Performance | Department of Energy",
      "elapsedMs": 10735,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1160,
          "failed": 2,
          "cantTell": 5,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".layout-breakout.layout-float.layout-right > .field--text_default.field--body.field--name-body > h3",
            "html": "<h3><a href=\"/cfo/listings/budget-justification-supporting-documents\" data-once=\"links\">More Budget Requests</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fe8fc403af3",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-e43b0c47"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4><a aria-label=\"Read more about More Annual Performance Reports\" href=\"/cfo/listings/annual-performance-reports\" title=\"Read more about More Annual Performance Reports\" data-once=\"links\">More Annual Performance Reports</a></h4>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bceac92fbd3d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-61c4188c"
          }
        ],
        "outcomeCount": 1214,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 80,
          "failed": 12,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Energy.gov</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa2380836fc4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/budget-performance\"] > span",
            "selector": "a[href=\"/budget-performance\"] > span",
            "html": "<span>Budget &amp; Performance</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1c2e36497f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-dc01e1d6"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div:nth-of-type(1) > div > h3",
            "selector": "div:nth-of-type(1) > div > h3",
            "html": "<h3><a href=\"/cfo/listings/budget-justification-supporting-documents\" data-once=\"links\">More Budget Requests</a></h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "470d69ec0cd5",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-e887ef12"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div > h4",
            "selector": "div > h4",
            "html": "<h4><a aria-label=\"Read more about More Annual Performance Reports\" href=\"/cfo/listings/annual-performance-reports\" title=\"Read more about More Annual Performance Reports\" data-once=\"links\">More Annua...",
            "impact": "moderate",
            "message": "Heading level 4 skipped from level 2. Use h3 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee063d767188",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-bbe32fbb"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "810fef4c1d12",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "h3:nth-of-type(1) > a[href=\"/cfo/articles/fy-2027-budget-justification\"]",
            "selector": "h3:nth-of-type(1) > a[href=\"/cfo/articles/fy-2027-budget-justification\"]",
            "html": "<a href=\"/cfo/articles/fy-2027-budget-justification\" data-entity-type=\"node\" data-entity-uuid=\"40dde835-0160-42e8-8576-1433caf55420\" data-entity-substitution=\"canonical\" title=\"FY 2027 Budget Justific...",
            "impact": "serious",
            "message": "Accessible name \"FY 2027 Budget Justification\" does not contain visible text \"FY 2027 Budget Request to Congress\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "447bbca10a0c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-42ca8483"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "h3:nth-of-type(2) > a[href=\"/cfo/articles/fy-2026-budget-justification\"]",
            "selector": "h3:nth-of-type(2) > a[href=\"/cfo/articles/fy-2026-budget-justification\"]",
            "html": "<a href=\"/cfo/articles/fy-2026-budget-justification\" data-entity-type=\"node\" data-entity-uuid=\"b606ce35-f60b-48d1-9329-6c1533c3a9af\" data-entity-substitution=\"canonical\" title=\"FY 2026 Budget Justific...",
            "impact": "serious",
            "message": "Accessible name \"FY 2026 Budget Justification\" does not contain visible text \"FY 2026 Budget Request to Congress\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b05aeba0c90",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-708eba5b"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "h3:nth-of-type(3) > a[href=\"/cfo/articles/fy-2025-budget-justification\"]",
            "selector": "h3:nth-of-type(3) > a[href=\"/cfo/articles/fy-2025-budget-justification\"]",
            "html": "<a href=\"/cfo/articles/fy-2025-budget-justification\" aria-label=\"FY 2024 Budget Justification\" data-entity-type=\"node\" data-entity-uuid=\"ff45888f-0227-4822-950e-95c662067047\" data-entity-substitution=...",
            "impact": "serious",
            "message": "Accessible name \"FY 2024 Budget Justification\" does not contain visible text \"FY 2025 Budget Request to Congress\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dca9a75c81c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-e4c8063a"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "li:nth-of-type(1) > a[href=\"/articles/statement-secretary-granholm-presidents-fiscal-year-2025-budget\"]",
            "selector": "li:nth-of-type(1) > a[href=\"/articles/statement-secretary-granholm-presidents-fiscal-year-2025-budget\"]",
            "html": "<a href=\"/articles/statement-secretary-granholm-presidents-fiscal-year-2025-budget\" data-entity-type=\"node\" data-entity-uuid=\"fe02bfdc-e474-4806-822f-395f788dd0b4\" data-entity-substitution=\"canonical\"...",
            "impact": "serious",
            "message": "Accessible name \"Statement by Secretary Granholm on the President's Fiscal Year 2025 Budget\" does not contain visible text \"FY 2025 Press Release\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa39f18f8042",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b04d5af9"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "h3:nth-of-type(4) > a[href=\"/cfo/articles/fy-2024-budget-justification\"]",
            "selector": "h3:nth-of-type(4) > a[href=\"/cfo/articles/fy-2024-budget-justification\"]",
            "html": "<a href=\"/cfo/articles/fy-2024-budget-justification\" aria-label=\"FY 2024 Budget Justification\" data-entity-type=\"node\" data-entity-uuid=\"7f2fde24-4d0c-4b13-8e3f-d40e55e81833\" data-entity-substitution=...",
            "impact": "serious",
            "message": "Accessible name \"FY 2024 Budget Justification\" does not contain visible text \"FY 2024 Budget Request to Congress\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f3bf33743b6",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8aa1ce5a"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "li > a[href=\"/articles/statement-energy-secretary-granholm-presidents-fiscal-year-2024-budget\"]",
            "selector": "li > a[href=\"/articles/statement-energy-secretary-granholm-presidents-fiscal-year-2024-budget\"]",
            "html": "<a href=\"/articles/statement-energy-secretary-granholm-presidents-fiscal-year-2024-budget\" aria-label=\"Statement by Energy Secretary Granholm on The President’s Fiscal Year 2024 Budget\" data-entity-ty...",
            "impact": "serious",
            "message": "Accessible name \"Statement by Energy Secretary Granholm on The President’s Fiscal Year 2024 Budget\" does not contain visible text \"FY 2024 Press Release\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c9155b128c4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-95b46c87"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "h3:nth-of-type(5) > a[href=\"/cfo/articles/fy-2023-budget-justification\"]",
            "selector": "h3:nth-of-type(5) > a[href=\"/cfo/articles/fy-2023-budget-justification\"]",
            "html": "<a href=\"/cfo/articles/fy-2023-budget-justification\" aria-label=\"FY2023 Budget Justification\" data-once=\"links\">FY 2023 Budget Request to Congress</a>",
            "impact": "serious",
            "message": "Accessible name \"FY2023 Budget Justification\" does not contain visible text \"FY 2023 Budget Request to Congress\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ff1b3ebd2d4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-742c4e27"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 12,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/commercialization",
      "finalUrl": "https://www.energy.gov/commercialization",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Commercialization | Department of Energy",
      "elapsedMs": 9693,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 818,
          "failed": 0,
          "cantTell": 9,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 874,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17977ade7750",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Our Mission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69271f355aee",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Economic Growth</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c5829ff5b2a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Commercial Implementation</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b3f4d6c16d2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd66b0729645",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/contact-us",
      "finalUrl": "https://energy.gov/contact-us",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/design",
      "finalUrl": "https://www.energy.gov/design",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Design | Department of Energy",
      "elapsedMs": 9249,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 511,
          "failed": 0,
          "cantTell": 5,
          "inapplicable": 48
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 564,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da9eb31b3b70",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>About</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ccbde52cbe3",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Our Outreach</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1a8155a7459",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Brand Guides</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a7b689ccb4c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "348c4d305af0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/digital-engagement-and-media",
      "finalUrl": "https://energy.gov/digital-engagement-and-media",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/EDF",
      "finalUrl": "https://www.energy.gov/EDF",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Office of Energy Dominance Financing | Department of Energy",
      "elapsedMs": 10214,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 946,
          "failed": 0,
          "cantTell": 11,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1000,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dda804f95f4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/funding-opportunities\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/funding-opportunities\"] > span",
            "html": "<span>Funding Opportunities</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d66a1ae26fba",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b66c1c56"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "ol > li:nth-of-type(3) > span",
            "selector": "ol > li:nth-of-type(3) > span",
            "html": "<span>Funding Opportunities By Office</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcc30e6e25fe",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c9e833b7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Office of Energy Dominance Financing</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b6586a3aa9b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93ea7206fdf4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/funding-opportunities",
      "finalUrl": "https://energy.gov/funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 262,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/genesis",
      "finalUrl": "https://genesis.energy.gov/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Genesis Mission",
      "elapsedMs": 17848,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 887,
          "failed": 7,
          "cantTell": 31,
          "inapplicable": 44
        },
        "failedRules": [
          "landmark-one-main",
          "landmark-unique",
          "nested-interactive",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"en\" class=\"bg-main-dark\" style=\"color-scheme:dark\">",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "593f4d565cf0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#faq-answer-0",
            "html": "<div id=\"faq-answer-0\" class=\"overflow-hidden\" role=\"region\" aria-labelledby=\"faq-question-0\" style=\"height:0px;opacity:0\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "#faq-answer-1",
              "#faq-answer-2",
              "#faq-answer-3",
              "#faq-answer-4",
              "#faq-answer-5",
              "#faq-answer-6",
              "#faq-answer-7"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1e2803dfba9",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7d0caf29"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".z-40",
            "html": "<div class=\"absolute inset-0 z-40 flex cursor-pointer items-center justify-center\" role=\"button\" tabindex=\"0\" aria-label=\"Play Genesis Mission announcement video\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              ".transition-transform"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b909ed8f8a0f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-31c8e501"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".md\\:left-6",
            "html": "<div class=\"hidden md:absolute md:left-6 md:flex md:items-center\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21626613cd93",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a224af1f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".md\\:gap-4",
            "html": "<div class=\"hidden md:flex md:items-center md:gap-4\" data-name=\"wrapper\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e23fb14014a7",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-cae1bb49"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".md\\:right-6",
            "html": "<div class=\"hidden md:absolute md:right-6 md:flex md:items-center\"><p class=\"font-mono text-[12px] leading-4 font-normal tracking-[0.72px] text-neutral-50 uppercase whitespace-pre\">22:12:16 UTC</p></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fa70bbb6fe5",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c778a4bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "section[aria-labelledby=\"section-security\"]",
            "html": "<section class=\"relative\" aria-labelledby=\"section-security\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d7a91e58942",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a19eb02d"
          }
        ],
        "outcomeCount": 969,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 86,
          "failed": 6,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "aria/presentational-children-focusable",
          "landmarks/landmark-main",
          "landmarks/region",
          "time-based-media/video-captions"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "time-based-media/video-captions",
            "xpath": "div:nth-of-type(1) > video[aria-label=\"Genesis announcement video for mobile fullscreen playback\"]",
            "selector": "div:nth-of-type(1) > video[aria-label=\"Genesis announcement video for mobile fullscreen playback\"]",
            "html": "<video src=\"https://customer-29f0fiy60aiz1fqm.cloudflarestream.com/917da2f3f8363ce419cf1a5c3e07334b/manifest/video.m3u8\" class=\"pointer-events-none absolute inset-0 opacity-0 [&amp;:fullscreen]:opacit...",
            "impact": "critical",
            "message": "Video element has no captions track.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1df2384de233",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-0b1d5a84"
          },
          {
            "rule": "landmarks/landmark-main",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page has no main landmark.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88bc1cad479c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a4fd1d8b"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"box-border flex w-full flex-col items-start gap-0 border-b border-[rgba(252,250,248,0.1)] px-4 py-0 md:relative md:flex-row md:items-center md:justify-center md:gap-0 md:px-6 md:py-3\" data...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dde882c3086",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "div:nth-of-type(1) > iframe",
            "selector": "div:nth-of-type(1) > iframe",
            "html": "<iframe src=\"https://customer-29f0fiy60aiz1fqm.cloudflarestream.com/0df9da0f6e9cb5191543ae3fb105a4e6/iframe?muted=true&amp;loop=true&amp;autoplay=true&amp;controls=false&amp;preload=auto&amp;letterbox...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c72c73c09f4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-0fd488fa"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "div:nth-of-type(2) > iframe",
            "selector": "div:nth-of-type(2) > iframe",
            "html": "<iframe src=\"https://customer-29f0fiy60aiz1fqm.cloudflarestream.com/0df9da0f6e9cb5191543ae3fb105a4e6/iframe?muted=true&amp;loop=true&amp;autoplay=true&amp;controls=false&amp;preload=auto&amp;letterbox...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d56079545c11",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-6f76df27"
          },
          {
            "rule": "aria/presentational-children-focusable",
            "xpath": "div[aria-label=\"Play Genesis Mission announcement video\"] > button[aria-label=\"Play Genesis Announcement video\"]",
            "selector": "div[aria-label=\"Play Genesis Mission announcement video\"] > button[aria-label=\"Play Genesis Announcement video\"]",
            "html": "<button type=\"button\" class=\"flex items-center justify-between transition-transform hover:scale-105\" style=\"width:276px;padding:8px 8px 8px 24px;border-radius:48px;border:1px solid rgba(250, 250, 250,...",
            "impact": "serious",
            "message": "Focusable element inside a \"button\" role whose children are presentational.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a40fd81f03",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7d4dca24"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 6,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/internships-fellowships",
      "finalUrl": "https://www.energy.gov/internships-fellowships",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Internships &amp; Fellowships | Department of Energy",
      "elapsedMs": 10126,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1038,
          "failed": 0,
          "cantTell": 20,
          "inapplicable": 38
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "select-name",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1096,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/td-has-header",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/td-has-header",
            "xpath": "tr:nth-of-type(1) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(1) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">Apprenticeship Program</td>",
            "impact": "serious",
            "message": "Data cell has no associated header. Add th elements with scope, or headers attribute.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98754f3cf393",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-6032c4f9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35774efd14e7",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Services &amp; Opportunities</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "666f0a66137f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Career Pathways</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc71a8deebd2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Internships &amp; Fellowships</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97b3a0066acf",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Program: activate to sort column descending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"Program: activate to sort column descending\"]",
            "html": "<th class=\"sorting sorting_asc\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-sort=\"ascending\" aria-label=\"Program: activate to sort column descending\">Program</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efcd147b0d8a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-e603229e"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Paid: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"Paid: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Paid: activate to sort column ascending\">Paid</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae392d0cbf2b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9d5f56cf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Academic Disciplines: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"Academic Disciplines: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Academic Disciplines: activate to sort column ascending\">Academic Disciplines</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2fa96fe2872",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-1b0ff04a"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Housing/Transportation: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"Housing/Transportation: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Housing/Transportation: activate to sort column ascending\">Housing/Transportation</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c2134300319",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-35679ba2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Availability: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"Availability: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Availability: activate to sort column ascending\">Availability</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ced26cb0b4f3",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9d18a200"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Website: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"Website: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Website: activate to sort column ascending\">Website</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "445b213630bf",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-601f9dd2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(1) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(1) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">Apprenticeship Program</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e6701f9db44",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-6125948a"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(4) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(4) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">Community College Internship (CCI) Program</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f47c0841b86c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-d81403b7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(5) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(5) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">DOE Scholars Program</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3a3591cad64",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-174824e4"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(6) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(6) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">Energy Storage Internship Program</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1891b246d06",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f4632f19"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(7) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(7) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">High Performance Computing Internship Program</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "753d1e2d7713",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-ab765efb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(8) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(8) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">Internship</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e8c962f778",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-da315134"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c67be88a7fdb",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/mission",
      "finalUrl": "https://www.energy.gov/mission",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Department of Energy",
      "elapsedMs": 9187,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 463,
          "failed": 1,
          "cantTell": 0,
          "inapplicable": 46
        },
        "failedRules": [
          "label"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "input",
            "html": "<input type=\"text\" name=\"keywords\" class=\"usa-input\" value=\"\" data-once=\"searchSuggestion\">",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0781dae2db98",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8ffe183e"
          }
        ],
        "outcomeCount": 510,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 88,
          "failed": 4,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/form-label",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "612c89f8aefa",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div > h1",
            "selector": "div > h1",
            "html": "<h1>Page not found</h1>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8d8e5a6f785",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-fce4b61c"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51a717d1ff4f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/form-label",
            "xpath": "div > input[name=\"keywords\"]",
            "selector": "div > input[name=\"keywords\"]",
            "html": "<input type=\"text\" name=\"keywords\" class=\"usa-input\" value=\"\" data-once=\"searchSuggestion\">",
            "impact": "critical",
            "message": "Form element has no accessible label.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0404641dc71",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7801348d"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 4,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/newsroom",
      "finalUrl": "https://www.energy.gov/newsroom",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Newsroom | Department of Energy",
      "elapsedMs": 9644,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 930,
          "failed": 0,
          "cantTell": 18,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 994,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f01b2c32af",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>About</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f014d4b6395d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Our Outreach</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5918393fa76f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Newsroom</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6b88fcb7a5a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be49a584939e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/notice-court-orders",
      "finalUrl": "https://energy.gov/notice-court-orders",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/open-government",
      "finalUrl": "https://www.energy.gov/open-government",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Open Government | Department of Energy",
      "elapsedMs": 9572,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 781,
          "failed": 1,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".tablet-lg\\:grid-col-6:nth-child(1) > .block-layout-builder.block-inline-blockbasic.block > .field--text_default.field--body.field--name-body > h4:nth-child(1)",
            "html": "<h4>CUSTOMER SERVICE</h4>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6bbfd97912",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f3558c16"
          }
        ],
        "outcomeCount": 831,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 86,
          "failed": 6,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Energy.gov</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36244b3fb528",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/open-government\"] > span",
            "selector": "a[href=\"/open-government\"] > span",
            "html": "<span>Open Government</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab6265d4cf3d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-6167a86a"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div:nth-of-type(1) > div > div > h4:nth-of-type(1)",
            "selector": "div:nth-of-type(1) > div > div > h4:nth-of-type(1)",
            "html": "<h4>CUSTOMER SERVICE</h4>",
            "impact": "moderate",
            "message": "Heading level 4 skipped from level 2. Use h3 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f31237e7d0ab",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-991848ee"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c10243cabb5",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "p:nth-of-type(1) > a[href=\"/sites/default/files/2023-07/DOE%20Public%20Access%20Plan%202023%20-%20Final.pdf\"]",
            "selector": "p:nth-of-type(1) > a[href=\"/sites/default/files/2023-07/DOE%20Public%20Access%20Plan%202023%20-%20Final.pdf\"]",
            "html": "<a aria-label=\"https://www.energy.gov/sites/default/files/2023-07/DOE Public Access Plan 2023 - Final.pdf\" href=\"/sites/default/files/2023-07/DOE%20Public%20Access%20Plan%202023%20-%20Final.pdf\" targe...",
            "impact": "serious",
            "message": "Accessible name \"https://www.energy.gov/sites/default/files/2023-07/DOE Public Access Plan 2023 - Final.pdf\" does not contain visible text \"Read the 2023 Plan\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91046b5d7e5e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-987f8473"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "p:nth-of-type(2) > a[href=\"/sites/prod/files/2014/08/f18/DOE_Public_Access%20Plan_FINAL.pdf\"]",
            "selector": "p:nth-of-type(2) > a[href=\"/sites/prod/files/2014/08/f18/DOE_Public_Access%20Plan_FINAL.pdf\"]",
            "html": "<a aria-label=\"https://www.energy.gov/sites/prod/files/2014/08/f18/DOE_Public_Access Plan_FINAL.pdf\" href=\"/sites/prod/files/2014/08/f18/DOE_Public_Access%20Plan_FINAL.pdf\" target=\"_blank\" class=\" ext...",
            "impact": "serious",
            "message": "Accessible name \"https://www.energy.gov/sites/prod/files/2014/08/f18/DOE_Public_Access Plan_FINAL.pdf\" does not contain visible text \"Read the 2014 Plan\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b7885b641b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7cbabde3"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 6,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/our-leadership-offices",
      "finalUrl": "https://www.energy.gov/our-leadership-offices",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Our Leadership &amp; Offices | Department of Energy",
      "elapsedMs": 10489,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1313,
          "failed": 0,
          "cantTell": 6,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1366,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 85,
          "failed": 7,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region",
          "text-alternatives/image-alt-words"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-alt-words",
            "xpath": "section:nth-of-type(3) > div > div > div > div > div > div > div > div > div:nth-of-type(1) > div > div > div > img",
            "selector": "section:nth-of-type(3) > div > div > div > div > div > div > div > div > div:nth-of-type(1) > div > div > div > img",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/DOE-Seal-DSP_4839.jpg?itok=TEg5RqsM\" width=\"1350\" height=\"900\" alt=\"Photo of a large bronze statue of the DOE sea...",
            "impact": "minor",
            "message": "Alt text \"Photo of a large bronze statue of the DOE seal, located inside DOE Headquarters in Washington, D.C.\" starts with redundant prefix \"photo\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67ff65eca2ef",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a20f4449"
          },
          {
            "rule": "text-alternatives/image-alt-words",
            "xpath": "section:nth-of-type(9) > div > div > div > div > div > div > div > div > div:nth-of-type(1) > div > div > div > img",
            "selector": "section:nth-of-type(9) > div > div > div > div > div > div > div > div > div:nth-of-type(1) > div > div > div > img",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/NNSA-option%202.jpg?itok=UJImEbs7\" width=\"1350\" height=\"892\" alt=\"Photo of the Z Machine, part of the Pulsed Powe...",
            "impact": "minor",
            "message": "Alt text \"Photo of the Z Machine, part of the Pulsed Power Program, at Sandia National Lab. The room is dark and the machine is glowing blue and purple, with reddish/pink wires everwhere.\" starts with redundant prefix \"photo\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e168939038b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a17968a9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f12b48f91db1",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>About</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43333117d4a0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Our Agency</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "598144c10180",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Our Leadership &amp; Offices</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19fb0e80bb8d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24198f64ee61",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 7,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/power-marketing-administrations",
      "finalUrl": "https://energy.gov/power-marketing-administrations",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 269,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/save",
      "finalUrl": "https://energy.gov/save",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/state-american-energy-promises-made-promises-kept",
      "finalUrl": "https://www.energy.gov/state-american-energy-promises-made-promises-kept",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "THE STATE OF AMERICAN ENERGY: Promises Made, Promises Kept | Department of Energy",
      "elapsedMs": 11926,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1494,
          "failed": 2,
          "cantTell": 2,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\31 93287440",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d9f97011c3f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f26db597"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\31 93287440",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1540,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 89,
          "failed": 3,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cea52d436cf1",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e834adba3e2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "li:nth-of-type(2) > a[href=\"/ceser/2025-doe-202c-orders\"]",
            "selector": "li:nth-of-type(2) > a[href=\"/ceser/2025-doe-202c-orders\"]",
            "html": "<a href=\"/ceser/2025-doe-202c-orders\" title=\"2025 DOE 202(c) Orders\" aria-label=\"2025 DOE 202(c) Orders\" data-entity-type=\"node\" data-entity-uuid=\"eb7b7b2c-6acf-45a1-817d-8b7aba43cb67\" data-entity-sub...",
            "impact": "serious",
            "message": "Accessible name \"2025 DOE 202(c) Orders\" does not contain visible text \"41 emergency orders\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94ca031c93bc",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-fe70de59"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 3,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://energy.gov/topics",
      "finalUrl": "https://energy.gov/topics",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/us-department-energy-national-laboratories",
      "finalUrl": "https://energy.gov/us-department-energy-national-laboratories",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/us-energy-information-administration-eia",
      "finalUrl": "https://energy.gov/us-energy-information-administration-eia",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/web-policies",
      "finalUrl": "https://www.energy.gov/web-policies",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Web Policies | Department of Energy",
      "elapsedMs": 9860,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1084,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1129,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 89,
          "failed": 3,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Energy.gov</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c94716f4abd",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/web-policies\"] > span",
            "selector": "a[href=\"/web-policies\"] > span",
            "html": "<span>Web Policies</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb7b0b5f5c1b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-0a43a9e5"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e9ad1142f1c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 3,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/whistleblower-protection-and-nondisclosure-agreements",
      "finalUrl": "https://www.energy.gov/whistleblower-protection-and-nondisclosure-agreements",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Whistleblower Protection and Nondisclosure Agreements | Department of Energy",
      "elapsedMs": 9350,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 521,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 571,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 89,
          "failed": 3,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Energy.gov</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "146c228ea238",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/whistleblower-protection-and-nondisclosure-agreements\"] > span",
            "selector": "a[href=\"/whistleblower-protection-and-nondisclosure-agreements\"] > span",
            "html": "<span>Whistleblower Protection and Nondisclosure Agreements</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "686a430ec46b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c4bbf58c"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9302b1c11304",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 3,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/work-us-department-energy",
      "finalUrl": "https://energy.gov/work-us-department-energy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
      "finalUrl": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "finalUrl": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "finalUrl": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Department Approves Export Expansion at Corpus Christi LNG | Department of Energy",
      "elapsedMs": 10620,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 637,
          "failed": 1,
          "cantTell": 0,
          "inapplicable": 45
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".group-section__item--start > h3",
            "html": "<h3>Media Inquiries:</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b6e484cd099",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 683,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Energy.gov</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7186990efc12",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/articles/energy-department-approves-export-expansion-corpus-christi-lng\"] > span",
            "selector": "a[href=\"/articles/energy-department-approves-export-expansion-corpus-christi-lng\"] > span",
            "html": "<span>Energy Department Approves Export Expansion at Corpus Christi LNG</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e855cd0b0fa",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-1296aed2"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div:nth-of-type(1) > h3",
            "selector": "div:nth-of-type(1) > h3",
            "html": "<h3>Media Inquiries:</h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be351b787d20",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-632cc492"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80df01885c82",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "p:nth-of-type(2) > a[href=\"/hgeo/articles/decade-us-lng-leadership-powering-prosperity-security-and-human-flourishing\"]",
            "selector": "p:nth-of-type(2) > a[href=\"/hgeo/articles/decade-us-lng-leadership-powering-prosperity-security-and-human-flourishing\"]",
            "html": "<a href=\"/hgeo/articles/decade-us-lng-leadership-powering-prosperity-security-and-human-flourishing\" data-entity-type=\"node\" data-entity-uuid=\"56ef0e3c-9ab1-498d-9577-47715b57b8dc\" data-entity-substit...",
            "impact": "serious",
            "message": "Accessible name \"A Decade of U.S. LNG Leadership: Powering Prosperity, Security, and Human Flourishing\" does not contain visible text \"United States’ leadership in LNG exports and the recent 10-year anniversary of the first cargo of U.S. LNG from the lower-48 states\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1484314d6076",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-1b442fbd"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "finalUrl": "https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
      "finalUrl": "https://www.energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "FACT SHEET: President Trump is Restoring Prosperity, Safety and Security for the United States and Venezuela | Department of Energy",
      "elapsedMs": 9621,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 607,
          "failed": 1,
          "cantTell": 0,
          "inapplicable": 45
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".field--text_default > h3:nth-child(1)",
            "html": "<h3><strong>PRESIDENT TRUMP ANNOUNCES A HISTORIC US-VENEZUELA ENERGY DEAL TO SAFEGUARD AMERICA</strong></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f31420156376",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b973ec4b"
          }
        ],
        "outcomeCount": 653,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 88,
          "failed": 4,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Energy.gov</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c26a95cb2845",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and\"] > span",
            "selector": "a[href=\"/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and\"] > span",
            "html": "<span>FACT SHEET: President Trump is Restoring Prosperity, Safety and Security for the United States and Venezuela</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c4e5d37f9b2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4c584136"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div > div > h3:nth-of-type(1)",
            "selector": "div > div > h3:nth-of-type(1)",
            "html": "<h3><strong>PRESIDENT TRUMP ANNOUNCES A HISTORIC US-VENEZUELA ENERGY DEAL TO SAFEGUARD AMERICA</strong></h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2895dc59080d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4b8ea0a2"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdd02bfcaa90",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 4,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/us-department-energy-reverses-biden-lng-pause-restores-trump-energy-dominance-agenda",
      "finalUrl": "https://energy.gov/articles/us-department-energy-reverses-biden-lng-pause-restores-trump-energy-dominance-agenda",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "finalUrl": "https://energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ceser/emergency-response-hub-0",
      "finalUrl": "https://energy.gov/ceser/emergency-response-hub-0",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/department-energy-information-quality-guidelines",
      "finalUrl": "https://energy.gov/cio/department-energy-information-quality-guidelines",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/privacy-program",
      "finalUrl": "https://www.energy.gov/cio/privacy-program",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Privacy Program | Department of Energy",
      "elapsedMs": 9709,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 803,
          "failed": 0,
          "cantTell": 13,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 863,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 84,
          "failed": 8,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/cio\"] > span",
            "selector": "a[href=\"/cio\"] > span",
            "html": "<span>Office of the Chief Information Officer</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c2ce141b4fa",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b564eed9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/cio/about-our-services\"] > span",
            "selector": "a[href=\"/cio/about-our-services\"] > span",
            "html": "<span>Services</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "409ede53bc88",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-11017da9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/cio/guidance\"] > span",
            "selector": "a[href=\"/cio/guidance\"] > span",
            "html": "<span>Guidance</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b2da81e6442",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-d371e3c3"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/cio/privacy-program\"] > span",
            "selector": "a[href=\"/cio/privacy-program\"] > span",
            "html": "<span>Privacy Program</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e05d45085ad",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a5af3dde"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(2) > a[href=\"/cio/submitting-privacy-act-request\"]",
            "selector": "div:nth-of-type(2) > a[href=\"/cio/submitting-privacy-act-request\"]",
            "html": "<a class=\"collection-item__link\" href=\"/cio/submitting-privacy-act-request\" data-once=\"links\">\n      Submitting a Privacy Act Request\n    </a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c72ba4bb4d40",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d319459"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(2) > a[href=\"/cio/submitting-privacy-complaint\"]",
            "selector": "div:nth-of-type(2) > a[href=\"/cio/submitting-privacy-complaint\"]",
            "html": "<a class=\"collection-item__link\" href=\"/cio/submitting-privacy-complaint\" data-once=\"links\">\n      Submitting a Privacy Complaint\n    </a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1305a6352211",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-290a1695"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(2) > a[href=\"/cio/doe-privacy-compliance-documents\"]",
            "selector": "div:nth-of-type(2) > a[href=\"/cio/doe-privacy-compliance-documents\"]",
            "html": "<a class=\"collection-item__link\" href=\"/cio/doe-privacy-compliance-documents\" data-once=\"links\">\n      DOE Privacy Compliance Documents\n    </a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7068a71e6767",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-57634fd3"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c0ce6edd243",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 8,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/energysaver/energy-saver",
      "finalUrl": "https://energy.gov/energysaver/energy-saver",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 265,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
      "finalUrl": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Federal Energy Management Program Funding Opportunities | Department of Energy",
      "elapsedMs": 9613,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 693,
          "failed": 2,
          "cantTell": 6,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order",
          "link-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".layout--50-50.blade-section--white.blade-section--boxed:nth-child(2) > .grid-container > .blade-color > .grid-row > .tablet-lg\\:grid-col-6:nth-child(1) > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--name-body.field--type-text-with-summary > h5",
            "html": "<h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e68cca4f5c4a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-ff227f47"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".field--field_text > p:nth-child(1) > a[data-entity-type=\"node\"][data-entity-substitution=\"canonical\"][data-once=\"links\"]:nth-child(1)",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64d697a5cb7d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4c09511f"
          }
        ],
        "outcomeCount": 748,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 83,
          "failed": 9,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order",
          "navigable/link-name"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfc85e25d22f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/funding-opportunities\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/funding-opportunities\"] > span",
            "html": "<span>Funding Opportunities</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0dcf24f4ebd",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b66c1c56"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > span",
            "selector": "li:nth-of-type(3) > span",
            "html": "<span>Funding Opportunities By Office</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32743e417f6e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4029a5d7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Federal Energy Management Program</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9d3ab20b043",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "section:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div > div > h5",
            "selector": "section:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div > div > h5",
            "html": "<h5><a href=\"/cmei/femp/assisting-federal-facilities-energy-conservation-technologies-affect-infrastructure\" data-entity-type=\"node\" data-entity-uuid=\"8aaa651c-e910-4b63-894c-a5eef5efb50c\" data-entity...",
            "impact": "moderate",
            "message": "Heading level 5 skipped from level 2. Use h3 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88f06283b669",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8682ef29"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "p:nth-of-type(1) > a[href=\"/cmei/femp/federal-energy-management-program-legacy\"]",
            "selector": "p:nth-of-type(1) > a[href=\"/cmei/femp/federal-energy-management-program-legacy\"]",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </...",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d0424ff509c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-76e6e7f7"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d599e98832ed",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "h5 > a[href=\"/cmei/femp/articles/energy-department-accelerates-energy-and-water-efficiency-advancement-federal\"]",
            "selector": "h5 > a[href=\"/cmei/femp/articles/energy-department-accelerates-energy-and-water-efficiency-advancement-federal\"]",
            "html": "<a href=\"/cmei/femp/articles/energy-department-accelerates-energy-and-water-efficiency-advancement-federal\" data-entity-type=\"node\" data-entity-uuid=\"3be0a594-88f9-4bda-9465-f742c220575b\" data-entity-...",
            "impact": "serious",
            "message": "Accessible name \"Energy Department Accelerates Energy and Water Efficiency Advancement at Federal Facilities via Performance Contracts\" does not contain visible text \"AFFECT 2019\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c009189faa6",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f302c9d9"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "p > a[href=\"/cmei/femp/femp-assistance-request-portal\"]",
            "selector": "p > a[href=\"/cmei/femp/femp-assistance-request-portal\"]",
            "html": "<a href=\"/cmei/femp/femp-assistance-request-portal\" data-entity-type=\"node\" data-entity-uuid=\"98ccbfc2-6c3b-4ea1-83a5-a3a6f10561bd\" data-entity-substitution=\"canonical\" title=\"FEMP Assistance Request ...",
            "impact": "serious",
            "message": "Accessible name \"FEMP Assistance Request Portal\" does not contain visible text \"Ask FEMP a question\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10c9b623f1d5",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-1dbbc3dc"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 9,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/gc/freedom-information-act",
      "finalUrl": "https://energy.gov/gc/freedom-information-act",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities",
      "finalUrl": "https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 250,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ig/office-inspector-general",
      "finalUrl": "https://energy.gov/ig/office-inspector-general",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
      "finalUrl": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/lm/history",
      "finalUrl": "https://www.energy.gov/lm/history",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "History | Department of Energy",
      "elapsedMs": 9924,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1070,
          "failed": 1,
          "cantTell": 27,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#energy-accordion--2-1 > .paragraph--type--text-field.paragraph.paragraph--view-mode--default > .paragraph__column > .field--field_text.field--name-field-text.field--text_default > h5:nth-child(1)",
            "html": "<h5><a href=\"/management/articles/gosling-manhattan-project-making-atomic-bomb\" data-once=\"links\">The Manhattan Project: Making the Atomic Bomb&nbsp;</a></h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "280b38430979",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a0fba1ab"
          }
        ],
        "outcomeCount": 1145,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 69,
          "failed": 23,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region",
          "navigable/heading-order",
          "text-alternatives/image-alt-words"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-alt-words",
            "xpath": "#energy-accordion-4 > div > div > div:nth-of-type(1) > div > div > div > img",
            "selector": "#energy-accordion-4 > div > div > div:nth-of-type(1) > div > div > div > img",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/Kennedy%20Nuclear%20Test%20Ban%20Treaty.jpg?itok=IuqjLipU\" width=\"1350\" height=\"1233\" alt=\"Photo of President JFK...",
            "impact": "minor",
            "message": "Alt text \"Photo of President JFK signing the Limited Nuclear Test Ban Treaty in 1963. It is a color photo; Kennedy is seated at a table signing the ban, surrounded by a group of men in suits.\" starts with redundant prefix \"photo\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f0c5f2f9fff",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a695bb19"
          },
          {
            "rule": "text-alternatives/image-alt-words",
            "xpath": "#energy-accordion-9 > div > div > div:nth-of-type(1) > div > div > div > img",
            "selector": "#energy-accordion-9 > div > div > div:nth-of-type(1) > div > div > div > img",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/Moniz%20Manhattan%20Project%20National%20Park%20Signing.jpg?itok=VZKFnEzZ\" width=\"1350\" height=\"626\" alt=\"Photo o...",
            "impact": "minor",
            "message": "Alt text \"Photo of Secretary of the Interior Sally Jewell and Secretary Ernest Moniz signing a memorandum establishing the Manhattan Project National Historical Park.\" starts with redundant prefix \"photo\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2f90fa70a06",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f5255462"
          },
          {
            "rule": "text-alternatives/image-alt-words",
            "xpath": "li:nth-of-type(3) > article > div > div:nth-of-type(1) > div > img",
            "selector": "li:nth-of-type(3) > article > div > div:nth-of-type(1) > div > img",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/collection_tall/public/2024-11/Outer%20space_0.jpeg?itok=XSEb9hPu\" width=\"500\" height=\"800\" alt=\"Photo of outer space\" typeof=\"foaf:Image\">",
            "impact": "minor",
            "message": "Alt text \"Photo of outer space\" starts with redundant prefix \"photo\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8cfa02838ed",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-71207254"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34603da37e08",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>About</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2766f461c74d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Our Agency</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b78ebb0b46ca",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "ol > li:nth-of-type(4) > span",
            "selector": "ol > li:nth-of-type(4) > span",
            "html": "<span>History </span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de71cdbf939e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-ac2ca197"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/supercomputing\"] > span",
            "selector": "a[href=\"/topics/supercomputing\"] > span",
            "html": "<span class=\"field field--string field--title\">Supercomputing</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48e1035c8207",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-059d667e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > article > div > div:nth-of-type(4) > div",
            "selector": "li:nth-of-type(1) > article > div > div:nth-of-type(4) > div",
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">The Department of Energy’s national labs host some o...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfcd8aa89213",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-5dfa442a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/quantum-information-science\"] > div",
            "selector": "a[href=\"/topics/quantum-information-science\"] > div",
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">Quantum Science</div>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5691be2b5e55",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-18fec6c5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > article > div > div:nth-of-type(4) > div",
            "selector": "li:nth-of-type(2) > article > div > div:nth-of-type(4) > div",
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">Quantum information science has the potential to rad...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f4f92449185",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9f3f3c28"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/space-exploration-and-universe\"] > span",
            "selector": "a[href=\"/topics/space-exploration-and-universe\"] > span",
            "html": "<span class=\"field field--string field--title\">Space Exploration and The Universe</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c3d94a492fe",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-adf1941f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > article > div > div:nth-of-type(4) > div",
            "selector": "li:nth-of-type(3) > article > div > div:nth-of-type(4) > div",
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">From supporting NASA to understanding the cosmos, DO...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "987f516d328d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-d66ca1e4"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/cancer-research\"] > span",
            "selector": "a[href=\"/topics/cancer-research\"] > span",
            "html": "<span class=\"field field--string field--title\">Cancer Research</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "200c5ee73f8e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-1440dfee"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > article > div > div:nth-of-type(4) > div",
            "selector": "li:nth-of-type(4) > article > div > div:nth-of-type(4) > div",
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">Cancer researchers use unique, world-leading scienti...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6cc10922fbe",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-e1338026"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/biotechnology\"] > span",
            "selector": "a[href=\"/topics/biotechnology\"] > span",
            "html": "<span class=\"field field--string field--title\">Biotechnology</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b18076b53c8",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9f8c8dfa"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > article > div > div:nth-of-type(4) > div",
            "selector": "li:nth-of-type(5) > article > div > div:nth-of-type(4) > div",
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">DOE is harnessing biology to advance U.S. prosperity...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54aea1f16a8e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7baaede2"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/fusion-energy\"] > span",
            "selector": "a[href=\"/topics/fusion-energy\"] > span",
            "html": "<span class=\"field field--string field--title\">Fusion Energy</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2c4e85bcdd2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2f176cbc"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > article > div > div:nth-of-type(4) > div",
            "selector": "li:nth-of-type(6) > article > div > div:nth-of-type(4) > div",
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">Fusion is a potential source of on-demand, safe, and...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76f883f7a459",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b96dbb03"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/artificial-intelligence\"] > div",
            "selector": "a[href=\"/topics/artificial-intelligence\"] > div",
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">Artificial Intelligence</div>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 3:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2fca24c89d5",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-d723c8a3"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > article > div > div:nth-of-type(4) > div",
            "selector": "li:nth-of-type(7) > article > div > div:nth-of-type(4) > div",
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">AI brings enormous potential for the nation’s econom...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1910f4f97ca5",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-44cf5f71"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "#energy-accordion--2-1 > div > div > div > h5:nth-of-type(1)",
            "selector": "#energy-accordion--2-1 > div > div > div > h5:nth-of-type(1)",
            "html": "<h5><a href=\"/management/articles/gosling-manhattan-project-making-atomic-bomb\" data-once=\"links\">The Manhattan Project: Making the Atomic Bomb&nbsp;</a></h5>",
            "impact": "moderate",
            "message": "Heading level 5 skipped from level 2. Use h3 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca5b457a67df",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7526bfa"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae99217ba815",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 23,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/mesc/funding",
      "finalUrl": "https://energy.gov/mesc/funding",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/nnsa/national-nuclear-security-administration",
      "finalUrl": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "National Nuclear Security Administration | Department of Energy",
      "elapsedMs": 9932,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1110,
          "failed": 6,
          "cantTell": 8,
          "inapplicable": 46
        },
        "failedRules": [
          "link-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(1) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ca8498a2529",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c6f93f07"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(2) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b60862622cc",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8cf8ed77"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(3) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93adc1498ab7",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b0c63ee8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(4) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45e1a42d7c41",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4db06a21"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"NNSANews\"]",
            "html": "<a href=\"https://www.x.com/NNSANews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf43cb608780",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-155c66a9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(6) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.threads.net/@nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3e4d450b3c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-40ef3e42"
          }
        ],
        "outcomeCount": 1170,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 80,
          "failed": 12,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/link-name"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8ad8d88a3fa",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>About</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60a4dd49b367",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Our Agency</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca6cd8e45b76",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>The National Nuclear Security Administration</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b0adade995f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "div > a[href=\"https://www.facebook.com/NNSANews/\"]",
            "selector": "div > a[href=\"https://www.facebook.com/NNSANews/\"]",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"s...",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69c1d3828114",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7247c8aa"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "div > a[href=\"https://www.instagram.com/nnsanews/\"]",
            "selector": "div > a[href=\"https://www.instagram.com/nnsanews/\"]",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"...",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "394a2ea43d16",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9959120f"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "div > a[href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\"]",
            "selector": "div > a[href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\"]",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" ta...",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "200c9842682e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-676260ba"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "div > a[href=\"https://www.youtube.com/nnsanews\"]",
            "selector": "div > a[href=\"https://www.youtube.com/nnsanews\"]",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"svg...",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a26037d2241f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-bd17e549"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "div > a[href=\"https://www.x.com/NNSANews\"]",
            "selector": "div > a[href=\"https://www.x.com/NNSANews\"]",
            "html": "<a href=\"https://www.x.com/NNSANews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"svg-inlin...",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50dd2c1d7901",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-b19f203b"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "div > a[href=\"https://www.threads.net/@nnsanews\"]",
            "selector": "div > a[href=\"https://www.threads.net/@nnsanews\"]",
            "html": "<a href=\"https://www.threads.net/@nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"sv...",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1106815ff3",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-07a2d58e"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79d782b993db",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "li:nth-of-type(5) > a[href=\"/nnsa/working-nnsa\"]",
            "selector": "li:nth-of-type(5) > a[href=\"/nnsa/working-nnsa\"]",
            "html": "<a href=\"/nnsa/working-nnsa\" data-entity-type=\"node\" data-entity-uuid=\"becdf799-4bd1-447b-a45b-2d49d011b028\" data-entity-substitution=\"canonical\" title=\"Working at NNSA\" aria-label=\"Working at NNSA\" d...",
            "impact": "serious",
            "message": "Accessible name \"Working at NNSA\" does not contain visible text \"Careers\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22e3538f3ac3",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96e0fdbc"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 12,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/OMEI/office-civil-rights-and-equal-employment-opportunity",
      "finalUrl": "https://energy.gov/OMEI/office-civil-rights-and-equal-employment-opportunity",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/science/department-energy-nobel-laureates",
      "finalUrl": "https://energy.gov/science/department-energy-nobel-laureates",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/science/office-science-funding-opportunities",
      "finalUrl": "https://energy.gov/science/office-science-funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/2025-doe-403-orders",
      "finalUrl": "https://energy.gov/topics/2025-doe-403-orders",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
      "finalUrl": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Advancing Innovation: Technology Transitions and Early Investments | Department of Energy",
      "elapsedMs": 11447,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1073,
          "failed": 2,
          "cantTell": 8,
          "inapplicable": 44
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\34 20602971",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89ea3df1dfec",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2264dbe8"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\34 20602971",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1127,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "686a7b869eb0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Our Mission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "854df5b06669",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Economic Growth</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "432d2f560bab",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Technology Transitions &amp; Early Investments</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b621dfe9f752",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2db46db9fce8",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://energy.gov/topics/american-manufacturing",
      "finalUrl": "https://www.energy.gov/topics/american-manufacturing",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "American Manufacturing | Department of Energy",
      "elapsedMs": 12938,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2230,
          "failed": 45,
          "cantTell": 108,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name",
          "image-alt"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "select-name",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\33 68579368",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cade811e9766",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-746c29cc"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\33 68579368",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/1/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 180px; top: -219px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0113da527215",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-5fe880fa"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/1/3?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 180px; top: 293px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/0/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: -332px; top: -219px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/2/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 692px; top: -219px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/0/3?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: -332px; top: 293px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/2/3?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 692px; top: 293px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 2422,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 43,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c216eba0b049",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Our Mission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3324b60b3ea",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Economic Growth</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7267559e27c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>American Manufacturing</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84aa18e07941",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "719af08fec97",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 43
    },
    {
      "submittedUrl": "https://energy.gov/topics/artificial-intelligence",
      "finalUrl": "https://www.energy.gov/topics/artificial-intelligence",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Artificial Intelligence | Department of Energy",
      "elapsedMs": 10674,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1203,
          "failed": 0,
          "cantTell": 11,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1260,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 86,
          "failed": 6,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "text-alternatives/image-alt-words"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-alt-words",
            "xpath": "article > div > div:nth-of-type(1) > div > img",
            "selector": "article > div > div:nth-of-type(1) > div > img",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/collection_wide/public/2024-11/Supercomputer%201.jpg?itok=v6sinpIy\" width=\"800\" height=\"600\" alt=\"photo of a supercomputer\" typeof=\"foaf:Image\">",
            "impact": "minor",
            "message": "Alt text \"photo of a supercomputer\" starts with redundant prefix \"photo\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0c1a4d48ac4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-39ea8f74"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "444eea5c64f0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Science</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e2300e0d2c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > span",
            "selector": "li:nth-of-type(3) > span",
            "html": "<span>Artificial Intelligence</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fcef76526b0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4029a5d7"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc4a62e31460",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "p:nth-of-type(2) > a[href=\"/articles/doe-announces-site-selection-ai-data-center-and-energy-infrastructure-development-federal\"]",
            "selector": "p:nth-of-type(2) > a[href=\"/articles/doe-announces-site-selection-ai-data-center-and-energy-infrastructure-development-federal\"]",
            "html": "<a href=\"/articles/doe-announces-site-selection-ai-data-center-and-energy-infrastructure-development-federal\" title=\"DOE Announces Site Selection for AI Data Center and Energy Infrastructure Developme...",
            "impact": "serious",
            "message": "Accessible name \"DOE Announces Site Selection for AI Data Center and Energy Infrastructure Development on Federal Lands\" does not contain visible text \"announced plans\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a201d7079bc4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-62197aa3"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 6,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/cybersecurity",
      "finalUrl": "https://energy.gov/topics/cybersecurity",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 266,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/earth-systems-modeling",
      "finalUrl": "https://www.energy.gov/topics/earth-systems-modeling",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Earth Systems Modeling | Department of Energy",
      "elapsedMs": 11199,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 877,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\36 95905121",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/2430d1b0/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "179e07cbfcfd",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-7c6f8429"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\36 95905121",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 929,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff98d777e19",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Our Mission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06ee1a3d4878",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Environment</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fff673333ff",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Earth Systems Modeling</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7fe3c912321",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "548ea3b376e6",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://energy.gov/topics/energy-security",
      "finalUrl": "https://energy.gov/topics/energy-security",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/energy-workforce",
      "finalUrl": "https://www.energy.gov/topics/energy-workforce",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Workforce | Department of Energy",
      "elapsedMs": 12352,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1116,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 28995484",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "832453a89e4d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a24cad6e"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 28995484",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1167,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 86,
          "failed": 6,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region",
          "text-alternatives/image-alt-words"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-alt-words",
            "xpath": "#press-releases > div > div > div > div > div > div:nth-of-type(2) > div > div > ul > li:nth-of-type(1) > div > div:nth-of-type(1) > img",
            "selector": "#press-releases > div > div > div > div > div > div:nth-of-type(2) > div > div > ul > li:nth-of-type(1) > div > div:nth-of-type(1) > img",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/collection_square/public/2026-02/Drilling%20for%20Steam%20at%20Bottle%20Rock_GRC%20Photo%20Contest%20%28Betsy%20Phillips%29.jpg?h=d2de68a6&amp;itok...",
            "impact": "minor",
            "message": "Alt text \"Photo of a drill rig between trees in the foreground, with rolling hills extending into the background.\" starts with redundant prefix \"photo\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcc463670694",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c8d02950"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cee8d707d61",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Our Mission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68ece9d3d05d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Economic Growth</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2387206e38b4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Energy Workforce</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b11145d7ee",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f02610e8ece4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 6,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://energy.gov/topics/environmental-and-legacy-management",
      "finalUrl": "https://www.energy.gov/topics/environmental-and-legacy-management",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Environmental and Legacy Management | Department of Energy",
      "elapsedMs": 9709,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 815,
          "failed": 0,
          "cantTell": 21,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 883,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cce2448ea3a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Our Mission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6fdfd391892",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Security &amp; Safety</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2f4cc6281a2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Environmental &amp; Legacy Management</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f71bc19b05d4",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cefb24c80e80",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/about-us/web-policies/privacy",
      "finalUrl": "https://www.energy.gov/about-us/web-policies/privacy",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Privacy | Department of Energy",
      "elapsedMs": 9407,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 663,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 712,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 89,
          "failed": 3,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Energy.gov</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fd967b4c246",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/about-us/web-policies/privacy\"] > span",
            "selector": "a[href=\"/about-us/web-policies/privacy\"] > span",
            "html": "<span>Privacy</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44acc643061d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-e7130bdb"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbe71985743",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 3,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "finalUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/eere/funding/eere-funding-opportunities",
      "finalUrl": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "CMEI Funding Opportunities | Department of Energy",
      "elapsedMs": 10126,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1238,
          "failed": 1,
          "cantTell": 12,
          "inapplicable": 37
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e5fe29a89d7",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-d1199dad"
          }
        ],
        "outcomeCount": 1288,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 84,
          "failed": 8,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/\"] > span",
            "selector": "a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f48af0d8095",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div > h5",
            "selector": "div > h5",
            "html": "<h5>The Office of Critical Minerals and Energy Innovation (CMEI) invests in research and development to lower the cost of energy technologies, protect the private sector from financial risk, and help ...",
            "impact": "moderate",
            "message": "Heading level 5 skipped from level 1. Use h2 instead.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2e2136e42ef",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a00d631a"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d4975493a96",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/cmei/fuels/funding-notice-department-energy-announces-10-million-algal-systems-research-and\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/cmei/fuels/funding-notice-department-energy-announces-10-million-algal-systems-research-and\"]",
            "html": "<a href=\"/cmei/fuels/funding-notice-department-energy-announces-10-million-algal-systems-research-and\" data-entity-type=\"node\" data-entity-uuid=\"e7070811-9898-43e0-b190-22586c7e01c0\" data-entity-subst...",
            "impact": "serious",
            "message": "Accessible name \"Funding Notice: Department of Energy Announces up to $10 Million for Algal Systems Research and Development to Expand U.S. Bioenergy Feedstock\" does not contain visible text \"Maximizing Algal System Yield (MASY)\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc89ac1829fd",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-365fdc27"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/cmei/fuels/funding-notice-us-department-energy-announces-23-million-propel-renewable-chemicals-and\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/cmei/fuels/funding-notice-us-department-energy-announces-23-million-propel-renewable-chemicals-and\"]",
            "html": "<a href=\"/cmei/fuels/funding-notice-us-department-energy-announces-23-million-propel-renewable-chemicals-and\" data-entity-type=\"node\" data-entity-uuid=\"07bd0911-b95c-433d-b5af-2c6299951666\" data-entit...",
            "impact": "serious",
            "message": "Accessible name \"Funding Notice: U.S. Department of Energy Announces up to $23 Million to Propel Renewable Chemicals and Fuels\" does not contain visible text \"Sustainable Propane and Renewable Chemicals (SPARC)\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "895fd95df41e",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-438e126f"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "section:nth-of-type(4) > div > div > div > div:nth-of-type(1) > div > div:nth-of-type(2) > p > a[href=\"https://eere-exchange.energy.gov/\"]",
            "selector": "section:nth-of-type(4) > div > div > div > div:nth-of-type(1) > div > div:nth-of-type(2) > p > a[href=\"https://eere-exchange.energy.gov/\"]",
            "html": "<a href=\"https://eere-exchange.energy.gov/\" aria-label=\"EERE Exchange(link is external)\" data-once=\"links\">Funding Opportunity Exchange</a>",
            "impact": "serious",
            "message": "Accessible name \"EERE Exchange(link is external)\" does not contain visible text \"Funding Opportunity Exchange\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5dac134a548",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4c53d470"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/cmei/ammto/articles/doe-seeks-input-strengthening-americas-power-electronics-sector\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/cmei/ammto/articles/doe-seeks-input-strengthening-americas-power-electronics-sector\"]",
            "html": "<a href=\"/cmei/ammto/articles/doe-seeks-input-strengthening-americas-power-electronics-sector\" data-entity-type=\"node\" data-entity-uuid=\"0faea50d-b573-431d-a66c-eb4b240fc0e1\" data-entity-substitution=...",
            "impact": "serious",
            "message": "Accessible name \"DOE Seeks Input on Strengthening America's Power Electronics Sector\" does not contain visible text \"Wide Bandgap Power Electronics Strategic Framework Draft and RFI\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ad768bd58b2",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-2e4bbc1b"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[aria-label=\"Energy Department Announces Actions to Secure American Critical Minerals and Materials Supply Chain\"]",
            "selector": "td:nth-of-type(2) > a[aria-label=\"Energy Department Announces Actions to Secure American Critical Minerals and Materials Supply Chain\"]",
            "html": "<a href=\"/articles/energy-department-announces-actions-secure-american-critical-minerals-and-materials-supply\" data-entity-type=\"node\" data-entity-uuid=\"021f1d41-14ea-4333-bebc-1ac0f5b65a1a\" data-enti...",
            "impact": "serious",
            "message": "Accessible name \"Energy Department Announces Actions to Secure American Critical Minerals and Materials Supply Chain\" does not contain visible text \"Notice of Intent to Issue: Critical Minerals and Materials Accelerator\".",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a8b813bb591",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a418f92b"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 8,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/scep/wap/weatherization-assistance-program",
      "finalUrl": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Weatherization Assistance Program | Department of Energy",
      "elapsedMs": 9731,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 687,
          "failed": 0,
          "cantTell": 4,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 734,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 88,
          "failed": 4,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70dd30ec8bda",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Consumer Savings</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a8af690028",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > span",
            "selector": "li:nth-of-type(3) > span",
            "html": "<span>Weatherization Assistance Program</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaeedf3eec45",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-4029a5d7"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4d00e100342",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 4,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/national-science-bowl",
      "finalUrl": "https://energy.gov/topics/national-science-bowl",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 271,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/grid-deployment-and-transmission",
      "finalUrl": "https://www.energy.gov/topics/grid-deployment-and-transmission",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Grid Deployment and Transmission | Department of Energy",
      "elapsedMs": 13887,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1351,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 27620473",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9727fa30396c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a8c9ea73"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\33 41240147",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ca23b695fcd",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-681dd279"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 56676670",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a86f6985062b",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-bb99e219"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 27620473",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\33 41240147",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 56676670",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1404,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 3,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(1) > a[href=\"/\"] > span",
            "html": "<span>Home</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "159cce07cf0c",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-8c734c2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/\"] > span",
            "html": "<span>Our Mission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da0e87ffdabd",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-96cda089"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/\"] > span",
            "html": "<span>Energy Access</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e6a0a1267a5",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-752a9e2e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > span",
            "selector": "li:nth-of-type(4) > span",
            "html": "<span>Grid Deployment &amp; Transmission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff3c945afbf",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-c7db9851"
          },
          {
            "rule": "landmarks/region",
            "xpath": "#skip-link-container",
            "selector": "#skip-link-container",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d84467c47ac",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-72a3de1c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 3
    },
    {
      "submittedUrl": "https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
      "finalUrl": "https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/tribal-energy-access",
      "finalUrl": "https://www.energy.gov/topics/tribal-energy-access",
      "redirected": true,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html",
      "pageTitle": "ERROR: The request could not be satisfied",
      "elapsedMs": 6837,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 18,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 79
        },
        "failedRules": [
          "html-has-lang",
          "landmark-one-main",
          "region"
        ],
        "passedRules": [
          "aria-hidden-body",
          "color-contrast",
          "document-title",
          "empty-heading",
          "heading-order",
          "nested-interactive",
          "page-has-heading-one",
          "region"
        ],
        "failures": [
          {
            "rule": "html-has-lang",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag311"
            ],
            "xpath": "html",
            "html": "<html>",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa7ea37b53f8",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html>",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27fcd599af43",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1>403 ERROR</h1>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de18b37bd3c0",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-0b527b4b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h2",
            "html": "<h2>The request could not be satisfied.</h2>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8987c422a342",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-fe7463fa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "pre",
            "html": "<pre>Generated by cloudfront (CloudFront)\nRequest ID: 3iy7X1vNAX2LOn-oPFaUYH39-WCZh-IAcATTsHRhqVfB-qhm86jWyQ==\n</pre>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e596d780093d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-05ca71a7"
          }
        ],
        "outcomeCount": 102,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "landmarks/landmark-main",
          "landmarks/region",
          "readable/html-has-lang"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "landmarks/landmark-main",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page has no main landmark.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "263bb519803f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a4fd1d8b"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > h1",
            "selector": "body > h1",
            "html": "<h1>403 ERROR</h1>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "508272d0230a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-994747e2"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > h2",
            "selector": "body > h2",
            "html": "<h2>The request could not be satisfied.</h2>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fc891cd85bf",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f931462a"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > pre",
            "selector": "body > pre",
            "html": "<pre>Generated by cloudfront (CloudFront)\nRequest ID: n78ZDZP_5EsB-c0G1tN4FWxL88vXaArkg4aQF3PaRDW9Y-laAFN4Qw==\n</pre>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f1bbb6a336",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-178e0123"
          },
          {
            "rule": "readable/html-has-lang",
            "xpath": "html",
            "selector": "html",
            "html": "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<title>ERROR: The request could not be satisfied</title>\n<script type=\"text/javascript\">var AccessLint=(function(y)...",
            "impact": "serious",
            "message": "<html> element missing lang attribute.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2310067f5e1",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-407bdc37"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/research-technology-and-economic-security",
      "finalUrl": "https://www.energy.gov/topics/research-technology-and-economic-security",
      "redirected": true,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html",
      "pageTitle": "ERROR: The request could not be satisfied",
      "elapsedMs": 6888,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 18,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 79
        },
        "failedRules": [
          "html-has-lang",
          "landmark-one-main",
          "region"
        ],
        "passedRules": [
          "aria-hidden-body",
          "color-contrast",
          "document-title",
          "empty-heading",
          "heading-order",
          "nested-interactive",
          "page-has-heading-one",
          "region"
        ],
        "failures": [
          {
            "rule": "html-has-lang",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag311"
            ],
            "xpath": "html",
            "html": "<html>",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbe10265725f",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html>",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69c760472dfe",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1>403 ERROR</h1>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad2c1033d0d",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-0b527b4b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h2",
            "html": "<h2>The request could not be satisfied.</h2>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "785968f58093",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-fe7463fa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "pre",
            "html": "<pre>Generated by cloudfront (CloudFront)\nRequest ID: ykcyq-_8QxAsljCGS_a7tRF9adTtKF3fATyw5iy_N2X4A0qe2KQUDw==\n</pre>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0c7b38e188a",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-05ca71a7"
          }
        ],
        "outcomeCount": 102,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 87,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "landmarks/landmark-main",
          "landmarks/region",
          "readable/html-has-lang"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "landmarks/landmark-main",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page has no main landmark.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14a45ce232bb",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-a4fd1d8b"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > h1",
            "selector": "body > h1",
            "html": "<h1>403 ERROR</h1>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f49ae30da9fc",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-994747e2"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > h2",
            "selector": "body > h2",
            "html": "<h2>The request could not be satisfied.</h2>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83670d885bca",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-f931462a"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > pre",
            "selector": "body > pre",
            "html": "<pre>Generated by cloudfront (CloudFront)\nRequest ID: q4wKn4m7ky9lNMHlxpdVEJzKUm8kYxjpEkVBGV6p2gStSaukqdDfsQ==\n</pre>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66e903f586b1",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-178e0123"
          },
          {
            "rule": "readable/html-has-lang",
            "xpath": "html",
            "selector": "html",
            "html": "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<title>ERROR: The request could not be satisfied</title>\n<script type=\"text/javascript\">var AccessLint=(function(y)...",
            "impact": "serious",
            "message": "<html> element missing lang attribute.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5387d7821848",
            "firstSeenAt": "2026-04-07T22:16:58.266Z",
            "patternId": "A11Y-407bdc37"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/extreme-weather-resiliency",
      "finalUrl": "https://energy.gov/topics/extreme-weather-resiliency",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/nuclear-security",
      "finalUrl": "https://energy.gov/topics/nuclear-security",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "rule": "distinguishable/color-contrast",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 109,
        "examples": [
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span>Home</span>",
            "xpath": "a[href=\"/\"] > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span>Funding Opportunities</span>",
            "xpath": "li:nth-of-type(2) > a[href=\"/funding-opportunities\"] > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span>Funding Opportunities By Office</span>",
            "xpath": "li:nth-of-type(3) > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span>Grid Deployment Office</span>",
            "xpath": "li:nth-of-type(4) > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<span>Energy.gov</span>",
            "xpath": "a[href=\"/\"] > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "labels-and-names/label-content-mismatch",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 53,
        "examples": [
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\" data-entity-type=\"node\" data-entity-uuid=\"74e16a08-5cac-42fc-a6f9-6b74fd98ce7f\" data-entity-substitution=\"canonical\" title=\"Wh...",
            "xpath": "tr:nth-of-type(5) > td:nth-of-type(2) > a[href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\"]",
            "message": "Accessible name \"Wholesale Electricity Market Studies and Engagement Program\" does not contain visible text \"Selections\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/transmission-acceleration-grants-tag-program\" data-entity-type=\"node\" data-entity-uuid=\"f5bdc235-8b5a-4143-a90f-715348d46534\" data-entity-substitution=\"canonical\" title=\"Transmission Acce...",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/transmission-acceleration-grants-tag-program\"]",
            "message": "Accessible name \"Transmission Acceleration Grants (TAG) Program\" does not contain visible text \"Partnership Intermediary Agreement\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/grid-resilience-state-and-tribal-formula-grant-awards\" data-entity-type=\"node\" data-entity-uuid=\"e2b5f8db-92ee-4f8b-8f49-4979676defd5\" data-entity-substitution=\"canonical\" title=\"Grid Res...",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/grid-resilience-state-and-tribal-formula-grant-awards\"]",
            "message": "Accessible name \"Grid Resilience State and Tribal Formula Grant Awards\" does not contain visible text \"Selections\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\" data-entity-type=\"node\" data-entity-uuid=\"bf32f4fb-965c-4f16-8b38-3e741b1c8a8d\" data-entity-substitution=\"canonical\" tit...",
            "xpath": "tr:nth-of-type(8) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "message": "Accessible name \"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" does not contain visible text \"Selections\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\" data-entity-type=\"node\" data-entity-uuid=\"bf32f4fb-965c-4f16-8b38-3e741b1c8a8d\" data-entity-substitution=\"canonical\" tit...",
            "xpath": "tr:nth-of-type(9) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "message": "Accessible name \"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" does not contain visible text \"Selections\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "landmarks/region",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 37,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "xpath": "#skip-link-container",
            "message": "Content is not contained within a landmark region.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "xpath": "#skip-link-container",
            "message": "Content is not contained within a landmark region.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "xpath": "#skip-link-container",
            "message": "Content is not contained within a landmark region.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/commercialization",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "xpath": "#skip-link-container",
            "message": "Content is not contained within a landmark region.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/design",
            "html": "<div id=\"skip-link-container\">\n  <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n    Skip to main content\n  </a>\n</div>",
            "xpath": "#skip-link-container",
            "message": "Content is not contained within a landmark region.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "keyboard-accessible/focus-order",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 12,
        "examples": [
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th class=\"sorting sorting_asc\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-sort=\"ascending\" aria-label=\"Program: activate to sort column descending\">Program</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Program: activate to sort column descending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Paid: activate to sort column ascending\">Paid</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Paid: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Academic Disciplines: activate to sort column ascending\">Academic Disciplines</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Academic Disciplines: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Housing/Transportation: activate to sort column ascending\">Housing/Transportation</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Housing/Transportation: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"Availability: activate to sort column ascending\">Availability</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"Availability: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "region",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures all page content is contained within landmark regions. Content outside landmarks cannot be found by screen reader users navigating by landmarks."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 10,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<div class=\"hidden md:absolute md:left-6 md:flex md:items-center\">",
            "xpath": ".md\\:left-6",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<div class=\"hidden md:flex md:items-center md:gap-4\" data-name=\"wrapper\">",
            "xpath": ".md\\:gap-4",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<div class=\"hidden md:absolute md:right-6 md:flex md:items-center\"><p class=\"font-mono text-[12px] leading-4 font-normal tracking-[0.72px] text-neutral-50 uppercase whitespace-pre\">22:12:16 UTC</p></div>",
            "xpath": ".md\\:right-6",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<section class=\"relative\" aria-labelledby=\"section-security\">",
            "xpath": "section[aria-labelledby=\"section-security\"]",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/tribal-energy-access",
            "html": "<h1>403 ERROR</h1>",
            "xpath": "h1",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria-prohibited-attr",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 9,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\38 56600975",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/state-american-energy-promises-made-promises-kept",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\31 93287440",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\34 20602971",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/american-manufacturing",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/57fefa84/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\33 68579368",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/earth-systems-modeling",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/2430d1b0/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\36 95905121",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "heading-order",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures heading levels are not skipped (e.g. h1→h3). Inconsistent heading hierarchy makes page structure difficult to navigate for screen reader users."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<h3><a href=\"/cfo/listings/budget-justification-supporting-documents\" data-once=\"links\">More Budget Requests</a></h3>",
            "xpath": ".layout-breakout.layout-float.layout-right > .field--text_default.field--body.field--name-body > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<h4><a aria-label=\"Read more about More Annual Performance Reports\" href=\"/cfo/listings/annual-performance-reports\" title=\"Read more about More Annual Performance Reports\" data-once=\"links\">More Annual Performance Reports</a></h4>",
            "xpath": "h4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/open-government",
            "html": "<h4>CUSTOMER SERVICE</h4>",
            "xpath": ".tablet-lg\\:grid-col-6:nth-child(1) > .block-layout-builder.block-inline-blockbasic.block > .field--text_default.field--body.field--name-body > h4:nth-child(1)",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
            "html": "<h3>Media Inquiries:</h3>",
            "xpath": ".group-section__item--start > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
            "html": "<h3><strong>PRESIDENT TRUMP ANNOUNCES A HISTORIC US-VENEZUELA ENERGY DEAL TO SAFEGUARD AMERICA</strong></h3>",
            "xpath": ".field--text_default > h3:nth-child(1)",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "navigable/heading-order",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<h3><a href=\"/cfo/listings/budget-justification-supporting-documents\" data-once=\"links\">More Budget Requests</a></h3>",
            "xpath": "div:nth-of-type(1) > div > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<h4><a aria-label=\"Read more about More Annual Performance Reports\" href=\"/cfo/listings/annual-performance-reports\" title=\"Read more about More Annual Performance Reports\" data-once=\"links\">More Annua...",
            "xpath": "div > h4",
            "message": "Heading level 4 skipped from level 2. Use h3 instead.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/open-government",
            "html": "<h4>CUSTOMER SERVICE</h4>",
            "xpath": "div:nth-of-type(1) > div > div > h4:nth-of-type(1)",
            "message": "Heading level 4 skipped from level 2. Use h3 instead.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
            "html": "<h3>Media Inquiries:</h3>",
            "xpath": "div:nth-of-type(1) > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
            "html": "<h3><strong>PRESIDENT TRUMP ANNOUNCES A HISTORIC US-VENEZUELA ENERGY DEAL TO SAFEGUARD AMERICA</strong></h3>",
            "xpath": "div > div > h3:nth-of-type(1)",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "text-alternatives/image-alt-words",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 7,
        "examples": [
          {
            "url": "https://energy.gov/our-leadership-offices",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/DOE-Seal-DSP_4839.jpg?itok=TEg5RqsM\" width=\"1350\" height=\"900\" alt=\"Photo of a large bronze statue of the DOE sea...",
            "xpath": "section:nth-of-type(3) > div > div > div > div > div > div > div > div > div:nth-of-type(1) > div > div > div > img",
            "message": "Alt text \"Photo of a large bronze statue of the DOE seal, located inside DOE Headquarters in Washington, D.C.\" starts with redundant prefix \"photo\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/our-leadership-offices",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/NNSA-option%202.jpg?itok=UJImEbs7\" width=\"1350\" height=\"892\" alt=\"Photo of the Z Machine, part of the Pulsed Powe...",
            "xpath": "section:nth-of-type(9) > div > div > div > div > div > div > div > div > div:nth-of-type(1) > div > div > div > img",
            "message": "Alt text \"Photo of the Z Machine, part of the Pulsed Power Program, at Sandia National Lab. The room is dark and the machine is glowing blue and purple, with reddish/pink wires everwhere.\" starts with redundant prefix \"photo\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/lm/history",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/Kennedy%20Nuclear%20Test%20Ban%20Treaty.jpg?itok=IuqjLipU\" width=\"1350\" height=\"1233\" alt=\"Photo of President JFK...",
            "xpath": "#energy-accordion-4 > div > div > div:nth-of-type(1) > div > div > div > img",
            "message": "Alt text \"Photo of President JFK signing the Limited Nuclear Test Ban Treaty in 1963. It is a color photo; Kennedy is seated at a table signing the ban, surrounded by a group of men in suits.\" starts with redundant prefix \"photo\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/lm/history",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/full_article_width/public/2024-11/Moniz%20Manhattan%20Project%20National%20Park%20Signing.jpg?itok=VZKFnEzZ\" width=\"1350\" height=\"626\" alt=\"Photo o...",
            "xpath": "#energy-accordion-9 > div > div > div:nth-of-type(1) > div > div > div > img",
            "message": "Alt text \"Photo of Secretary of the Interior Sally Jewell and Secretary Ernest Moniz signing a memorandum establishing the Manhattan Project National Historical Park.\" starts with redundant prefix \"photo\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/lm/history",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/collection_tall/public/2024-11/Outer%20space_0.jpeg?itok=XSEb9hPu\" width=\"500\" height=\"800\" alt=\"Photo of outer space\" typeof=\"foaf:Image\">",
            "xpath": "li:nth-of-type(3) > article > div > div:nth-of-type(1) > div > img",
            "message": "Alt text \"Photo of outer space\" starts with redundant prefix \"photo\".",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "link-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [
            "2.4.4",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures links have discernible text. Screen reader users often navigate pages by listing all links — links without text or with only 'click here' provide no context."
        },
        "wcag": {
          "scs": [
            "2.4.4",
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 7,
        "examples": [
          {
            "url": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </a>",
            "xpath": ".field--field_text > p:nth-child(1) > a[data-entity-type=\"node\"][data-entity-substitution=\"canonical\"][data-once=\"links\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(1) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(2) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(3) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(4) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "navigable/link-name",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 7,
        "examples": [
          {
            "url": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </...",
            "xpath": "p:nth-of-type(1) > a[href=\"/cmei/femp/federal-energy-management-program-legacy\"]",
            "message": "Link has no discernible text.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"s...",
            "xpath": "div > a[href=\"https://www.facebook.com/NNSANews/\"]",
            "message": "Link has no discernible text.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"...",
            "xpath": "div > a[href=\"https://www.instagram.com/nnsanews/\"]",
            "message": "Link has no discernible text.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" ta...",
            "xpath": "div > a[href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\"]",
            "message": "Link has no discernible text.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">  <svg class=\"svg...",
            "xpath": "div > a[href=\"https://www.youtube.com/nnsanews\"]",
            "message": "Link has no discernible text.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria-allowed-role",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"field__item splide__slide is-active is-visible\" id=\"main-carousel-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\" style=\"width: calc(100%);\">",
            "xpath": "#main-carousel-slide01",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role group is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-active is-visible\" id=\"thumbnail-carousel-slide01\" role=\"button\" aria-label=\"Go to slide 1\" aria-current=\"true\" tabindex=\"0\" aria-controls=\"main-carousel-slide01\">",
            "xpath": "#thumbnail-carousel-slide01",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible is-next\" id=\"thumbnail-carousel-slide02\" role=\"button\" aria-label=\"Go to slide 2\" tabindex=\"0\" aria-controls=\"main-carousel-slide02\">",
            "xpath": "#thumbnail-carousel-slide02",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide03\" role=\"button\" aria-label=\"Go to slide 3\" tabindex=\"0\" aria-controls=\"main-carousel-slide03\">",
            "xpath": "#thumbnail-carousel-slide03",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide04\" role=\"button\" aria-label=\"Go to slide 4\" tabindex=\"0\" aria-controls=\"main-carousel-slide04\">",
            "xpath": "#thumbnail-carousel-slide04",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria/aria-allowed-role",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"field__item splide__slide is-active is-visible\" id=\"main-carousel-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\" style=\"width: calc(100%);\">\n\n\n<div class=\"paragraph ...",
            "xpath": "#main-carousel-slide01",
            "message": "Role \"group\" is not allowed on element <li>.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-active is-visible\" id=\"thumbnail-carousel-slide01\" role=\"button\" aria-label=\"Go to slide 1\" aria-current=\"true\" tabindex=\"0\" aria-controls=\"main-carousel-slide01\">\n        ...",
            "xpath": "#thumbnail-carousel-slide01",
            "message": "Role \"button\" is not allowed on element <li>.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible is-next\" id=\"thumbnail-carousel-slide02\" role=\"button\" aria-label=\"Go to slide 2\" tabindex=\"0\" aria-controls=\"main-carousel-slide02\">\n            <div class=\"thumbn...",
            "xpath": "#thumbnail-carousel-slide02",
            "message": "Role \"button\" is not allowed on element <li>.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide03\" role=\"button\" aria-label=\"Go to slide 3\" tabindex=\"0\" aria-controls=\"main-carousel-slide03\">\n            <div class=\"thumbnail-circ...",
            "xpath": "#thumbnail-carousel-slide03",
            "message": "Role \"button\" is not allowed on element <li>.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide04\" role=\"button\" aria-label=\"Go to slide 4\" tabindex=\"0\" aria-controls=\"main-carousel-slide04\">\n            <div class=\"thumbnail-circ...",
            "xpath": "#thumbnail-carousel-slide04",
            "message": "Role \"button\" is not allowed on element <li>.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "landmark-one-main",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures the page has exactly one main landmark. Screen reader users rely on the main landmark to skip navigation and jump directly to page content."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<html lang=\"en\" class=\"bg-main-dark\" style=\"color-scheme:dark\">",
            "xpath": "html",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/tribal-energy-access",
            "html": "<html>",
            "xpath": "html",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/research-technology-and-economic-security",
            "html": "<html>",
            "xpath": "html",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "landmarks/landmark-main",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<html>",
            "xpath": "html",
            "message": "Page has no main landmark.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/tribal-energy-access",
            "html": "<html>",
            "xpath": "html",
            "message": "Page has no main landmark.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/research-technology-and-economic-security",
            "html": "<html>",
            "xpath": "html",
            "message": "Page has no main landmark.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria/aria-hidden-focus",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<iframe src=\"https://customer-29f0fiy60aiz1fqm.cloudflarestream.com/0df9da0f6e9cb5191543ae3fb105a4e6/iframe?muted=true&amp;loop=true&amp;autoplay=true&amp;controls=false&amp;preload=auto&amp;letterbox...",
            "xpath": "div:nth-of-type(1) > iframe",
            "message": "Focusable element is inside an aria-hidden region.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<iframe src=\"https://customer-29f0fiy60aiz1fqm.cloudflarestream.com/0df9da0f6e9cb5191543ae3fb105a4e6/iframe?muted=true&amp;loop=true&amp;autoplay=true&amp;controls=false&amp;preload=auto&amp;letterbox...",
            "xpath": "div:nth-of-type(2) > iframe",
            "message": "Focusable element is inside an aria-hidden region.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "html-has-lang",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "3.1.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures the <html> element has a lang attribute. Screen readers use the language attribute to select the correct pronunciation engine."
        },
        "wcag": {
          "scs": [
            "3.1.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://energy.gov/topics/tribal-energy-access",
            "html": "<html>",
            "xpath": "html",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/research-technology-and-economic-security",
            "html": "<html>",
            "xpath": "html",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "readable/html-has-lang",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://energy.gov/topics/tribal-energy-access",
            "html": "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<title>ERROR: The request could not be satisfied</title>\n<script type=\"text/javascript\">var AccessLint=(function(y)...",
            "xpath": "html",
            "message": "<html> element missing lang attribute.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/research-technology-and-economic-security",
            "html": "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<title>ERROR: The request could not be satisfied</title>\n<script type=\"text/javascript\">var AccessLint=(function(y)...",
            "xpath": "html",
            "message": "<html> element missing lang attribute.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "landmark-unique",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<div id=\"faq-answer-0\" class=\"overflow-hidden\" role=\"region\" aria-labelledby=\"faq-question-0\" style=\"height:0px;opacity:0\">",
            "xpath": "#faq-answer-0",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "#faq-answer-1",
              "#faq-answer-2",
              "#faq-answer-3",
              "#faq-answer-4",
              "#faq-answer-5",
              "#faq-answer-6",
              "#faq-answer-7"
            ],
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "nested-interactive",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<div class=\"absolute inset-0 z-40 flex cursor-pointer items-center justify-center\" role=\"button\" tabindex=\"0\" aria-label=\"Play Genesis Mission announcement video\">",
            "xpath": ".z-40",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              ".transition-transform"
            ],
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "time-based-media/video-captions",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<video src=\"https://customer-29f0fiy60aiz1fqm.cloudflarestream.com/917da2f3f8363ce419cf1a5c3e07334b/manifest/video.m3u8\" class=\"pointer-events-none absolute inset-0 opacity-0 [&amp;:fullscreen]:opacit...",
            "xpath": "div:nth-of-type(1) > video[aria-label=\"Genesis announcement video for mobile fullscreen playback\"]",
            "message": "Video element has no captions track.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria/presentational-children-focusable",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<button type=\"button\" class=\"flex items-center justify-between transition-transform hover:scale-105\" style=\"width:276px;padding:8px 8px 8px 24px;border-radius:48px;border:1px solid rgba(250, 250, 250,...",
            "xpath": "div[aria-label=\"Play Genesis Mission announcement video\"] > button[aria-label=\"Play Genesis Announcement video\"]",
            "message": "Focusable element inside a \"button\" role whose children are presentational.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "adaptable/td-has-header",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<td class=\"dtr-control sorting_1\" tabindex=\"0\">Apprenticeship Program</td>",
            "xpath": "tr:nth-of-type(1) > td:nth-of-type(1)",
            "message": "Data cell has no associated header. Add th elements with scope, or headers attribute.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "label",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.3.1",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every form input has an associated label. Without labels, screen reader users cannot understand what information a form field requires."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/mission",
            "html": "<input type=\"text\" name=\"keywords\" class=\"usa-input\" value=\"\" data-once=\"searchSuggestion\">",
            "xpath": "input",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "labels-and-names/form-label",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/mission",
            "html": "<input type=\"text\" name=\"keywords\" class=\"usa-input\" value=\"\" data-once=\"searchSuggestion\">",
            "xpath": "div > input[name=\"keywords\"]",
            "message": "Form element has no accessible label.",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "image-alt",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.1.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every <img> element has alternative text. Without alt text, blind users receive no information about the image's meaning or purpose."
        },
        "wcag": {
          "scs": [
            "1.1.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/topics/american-manufacturing",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/1/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 180px; top: -219px;\">",
            "xpath": "iframe[width=\"100%\"]",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 29,
      "Visual Designer": 0,
      "Content Author": 16,
      "Front-End Developer": 281
    },
    "severityStats": {
      "Critical": 2,
      "Serious": 9,
      "Moderate": 286,
      "Minor": 0
    }
  }
}
