{
  "issueNumber": 61,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/61",
  "issueTitle": "SCAN: Energy.gov",
  "scanTitle": "Energy.gov",
  "submittedBy": "mgifford",
  "engines": [
    "axe",
    "accesslint"
  ],
  "scanContext": {
    "viewport": {
      "width": 1280,
      "height": 800
    },
    "viewportPreset": "desktop",
    "colorScheme": "both",
    "browser": "chromium"
  },
  "scannedAt": "2026-06-04T20:12:09.326Z",
  "totalElapsedMs": 256812,
  "totalSubmitted": 69,
  "acceptedCount": 69,
  "scannedCount": 69,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 18611,
    "failed": 22,
    "cantTell": 209,
    "inapplicable": 840
  },
  "equalAccessTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "accesslintTotals": {
    "passed": 1545,
    "failed": 203,
    "uniqueFailed": 203,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "qualwebTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "duplicateFindingTotals": 4,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 19,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 19,
  "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": 14116,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 970,
          "failed": 7,
          "cantTell": 20,
          "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-06-04T20:12:09.326Z",
            "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-06-04T20:12:09.326Z",
            "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-06-04T20:12:09.326Z",
            "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-06-04T20:12:09.326Z",
            "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-06-04T20:12:09.326Z",
            "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": "#\\34 3386915",
            "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/4f38b487/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": "bcffacccbe6d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-bacad8ee"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\34 3386915",
            "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": 1034,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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": 85,
          "failed": 7,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-allowed-role",
          "landmarks/region",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "297b4c106fd0",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60e961e9ac83",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f927321dce68",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78ab1a022e83",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77ef4255f43",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d89afeda70cb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b701b8f5153",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-a35be255"
          }
        ],
        "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": 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": 255,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 11968,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 1897,
          "failed": 0,
          "cantTell": 18,
          "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",
          "avoid-inline-spacing",
          "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-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": 1957,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13f23e526612",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/oe\"] > span",
            "selector": "a[href=\"/oe\"] > span",
            "html": "<span>Office of Electricity</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32f4fdeeabff",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b009b724"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/oe/funding-opportunities-and-requests-information\"] > span",
            "selector": "a[href=\"/oe/funding-opportunities-and-requests-information\"] > span",
            "html": "<span>Funding Opportunities and Requests for Information</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f3a842027aa",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-336332c2"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d5c28f38f6f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/energy-department-awards-25m-accelerate-transmission-lower-energy-costs-and-maintain-0\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/articles/energy-department-awards-25m-accelerate-transmission-lower-energy-costs-and-maintain-0\"]",
            "html": "<a href=\"/oe/articles/energy-department-awards-25m-accelerate-transmission-lower-energy-costs-and-maintain-0\" data-entity-type=\"node\" data-entity-uuid=\"87b2e09a-69c6-46fa-8560-1d79ce4464a8\" data-entit...",
            "impact": "serious",
            "message": "Accessible name \"Energy Department Awards $2.5M to Accelerate Transmission, Lower Energy Costs, and Maintain a Reliable and Resilient Grid\" does not contain visible text \"Selections\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead84408a2e7",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e6c04074"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/does-office-electricity-reopens-beyond-meter-prize-new-goals-larger-prize-pool\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/articles/does-office-electricity-reopens-beyond-meter-prize-new-goals-larger-prize-pool\"]",
            "html": "<a href=\"/oe/articles/does-office-electricity-reopens-beyond-meter-prize-new-goals-larger-prize-pool\" data-entity-type=\"node\" data-entity-uuid=\"a39a9faa-eadc-4d37-9149-a17fc0692614\" data-entity-substi...",
            "impact": "serious",
            "message": "Accessible name \"DOE’s Office of Electricity Reopens Beyond the Meter Prize with New Goals, Larger Prize Pool\" does not contain visible text \"Prizes\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c70f25099c4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-299332db"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/doe-focuses-energy-storage-manufacturability-improve-production-reduce-costs-0\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/articles/doe-focuses-energy-storage-manufacturability-improve-production-reduce-costs-0\"]",
            "html": "<a href=\"/oe/articles/doe-focuses-energy-storage-manufacturability-improve-production-reduce-costs-0\" data-entity-type=\"node\" data-entity-uuid=\"606072f8-2bb7-4c92-b4b9-f4d26e03825c\" data-entity-substi...",
            "impact": "serious",
            "message": "Accessible name \"DOE Focuses on Energy Storage Manufacturability to Improve Production, Reduce Costs\" does not contain visible text \"Funding Opportunity\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14fce6147a66",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-39faf63c"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/doe-selects-2nd-round-winners-launches-3rd-round-digitizing-utilities-prize\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/oe/articles/doe-selects-2nd-round-winners-launches-3rd-round-digitizing-utilities-prize\"]",
            "html": "<a href=\"/oe/articles/doe-selects-2nd-round-winners-launches-3rd-round-digitizing-utilities-prize\" data-entity-type=\"node\" data-entity-uuid=\"f24efb16-c77a-44e8-91d1-804a898b9dd4\" data-entity-substitut...",
            "impact": "serious",
            "message": "Accessible name \"DOE Selects 2nd Round Winners, Launches 3rd Round of Digitizing Utilities Prize\" does not contain visible text \"Prizes\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44563452585a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-69c89a64"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(17) > td:nth-of-type(2) > a[href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\"]",
            "selector": "tr:nth-of-type(17) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3e2d2accf98",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-a0278197"
          },
          {
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "863ec8e5587f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a29348111f8",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-19a6d5dc"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(20) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "selector": "tr:nth-of-type(20) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7cb14bc93b1",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-6e259d44"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(21) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\"]",
            "selector": "tr:nth-of-type(21) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3a7a9253569",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-d75ba895"
          },
          {
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8219670772d6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5eca81e4158",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b0c275dd"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(30) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\"]",
            "selector": "tr:nth-of-type(30) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17e62e3e4f39",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-6c502d6b"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(32) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "selector": "tr:nth-of-type(32) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f76ea21f5b7b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-0277a6cf"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(49) > td:nth-of-type(2) > a[href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\"]",
            "selector": "tr:nth-of-type(49) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc32e27d7112",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-05f79428"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(50) > td:nth-of-type(2) > a[href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\"]",
            "selector": "tr:nth-of-type(50) > td:nth-of-type(2) > a[href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\"]",
            "html": "<a href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\" data-entity-type=\"node\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-substitution=\"canonical\" title=...",
            "impact": "serious",
            "message": "Accessible name \"Section 242: Hydroelectric Production Incentive Program\" does not contain visible text \"Selections\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e13e717909b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-84aa441d"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(51) > td:nth-of-type(2) > a[href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\"]",
            "selector": "tr:nth-of-type(51) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbbb260c0cd1",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ac0de0e3"
          },
          {
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab44669bbdfe",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-3b24df25"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(54) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "selector": "tr:nth-of-type(54) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806b730f332a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-0a07c56b"
          },
          {
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43930838e930",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7180570ff377",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-7798e598"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/cmei/water/section-247-maintaining-and-enhancing-hydroelectricity-incentives\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/cmei/water/section-247-maintaining-and-enhancing-hydroelectricity-incentives\"]",
            "html": "<a href=\"/cmei/water/section-247-maintaining-and-enhancing-hydroelectricity-incentives\" data-entity-type=\"node\" data-entity-uuid=\"7647db17-93be-4de2-ae4c-10344e2b5321\" data-entity-substitution=\"canoni...",
            "impact": "serious",
            "message": "Accessible name \"Section 247: Maintaining and Enhancing Hydroelectricity Incentives\" does not contain visible text \"Application Guidance\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57ca471321ee",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e3d44069"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "td:nth-of-type(2) > a[href=\"/cmei/water/section-243-hydroelectric-efficiency-improvement-incentives-program\"]",
            "selector": "td:nth-of-type(2) > a[href=\"/cmei/water/section-243-hydroelectric-efficiency-improvement-incentives-program\"]",
            "html": "<a href=\"/cmei/water/section-243-hydroelectric-efficiency-improvement-incentives-program\" data-entity-type=\"node\" data-entity-uuid=\"bbffa5f0-83d8-472f-939b-b01175c23223\" data-entity-substitution=\"cano...",
            "impact": "serious",
            "message": "Accessible name \"Section 243: Hydroelectric Efficiency Improvement Incentives Program\" does not contain visible text \"Application Guidance\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffdd6d7646d4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-aba66fe3"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(61) > td:nth-of-type(2) > a[href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\"]",
            "selector": "tr:nth-of-type(61) > td:nth-of-type(2) > a[href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\"]",
            "html": "<a href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\" data-entity-type=\"node\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-substitution=\"canonical\" title=...",
            "impact": "serious",
            "message": "Accessible name \"Section 242: Hydroelectric Production Incentive Program\" does not contain visible text \"Application Guidance\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e17a9ac44e21",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-4d79124e"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(62) > td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-program\"]",
            "selector": "tr:nth-of-type(62) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ebfee91469a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-864347f2"
          },
          {
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d00d8c9101b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ecc89e09"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(64) > td:nth-of-type(2) > a[href=\"/oe/puerto-rico-energy-resilience-fund\"]",
            "selector": "tr:nth-of-type(64) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "818be1776ffd",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-4c9280dd"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "tr:nth-of-type(68) > td:nth-of-type(2) > a[href=\"/oe/civil-nuclear-credit-program\"]",
            "selector": "tr:nth-of-type(68) > 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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa56e38218f9",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-fba810cf"
          },
          {
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a87a3bb69d06",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0965097f4837",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19b1e472103d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "276b2b3c909a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b121b7a30a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0aead6f9ac8",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e8441b4f14a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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": 254,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 11211,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 1176,
          "failed": 2,
          "cantTell": 8,
          "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-06-04T20:12:09.326Z",
            "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-06-04T20:12:09.326Z",
            "patternId": "A11Y-61c4188c"
          }
        ],
        "outcomeCount": 1233,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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": 79,
          "failed": 13,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cb28881d5b6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa2380836fc4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1c2e36497f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "470d69ec0cd5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee063d767188",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "810fef4c1d12",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "447bbca10a0c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b05aeba0c90",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dca9a75c81c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa39f18f8042",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f3bf33743b6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c9155b128c4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ff1b3ebd2d4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-742c4e27"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 13,
        "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://energy.gov/commercialization",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/contact-us",
      "finalUrl": "https://energy.gov/contact-us",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 10788,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 519,
          "failed": 0,
          "cantTell": 6,
          "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": 573,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b974cecff884",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d1b45b86eb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/design\"] > span",
            "selector": "a[href=\"/design\"] > span",
            "html": "<span>Design</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b44adfe3289",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-7e3cc9aa"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "348c4d305af0",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/digital-engagement-and-media",
      "finalUrl": "https://energy.gov/digital-engagement-and-media",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://energy.gov/EDF",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/funding-opportunities",
      "finalUrl": "https://energy.gov/funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "The Genesis Mission | Department of Energy",
      "elapsedMs": 11142,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 928,
          "failed": 1,
          "cantTell": 10,
          "inapplicable": 42
        },
        "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",
          "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",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3",
            "html": "<h3>The Genesis Mission unites DOE National Labs, industry, academia, and more to harness AI for breakthroughs in energy dominance, discovery science, and national security.</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": "7f04d31072f4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-09c71066"
          }
        ],
        "outcomeCount": 981,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c53fac1fd6b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1057d7f2b9fd",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div > h3",
            "selector": "div > h3",
            "html": "<h3>The Genesis Mission unites DOE National Labs, industry, academia, and more to harness AI for breakthroughs in energy dominance, discovery science, and national security.</h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3eb2dac3608",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-67d37bbe"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5730811d14fc",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/internships-fellowships",
      "finalUrl": "https://energy.gov/internships-fellowships",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 260,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/mission",
      "finalUrl": "https://energy.gov/mission",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/newsroom",
      "finalUrl": "https://energy.gov/newsroom",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/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",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 11195,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 797,
          "failed": 1,
          "cantTell": 6,
          "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-06-04T20:12:09.326Z",
            "patternId": "A11Y-f3558c16"
          }
        ],
        "outcomeCount": 850,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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": 85,
          "failed": 7,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84d10f85333f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36244b3fb528",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab6265d4cf3d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f31237e7d0ab",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c10243cabb5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91046b5d7e5e",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b7885b641b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-7cbabde3"
          }
        ],
        "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/our-leadership-offices",
      "finalUrl": "https://energy.gov/our-leadership-offices",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/power-marketing-administrations",
      "finalUrl": "https://energy.gov/power-marketing-administrations",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://energy.gov/state-american-energy-promises-made-promises-kept",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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",
      "finalUrl": "https://energy.gov/topics",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://www.energy.gov/us-department-energy-national-laboratories",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "U.S Department of Energy National Laboratories | Department of Energy",
      "elapsedMs": 33940,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 1610,
          "failed": 0,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [],
        "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-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",
          "valid-lang"
        ],
        "failures": [],
        "outcomeCount": 1657,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-alt-words",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4fbbafb8f2b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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_square/public/2024-11/49946260683_8e5501ec4b_k.jpg?itok=mabIAR22\" width=\"800\" height=\"800\" alt=\"Photo of two gloved hands holding a petr...",
            "impact": "minor",
            "message": "Alt text \"Photo of two gloved hands holding a petri dish up against a light\" starts with redundant prefix \"photo\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21a99b0fff90",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-71207254"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09937a1e715b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da4bc16f3303",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/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": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 11319,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 1100,
          "failed": 0,
          "cantTell": 6,
          "inapplicable": 41
        },
        "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",
          "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": 1147,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "905577201bc9",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c94716f4abd",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb7b0b5f5c1b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e9ad1142f1c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/whistleblower-protection-and-nondisclosure-agreements",
      "finalUrl": "https://energy.gov/whistleblower-protection-and-nondisclosure-agreements",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/work-us-department-energy",
      "finalUrl": "https://energy.gov/work-us-department-energy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Department Announces $171.5 Million To Expand U.S. Geothermal Energy | Department of Energy",
      "elapsedMs": 10768,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 608,
          "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",
          "presentation-role-conflict",
          "region",
          "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": "f90a37e7d729",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 658,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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": 85,
          "failed": 7,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region",
          "navigable/heading-order",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b615ac06ee2",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12938caa4cfd",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics\"] > span",
            "selector": "a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21ce9e497980",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-51383251"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/geothermal\"] > span",
            "selector": "a[href=\"/topics/geothermal\"] > span",
            "html": "<span>Geothermal</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6480a2ca378b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-22b88659"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "ol > li:nth-of-type(4) > span",
            "selector": "ol > li:nth-of-type(4) > span",
            "html": "<span>Energy Department Announces $171.5 Million To Expand U.S. Geothermal Energy</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03d272fccf59",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ac2ca197"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa89cdd09586",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c538050dca6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "finalUrl": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Department Announces Largest Loan in Department History, Delivering Over $7 Billion in Electricity Cost Savings for Georgia and Alabama Customers | Department of Energy",
      "elapsedMs": 10909,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 632,
          "failed": 1,
          "cantTell": 4,
          "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": "7812cc68373d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 682,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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": 85,
          "failed": 7,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region",
          "navigable/heading-order",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47141d45a0ec",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd8a712d432f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics\"] > span",
            "selector": "a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31392f865afc",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-51383251"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/electric-grids\"] > span",
            "selector": "a[href=\"/topics/electric-grids\"] > span",
            "html": "<span>Electric Grids</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01fe3cde7d15",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-06905d52"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "ol > li:nth-of-type(4) > span",
            "selector": "ol > li:nth-of-type(4) > span",
            "html": "<span>Energy Department Announces Largest Loan in Department History, Delivering Over $7 Billion in Electricity Cost Savings for Georgia and Alabama Customers</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72c14e48178a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ac2ca197"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99c911bfd7a5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64fe5911dada",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "finalUrl": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "finalUrl": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "FACT SHEET: The Energy Department is Lowering Electricity Costs in Georgia and Alabama | Department of Energy",
      "elapsedMs": 10996,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 641,
          "failed": 1,
          "cantTell": 3,
          "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",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "center > h3",
            "html": "<h3><em><strong>The Trump Administration’s Investments Will Help Save Americans in Georgia and Alabama Over $7 Billion in Electricity Costs</strong></em></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": "3b0d48529fad",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-da731503"
          }
        ],
        "outcomeCount": 692,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "landmarks/region",
          "navigable/heading-order",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "626b65104a69",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58076687f954",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama\"] > span",
            "selector": "a[href=\"/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama\"] > span",
            "html": "<span>FACT SHEET: The Energy Department is Lowering Electricity Costs in Georgia and Alabama</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a2c226c0d49",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-7bb37f3b"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "center > h3",
            "selector": "center > h3",
            "html": "<h3><em><strong>The Trump Administration’s Investments Will Help Save Americans in Georgia and Alabama Over $7 Billion in Electricity Costs</strong></em></h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4944d519240f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ccd3c2e5"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d6b8fa2bebf",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
      "finalUrl": "https://energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/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",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "DOE&#039;s Use of Federal Power Act Emergency Authority | Department of Energy",
      "elapsedMs": 10791,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 678,
          "failed": 0,
          "cantTell": 6,
          "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": 732,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af4479e17b49",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/ceser\"] > span",
            "selector": "a[href=\"/ceser\"] > span",
            "html": "<span>Office of Cybersecurity, Energy Security, and Emergency Response</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f184d168fc5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-78c7d575"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/ceser/does-use-federal-power-act-emergency-authority\"] > span",
            "selector": "a[href=\"/ceser/does-use-federal-power-act-emergency-authority\"] > span",
            "html": "<span>DOE's Use of Federal Power Act Emergency Authority</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1fb48557ffc",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-8927ba90"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17b17f93580",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/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": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://energy.gov/cio/privacy-program",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/energysaver/energy-saver",
      "finalUrl": "https://www.energy.gov/energysaver/energy-saver",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Saver | Department of Energy",
      "elapsedMs": 11322,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 1023,
          "failed": 0,
          "cantTell": 30,
          "inapplicable": 44
        },
        "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-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1097,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f766cf49638",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0670d07ebb87",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "082e8a660123",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/femp/federal-energy-management-program-funding-opportunities",
      "finalUrl": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/gc/freedom-information-act",
      "finalUrl": "https://energy.gov/gc/freedom-information-act",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 251,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Current Funding and Technical Assistance Opportunities | Department of Energy",
      "elapsedMs": 12181,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 1700,
          "failed": 1,
          "cantTell": 16,
          "inapplicable": 35
        },
        "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",
          "autocomplete-valid",
          "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": "h4",
            "html": "<h4>Other Funding and Opportunities</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": "9baacf8ace82",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-61c4188c"
          }
        ],
        "outcomeCount": 1752,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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": 27,
          "failed": 65,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/td-has-header",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/aria-input-field-name",
          "labels-and-names/form-label",
          "labels-and-names/label-content-mismatch",
          "landmarks/region",
          "navigable/heading-order",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "417c1bbdb9f1",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "rule": "adaptable/td-has-header",
            "xpath": "#DataTables_Table_0 > tbody > tr:nth-of-type(1) > td:nth-of-type(1)",
            "selector": "#DataTables_Table_0 > tbody > tr:nth-of-type(1) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">6/12/26</td>",
            "impact": "serious",
            "message": "Data cell has no associated header. Add th elements with scope, or headers attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b35634af13b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-693b1b1f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/indianenergy\"] > span",
            "selector": "a[href=\"/indianenergy\"] > span",
            "html": "<span>Office of Indian Energy Policy and Programs</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf6ea4cdc585",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-088ee934"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/indianenergy/funding\"] > span",
            "selector": "a[href=\"/indianenergy/funding\"] > span",
            "html": "<span>Funding</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e3a182c9332",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-5704ca4c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/indianenergy/current-funding-and-technical-assistance-opportunities\"] > span",
            "selector": "a[href=\"/indianenergy/current-funding-and-technical-assistance-opportunities\"] > span",
            "html": "<span>Current Funding and Technical Assistance Opportunities</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59877f27aab4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b6ae81e9"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"DEADLINE: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"DEADLINE: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"DEADLINE: activate to sort column ascending\">DEADLINE</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04df56a5bbba",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-925ba7af"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"TITLE & LINK: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"TITLE & LINK: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"TITLE &amp; LINK: activate to sort column ascending\">TITLE &amp; LINK</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fab92aaae23",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-27c0fb8b"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"TYPE: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"TYPE: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"TYPE: activate to sort column ascending\">TYPE</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a4f1488b694",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-c781314c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"FOCUS AREA: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"FOCUS AREA: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"FOCUS AREA: activate to sort column ascending\">FOCUS AREA</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1327f579ed8",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-69723d6c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"AGENCY: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"AGENCY: activate to sort column ascending\"]",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"AGENCY: activate to sort column ascending\">AGENCY</th>",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e703d4225b80",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-867e0aa1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"DESCRIPTION: activate to sort column ascending\"]",
            "selector": "tr:nth-of-type(2) > th[aria-label=\"DESCRIPTION: activate to sort column ascending\"]",
            "html": "<th class=\"sorting dtr-hidden\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"DESCRIPTION: activate to sort column ascending\" style=\"display: none;\">DESCRIPTION</t...",
            "impact": "moderate",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60243f220356",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2b2ee634"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#DataTables_Table_0 > tbody > tr:nth-of-type(1) > td:nth-of-type(1)",
            "selector": "#DataTables_Table_0 > tbody > tr:nth-of-type(1) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">6/12/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2d35b429610",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-527dff68"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#DataTables_Table_0 > tbody > tr:nth-of-type(2) > td:nth-of-type(1)",
            "selector": "#DataTables_Table_0 > tbody > tr:nth-of-type(2) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">6/15/2026; 6/30/2026</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bd6fd86be86",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-fb29098c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#DataTables_Table_0 > tbody > tr:nth-of-type(3) > td:nth-of-type(1)",
            "selector": "#DataTables_Table_0 > tbody > tr:nth-of-type(3) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">6/18/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be1db2b193f5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-45131cdd"
          },
          {
            "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\" tabindex=\"0\">6/18/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c702d7c9776",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\" tabindex=\"0\">6/19/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "602bdfa2278b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\" tabindex=\"0\">6/26/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2ba5664becb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\" tabindex=\"0\">6/29/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5b2e25578eb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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\" tabindex=\"0\">6/29/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "862b534184bd",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-da315134"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(9) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(9) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">6/30/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c868ee67509",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-cea6fd34"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(10) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(10) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/2/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "543af6532437",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-17068e1b"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(11) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(11) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/6/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24b208b72797",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9b91c128"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(12) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(12) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/10/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6930b95ff600",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-f383999e"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(13) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(13) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/15/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8da2ac64fcb2",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-6298a3cb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(14) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(14) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/16/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df0d4f7f26fa",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-520b8ecf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(15) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(15) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/16/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd07f9a92ea8",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-bc0aedf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(16) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(16) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/16/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c6e2ed67e65",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-8c32b358"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(17) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(17) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/23/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eadd5cc22910",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b42f8745"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(18) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(18) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">7/28/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abfb863471c4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ef63c9fc"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(19) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(19) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">8/25/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08ecfb64e44c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b3c1d613"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(20) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(20) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">9/30/26</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d30fdb39a8cb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-8e7f94cb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(21) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(21) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">8/26/27</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4681f324a4c6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-f4137503"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(22) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(22) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">8/26/27</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cec308fe55b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-52c2f804"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(23) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(23) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">9/8/27</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "158da4db8d8e",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9329d6f3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(24) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(24) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3fb52e3742e",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-34cf6afd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(25) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(25) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b75a3107394c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-d004771f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(26) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(26) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "133a46334b2a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-17a6ffe8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(27) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(27) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcc875b51ca7",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-5e9cc61e"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(28) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(28) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f689871a804d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-43e030b9"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(29) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(29) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adba9cad9169",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-a44c5b28"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(30) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(30) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be8911535e73",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-d82af114"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(31) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(31) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dce0bf2a1809",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e2a63dfa"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(32) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(32) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95dcc6ffb89c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-63ed3020"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(33) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(33) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4a3c2c44b69",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72f24b45"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(34) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(34) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddf5169450ce",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ec41c78a"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(35) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(35) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7811f3b8ca00",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ece89420"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(36) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(36) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a54346d9506",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ef313831"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(37) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(37) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2c67cf1f619",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-8c0ed627"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(38) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(38) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bf51812f325",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-78fcc125"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(39) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(39) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bab773ce4bd2",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ba840e5a"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(40) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(40) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e3c404a096c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-62d7c36a"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(41) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(41) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "330a5e753ac5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-fbc4f68b"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(42) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(42) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "688a6d7b4a23",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-3d75390e"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(43) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(43) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d94ae15e42ae",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-518fbc8e"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(44) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(44) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdff2ac32af5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-18b785e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(45) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(45) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b5e950f313",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ab52590b"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(46) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(46) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Ongoing</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edafeb32ad85",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-dd6d31f0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(47) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(47) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Planned</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c66b35d4ee05",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2bb79d0d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(48) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(48) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Planned</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81bab27fd3d8",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-cbfd65fd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "tr:nth-of-type(49) > td:nth-of-type(1)",
            "selector": "tr:nth-of-type(49) > td:nth-of-type(1)",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">Planned</td>",
            "impact": "moderate",
            "message": "Non-interactive <td> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96be24cf7d99",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-bf2cc00d"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "div > h4",
            "selector": "div > h4",
            "html": "<h4>Other Funding and Opportunities</h4>",
            "impact": "moderate",
            "message": "Heading level 4 skipped from level 2. Use h3 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbb112f98bd3",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c87be4ee6486",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "rule": "labels-and-names/form-label",
            "xpath": "#-chosen-search-results",
            "selector": "#-chosen-search-results",
            "html": "<ul class=\"chosen-results\" role=\"listbox\" id=\"-chosen-search-results\"></ul>",
            "impact": "critical",
            "message": "Form element has no accessible label.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb87ae0e7e74",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-fca77414"
          },
          {
            "rule": "labels-and-names/label-content-mismatch",
            "xpath": "p:nth-of-type(2) > a[href=\"/node/4532836?isExternalResource=1\"]",
            "selector": "p:nth-of-type(2) > a[href=\"/node/4532836?isExternalResource=1\"]",
            "html": "<a href=\"/node/4532836?isExternalResource=1\" aria-label=\"https://www.energy.gov/node/4532836?isExternalResource=1\" data-once=\"links\" class=\"ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow ...",
            "impact": "serious",
            "message": "Accessible name \"https://www.energy.gov/node/4532836?isExternalResource=1\" does not contain visible text \"Office of Indian Energy email list\".",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2fcd6548edb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-c9758e2c"
          },
          {
            "rule": "labels-and-names/aria-input-field-name",
            "xpath": "#-chosen-search-results",
            "selector": "#-chosen-search-results",
            "html": "<ul class=\"chosen-results\" role=\"listbox\" id=\"-chosen-search-results\"></ul>",
            "impact": "serious",
            "message": "ARIA input field has no accessible name.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74c4c41597c9",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b58fade6"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 65,
        "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/lm/history",
      "finalUrl": "https://energy.gov/lm/history",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/mesc/funding",
      "finalUrl": "https://energy.gov/mesc/funding",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://energy.gov/nnsa/national-nuclear-security-administration",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/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": 256,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://www.energy.gov/science/office-science-funding-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Office of Science Funding Opportunities | Department of Energy",
      "elapsedMs": 11221,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 733,
          "failed": 0,
          "cantTell": 15,
          "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": 795,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "143bd3392e62",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/science\"] > span",
            "selector": "a[href=\"/science\"] > span",
            "html": "<span>Office of Science</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdd3327673f4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-afe9bf50"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/science/office-science-funding\"] > span",
            "selector": "a[href=\"/science/office-science-funding\"] > span",
            "html": "<span>Funding</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f50af1bfac5b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e4c759a5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/science/office-science-funding-opportunities\"] > span",
            "selector": "a[href=\"/science/office-science-funding-opportunities\"] > span",
            "html": "<span>Office of Science Funding Opportunities</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d43d405ffbc0",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-4c52726d"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a2d111db684",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/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": 282,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/american-manufacturing",
      "finalUrl": "https://energy.gov/topics/american-manufacturing",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/artificial-intelligence",
      "finalUrl": "https://energy.gov/topics/artificial-intelligence",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/cybersecurity",
      "finalUrl": "https://energy.gov/topics/cybersecurity",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://energy.gov/topics/earth-systems-modeling",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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-security",
      "finalUrl": "https://www.energy.gov/topics/energy-security",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Security | Department of Energy",
      "elapsedMs": 11451,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 16,
          "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": 882,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57af83f7b24d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42908d7e4fa9",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/topics\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fe43a512785",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-978a3204"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/topics\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aa09e2ca9bd",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-f41f3841"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/energy-security\"] > span",
            "selector": "a[href=\"/topics/energy-security\"] > span",
            "html": "<span>Energy Security</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16cf7591d949",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-c5660fad"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > span",
            "selector": "li:nth-of-type(5) > span",
            "html": "<span>Energy Security</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41accc180ea7",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9ac9f411"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee1ddbe24e6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/topics/energy-workforce",
      "finalUrl": "https://energy.gov/topics/energy-workforce",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/environmental-and-legacy-management",
      "finalUrl": "https://energy.gov/topics/environmental-and-legacy-management",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/about-us/web-policies/privacy",
      "finalUrl": "https://energy.gov/about-us/web-policies/privacy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/articles/vulnerability-disclosure-policy",
      "finalUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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://energy.gov/eere/funding/eere-funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/scep/wap/weatherization-assistance-program",
      "finalUrl": "https://energy.gov/scep/wap/weatherization-assistance-program",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/national-science-bowl",
      "finalUrl": "https://energy.gov/topics/national-science-bowl",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 16914,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 1360,
          "failed": 6,
          "cantTell": 9,
          "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": "#\\35 37680707",
            "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/4f38b487/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": "c92125fecba2",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-807a941d"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 97858899",
            "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/4f38b487/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": "380ffb1c4a5c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-edd5ab2b"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 77097957",
            "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/4f38b487/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": "8f1a9eafe784",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e1adfb95"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 37680707",
            "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 97858899",
            "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 77097957",
            "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": 1417,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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": 85,
          "failed": 7,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "landmarks/region",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc844d9a0732",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8620f71f4ff",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/topics\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40fef205017a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-978a3204"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/topics\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec343791eef6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-f41f3841"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/grid-deployment-and-transmission\"] > span",
            "selector": "a[href=\"/topics/grid-deployment-and-transmission\"] > span",
            "html": "<span>Grid Deployment and Transmission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ced59d16425f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e60b7f48"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > span",
            "selector": "li:nth-of-type(5) > span",
            "html": "<span>Grid Deployment and Transmission</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b2ed08c8f4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9ac9f411"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d84467c47ac",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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": 3
    },
    {
      "submittedUrl": "https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
      "finalUrl": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Department of Energy",
      "elapsedMs": 10426,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 479,
          "failed": 1,
          "cantTell": 3,
          "inapplicable": 45
        },
        "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",
          "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-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=\"\">",
            "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": "0ae4201f203b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-8ffe183e"
          }
        ],
        "outcomeCount": 528,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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/form-label",
          "landmarks/region",
          "text-alternatives/image-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abe3d8f4e185",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7828d4c6d335",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a3cdd5def7a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "744f573024ed",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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=\"\">",
            "impact": "critical",
            "message": "Form element has no accessible label.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1df18e832eb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-7801348d"
          }
        ],
        "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/tribal-energy-access",
      "finalUrl": "https://energy.gov/topics/tribal-energy-access",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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/research-technology-and-economic-security",
      "finalUrl": "https://www.energy.gov/topics/research-technology-and-economic-security",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Research, Technology, and Economic Security | Department of Energy",
      "elapsedMs": 11466,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 942,
          "failed": 0,
          "cantTell": 25,
          "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": 1015,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "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-redundant-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/image-redundant-alt",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "selector": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "impact": "minor",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d69b8af375f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "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).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcd5431fea89",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"/topics\"] > span",
            "selector": "li:nth-of-type(2) > a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7424126822cc",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-978a3204"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"/topics\"] > span",
            "selector": "li:nth-of-type(3) > a[href=\"/topics\"] > span",
            "html": "<span>Topics</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85b52d57d23a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-f41f3841"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "a[href=\"/topics/research-technology-and-economic-security\"] > span",
            "selector": "a[href=\"/topics/research-technology-and-economic-security\"] > span",
            "html": "<span>Research, Technology, and Economic Security</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e5ddf8ee408",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-66ff6044"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > span",
            "selector": "li:nth-of-type(5) > span",
            "html": "<span>Research, Technology, and Economic Security</span>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05ffe7260f7f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9ac9f411"
          },
          {
            "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.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c042105afd19",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "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/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",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "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": "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": 55,
        "examples": [
          {
            "url": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"DEADLINE: activate to sort column ascending\">DEADLINE</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"DEADLINE: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "04df56a5bbba",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-925ba7af"
          },
          {
            "url": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"TITLE &amp; LINK: activate to sort column ascending\">TITLE &amp; LINK</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"TITLE & LINK: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7fab92aaae23",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-27c0fb8b"
          },
          {
            "url": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"TYPE: activate to sort column ascending\">TYPE</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"TYPE: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6a4f1488b694",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-c781314c"
          },
          {
            "url": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"FOCUS AREA: activate to sort column ascending\">FOCUS AREA</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"FOCUS AREA: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "c1327f579ed8",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-69723d6c"
          },
          {
            "url": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<th class=\"sorting\" tabindex=\"0\" aria-controls=\"DataTables_Table_0\" rowspan=\"1\" colspan=\"1\" aria-label=\"AGENCY: activate to sort column ascending\">AGENCY</th>",
            "xpath": "tr:nth-of-type(2) > th[aria-label=\"AGENCY: activate to sort column ascending\"]",
            "message": "Non-interactive <th> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e703d4225b80",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-867e0aa1"
          }
        ]
      },
      {
        "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": 48,
        "examples": [
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span>Office of Electricity</span>",
            "xpath": "a[href=\"/oe\"] > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "32f4fdeeabff",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b009b724"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span>Funding Opportunities and Requests for Information</span>",
            "xpath": "a[href=\"/oe/funding-opportunities-and-requests-information\"] > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6f3a842027aa",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-336332c2"
          },
          {
            "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).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "fa2380836fc4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          },
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<span>Budget &amp; Performance</span>",
            "xpath": "a[href=\"/budget-performance\"] > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1b1c2e36497f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-dc01e1d6"
          },
          {
            "url": "https://energy.gov/design",
            "html": "<span>Energy.gov</span>",
            "xpath": "a[href=\"/\"] > span",
            "message": "Insufficient color contrast ratio of 1.08:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "70d1b45b86eb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2d67b94f"
          }
        ]
      },
      {
        "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": 44,
        "examples": [
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/articles/energy-department-awards-25m-accelerate-transmission-lower-energy-costs-and-maintain-0\" data-entity-type=\"node\" data-entity-uuid=\"87b2e09a-69c6-46fa-8560-1d79ce4464a8\" data-entit...",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/energy-department-awards-25m-accelerate-transmission-lower-energy-costs-and-maintain-0\"]",
            "message": "Accessible name \"Energy Department Awards $2.5M to Accelerate Transmission, Lower Energy Costs, and Maintain a Reliable and Resilient Grid\" does not contain visible text \"Selections\".",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ead84408a2e7",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e6c04074"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/articles/does-office-electricity-reopens-beyond-meter-prize-new-goals-larger-prize-pool\" data-entity-type=\"node\" data-entity-uuid=\"a39a9faa-eadc-4d37-9149-a17fc0692614\" data-entity-substi...",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/does-office-electricity-reopens-beyond-meter-prize-new-goals-larger-prize-pool\"]",
            "message": "Accessible name \"DOE’s Office of Electricity Reopens Beyond the Meter Prize with New Goals, Larger Prize Pool\" does not contain visible text \"Prizes\".",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "9c70f25099c4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-299332db"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/articles/doe-focuses-energy-storage-manufacturability-improve-production-reduce-costs-0\" data-entity-type=\"node\" data-entity-uuid=\"606072f8-2bb7-4c92-b4b9-f4d26e03825c\" data-entity-substi...",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/doe-focuses-energy-storage-manufacturability-improve-production-reduce-costs-0\"]",
            "message": "Accessible name \"DOE Focuses on Energy Storage Manufacturability to Improve Production, Reduce Costs\" does not contain visible text \"Funding Opportunity\".",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "14fce6147a66",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-39faf63c"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a href=\"/oe/articles/doe-selects-2nd-round-winners-launches-3rd-round-digitizing-utilities-prize\" data-entity-type=\"node\" data-entity-uuid=\"f24efb16-c77a-44e8-91d1-804a898b9dd4\" data-entity-substitut...",
            "xpath": "td:nth-of-type(2) > a[href=\"/oe/articles/doe-selects-2nd-round-winners-launches-3rd-round-digitizing-utilities-prize\"]",
            "message": "Accessible name \"DOE Selects 2nd Round Winners, Launches 3rd Round of Digitizing Utilities Prize\" does not contain visible text \"Prizes\".",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "44563452585a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-69c89a64"
          },
          {
            "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(17) > 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\".",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b3e2d2accf98",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-a0278197"
          }
        ]
      },
      {
        "rule": "text-alternatives/image-redundant-alt",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 19,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "297b4c106fd0",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "13f23e526612",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2cb28881d5b6",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "url": "https://energy.gov/design",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b974cecff884",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<img src=\"/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpeg\" alt=\"Hydrocarbons and Geothermal Energy Office\">",
            "xpath": "a[href=\"/hgeo/hydrocarbons-and-geothermal-energy-office\"] > div > img",
            "message": "Alt text \"Hydrocarbons and Geothermal Energy Office\" duplicates surrounding a text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7c53fac1fd6b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-59c617f9"
          }
        ]
      },
      {
        "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": 19,
        "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "60e961e9ac83",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6d5c28f38f6f",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "810fef4c1d12",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "348c4d305af0",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72a3de1c"
          },
          {
            "url": "https://energy.gov/genesis",
            "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "5730811d14fc",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-72a3de1c"
          }
        ]
      },
      {
        "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": "best-practice"
        },
        "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "9fe8fc403af3",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e43b0c47"
          },
          {
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bceac92fbd3d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<h3>The Genesis Mission unites DOE National Labs, industry, academia, and more to harness AI for breakthroughs in energy dominance, discovery science, and national security.</h3>",
            "xpath": "h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7f04d31072f4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-09c71066"
          },
          {
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "3a6bbfd97912",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-f3558c16"
          },
          {
            "url": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f90a37e7d729",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9f5de03c"
          }
        ]
      },
      {
        "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "470d69ec0cd5",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e887ef12"
          },
          {
            "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ee063d767188",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-bbe32fbb"
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<h3>The Genesis Mission unites DOE National Labs, industry, academia, and more to harness AI for breakthroughs in energy dominance, discovery science, and national security.</h3>",
            "xpath": "div > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f3eb2dac3608",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-67d37bbe"
          },
          {
            "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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f31237e7d0ab",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-991848ee"
          },
          {
            "url": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
            "html": "<h3>Media Inquiries:</h3>",
            "xpath": "div:nth-of-type(1) > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "aa89cdd09586",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-632cc492"
          }
        ]
      },
      {
        "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "16e5c3809ecf",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-2cc32b8f"
          },
          {
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bcaede5ed58a",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-64eb7ad1"
          },
          {
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "307a434832e3",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-f48870f7"
          },
          {
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "61196ffe00c4",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-ca5c93cb"
          },
          {
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "da62475f5f80",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-a66310b3"
          }
        ]
      },
      {
        "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>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f927321dce68",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-d6fb582e"
          },
          {
            "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>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "78ab1a022e83",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-246b43d2"
          },
          {
            "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>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d77ef4255f43",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-9bf417b3"
          },
          {
            "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>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d89afeda70cb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-813dd27e"
          },
          {
            "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>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1b701b8f5153",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-a35be255"
          }
        ]
      },
      {
        "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": 4,
        "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/4f38b487/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\34 3386915",
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bcffacccbe6d",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-bacad8ee"
          },
          {
            "url": "https://energy.gov/topics/grid-deployment-and-transmission",
            "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/4f38b487/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\35 37680707",
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "c92125fecba2",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-807a941d"
          },
          {
            "url": "https://energy.gov/topics/grid-deployment-and-transmission",
            "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/4f38b487/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\35 97858899",
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "380ffb1c4a5c",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-edd5ab2b"
          },
          {
            "url": "https://energy.gov/topics/grid-deployment-and-transmission",
            "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/4f38b487/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\35 77097957",
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8f1a9eafe784",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-e1adfb95"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<ul class=\"chosen-results\" role=\"listbox\" id=\"-chosen-search-results\"></ul>",
            "xpath": "#-chosen-search-results",
            "message": "Form element has no accessible label.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "cb87ae0e7e74",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-fca77414"
          },
          {
            "url": "https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
            "html": "<input type=\"text\" name=\"keywords\" class=\"usa-input\" value=\"\">",
            "xpath": "div > input[name=\"keywords\"]",
            "message": "Form element has no accessible label.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e1df18e832eb",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-7801348d"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://energy.gov/us-department-energy-national-laboratories",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/collection_square/public/2024-11/49946260683_8e5501ec4b_k.jpg?itok=mabIAR22\" width=\"800\" height=\"800\" alt=\"Photo of two gloved hands holding a petr...",
            "xpath": "li:nth-of-type(3) > article > div > div:nth-of-type(1) > div > img",
            "message": "Alt text \"Photo of two gloved hands holding a petri dish up against a light\" starts with redundant prefix \"photo\".",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "21a99b0fff90",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-71207254"
          }
        ]
      },
      {
        "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/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<td class=\"dtr-control\" tabindex=\"0\">6/12/26</td>",
            "xpath": "#DataTables_Table_0 > tbody > 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.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "3b35634af13b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-693b1b1f"
          }
        ]
      },
      {
        "rule": "labels-and-names/aria-input-field-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": 1,
        "examples": [
          {
            "url": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
            "html": "<ul class=\"chosen-results\" role=\"listbox\" id=\"-chosen-search-results\"></ul>",
            "xpath": "#-chosen-search-results",
            "message": "ARIA input field has no accessible name.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "74c4c41597c9",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-b58fade6"
          }
        ]
      },
      {
        "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/topics/puerto-rico-grid-resilience-and-modernization",
            "html": "<input type=\"text\" name=\"keywords\" class=\"usa-input\" value=\"\">",
            "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",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "0ae4201f203b",
            "firstSeenAt": "2026-06-04T20:12:09.326Z",
            "patternId": "A11Y-8ffe183e"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 9,
      "Visual Designer": 0,
      "Content Author": 8,
      "Front-End Developer": 213
    },
    "severityStats": {
      "Critical": 1,
      "Serious": 0,
      "Moderate": 220,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 221,
    "resolvedCount": 0,
    "newIssues": [
      {
        "fingerprint": "16e5c3809ecf",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bcaede5ed58a",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "307a434832e3",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "61196ffe00c4",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da62475f5f80",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bcffacccbe6d",
        "url": "https://www.energy.gov/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "297b4c106fd0",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "60e961e9ac83",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f927321dce68",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria/aria-allowed-role|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78ab1a022e83",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria/aria-allowed-role|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d77ef4255f43",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria/aria-allowed-role|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d89afeda70cb",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria/aria-allowed-role|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b701b8f5153",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria/aria-allowed-role|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13f23e526612",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "32f4fdeeabff",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6f3a842027aa",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6d5c28f38f6f",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ead84408a2e7",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c70f25099c4",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "14fce6147a66",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "44563452585a",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b3e2d2accf98",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "863ec8e5587f",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7a29348111f8",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c7cb14bc93b1",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a3a7a9253569",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8219670772d6",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b5eca81e4158",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "17e62e3e4f39",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f76ea21f5b7b",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cc32e27d7112",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4e13e717909b",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bbbb260c0cd1",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab44669bbdfe",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "806b730f332a",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "43930838e930",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7180570ff377",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "57ca471321ee",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ffdd6d7646d4",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e17a9ac44e21",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2ebfee91469a",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d00d8c9101b",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "818be1776ffd",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa56e38218f9",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a87a3bb69d06",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0965097f4837",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "19b1e472103d",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "276b2b3c909a",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "30b121b7a30a",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0aead6f9ac8",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3e8441b4f14a",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9fe8fc403af3",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bceac92fbd3d",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2cb28881d5b6",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fa2380836fc4",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b1c2e36497f",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "470d69ec0cd5",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ee063d767188",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "810fef4c1d12",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "447bbca10a0c",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4b05aeba0c90",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8dca9a75c81c",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa39f18f8042",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4f3bf33743b6",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c9155b128c4",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ff1b3ebd2d4",
        "url": "https://www.energy.gov/budget-performance",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b974cecff884",
        "url": "https://www.energy.gov/design",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "70d1b45b86eb",
        "url": "https://www.energy.gov/design",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7b44adfe3289",
        "url": "https://www.energy.gov/design",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "348c4d305af0",
        "url": "https://www.energy.gov/design",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7f04d31072f4",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c53fac1fd6b",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1057d7f2b9fd",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f3eb2dac3608",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5730811d14fc",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3a6bbfd97912",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84d10f85333f",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36244b3fb528",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab6265d4cf3d",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f31237e7d0ab",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2c10243cabb5",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "91046b5d7e5e",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48b7885b641b",
        "url": "https://www.energy.gov/open-government",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4fbbafb8f2b",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "21a99b0fff90",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:text-alternatives/image-alt-words|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "09937a1e715b",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "da4bc16f3303",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "905577201bc9",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c94716f4abd",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb7b0b5f5c1b",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e9ad1142f1c",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f90a37e7d729",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b615ac06ee2",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "12938caa4cfd",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "21ce9e497980",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6480a2ca378b",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "03d272fccf59",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa89cdd09586",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c538050dca6",
        "url": "https://www.energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7812cc68373d",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "47141d45a0ec",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dd8a712d432f",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "31392f865afc",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "01fe3cde7d15",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "72c14e48178a",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "99c911bfd7a5",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64fe5911dada",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3b0d48529fad",
        "url": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "626b65104a69",
        "url": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "58076687f954",
        "url": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5a2c226c0d49",
        "url": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4944d519240f",
        "url": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d6b8fa2bebf",
        "url": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af4479e17b49",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3f184d168fc5",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b1fb48557ffc",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a17b17f93580",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f766cf49638",
        "url": "https://www.energy.gov/energysaver/energy-saver",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0670d07ebb87",
        "url": "https://www.energy.gov/energysaver/energy-saver",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "082e8a660123",
        "url": "https://www.energy.gov/energysaver/energy-saver",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9baacf8ace82",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "417c1bbdb9f1",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3b35634af13b",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:adaptable/td-has-header|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf6ea4cdc585",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0e3a182c9332",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "59877f27aab4",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04df56a5bbba",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7fab92aaae23",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6a4f1488b694",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c1327f579ed8",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e703d4225b80",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "60243f220356",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b2d35b429610",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3bd6fd86be86",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "be1db2b193f5",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c702d7c9776",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "602bdfa2278b",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f2ba5664becb",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5b2e25578eb",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "862b534184bd",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c868ee67509",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "543af6532437",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "24b208b72797",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6930b95ff600",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8da2ac64fcb2",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "df0d4f7f26fa",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fd07f9a92ea8",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8c6e2ed67e65",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eadd5cc22910",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "abfb863471c4",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "08ecfb64e44c",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d30fdb39a8cb",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4681f324a4c6",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9cec308fe55b",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "158da4db8d8e",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f3fb52e3742e",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b75a3107394c",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "133a46334b2a",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bcc875b51ca7",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f689871a804d",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "adba9cad9169",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "be8911535e73",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dce0bf2a1809",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "95dcc6ffb89c",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b4a3c2c44b69",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ddf5169450ce",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7811f3b8ca00",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5a54346d9506",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f2c67cf1f619",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0bf51812f325",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bab773ce4bd2",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6e3c404a096c",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "330a5e753ac5",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "688a6d7b4a23",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d94ae15e42ae",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bdff2ac32af5",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "08b5e950f313",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "edafeb32ad85",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c66b35d4ee05",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81bab27fd3d8",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "96be24cf7d99",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cbb112f98bd3",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c87be4ee6486",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb87ae0e7e74",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:labels-and-names/form-label|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b2fcd6548edb",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:labels-and-names/label-content-mismatch|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "74c4c41597c9",
        "url": "https://www.energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
        "ruleKey": "rule:labels-and-names/aria-input-field-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "143bd3392e62",
        "url": "https://www.energy.gov/science/office-science-funding-opportunities",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bdd3327673f4",
        "url": "https://www.energy.gov/science/office-science-funding-opportunities",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f50af1bfac5b",
        "url": "https://www.energy.gov/science/office-science-funding-opportunities",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d43d405ffbc0",
        "url": "https://www.energy.gov/science/office-science-funding-opportunities",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1a2d111db684",
        "url": "https://www.energy.gov/science/office-science-funding-opportunities",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "57af83f7b24d",
        "url": "https://www.energy.gov/topics/energy-security",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "42908d7e4fa9",
        "url": "https://www.energy.gov/topics/energy-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5fe43a512785",
        "url": "https://www.energy.gov/topics/energy-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1aa09e2ca9bd",
        "url": "https://www.energy.gov/topics/energy-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "16cf7591d949",
        "url": "https://www.energy.gov/topics/energy-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "41accc180ea7",
        "url": "https://www.energy.gov/topics/energy-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ee1ddbe24e6",
        "url": "https://www.energy.gov/topics/energy-security",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c92125fecba2",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "380ffb1c4a5c",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f1a9eafe784",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc844d9a0732",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8620f71f4ff",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "40fef205017a",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec343791eef6",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ced59d16425f",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "15b2ed08c8f4",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5d84467c47ac",
        "url": "https://www.energy.gov/topics/grid-deployment-and-transmission",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0ae4201f203b",
        "url": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abe3d8f4e185",
        "url": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7828d4c6d335",
        "url": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4a3cdd5def7a",
        "url": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "744f573024ed",
        "url": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e1df18e832eb",
        "url": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
        "ruleKey": "rule:labels-and-names/form-label|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d69b8af375f",
        "url": "https://www.energy.gov/topics/research-technology-and-economic-security",
        "ruleKey": "rule:text-alternatives/image-redundant-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fcd5431fea89",
        "url": "https://www.energy.gov/topics/research-technology-and-economic-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7424126822cc",
        "url": "https://www.energy.gov/topics/research-technology-and-economic-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "85b52d57d23a",
        "url": "https://www.energy.gov/topics/research-technology-and-economic-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e5ddf8ee408",
        "url": "https://www.energy.gov/topics/research-technology-and-economic-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "05ffe7260f7f",
        "url": "https://www.energy.gov/topics/research-technology-and-economic-security",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c042105afd19",
        "url": "https://www.energy.gov/topics/research-technology-and-economic-security",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      }
    ],
    "resolvedIssues": []
  }
}
