{
  "issueNumber": 61,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/61",
  "issueTitle": "TUESDAY: Energy.gov",
  "scanTitle": "Energy.gov",
  "submittedBy": "mgifford",
  "engines": [
    "axe",
    "equalaccess"
  ],
  "scanContext": {
    "viewport": {
      "width": 1280,
      "height": 800
    },
    "viewportPreset": "desktop",
    "colorScheme": "both",
    "browser": "chromium"
  },
  "scannedAt": "2026-05-12T01:13:28.935Z",
  "totalElapsedMs": 221724,
  "totalSubmitted": 69,
  "acceptedCount": 69,
  "scannedCount": 69,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 20045,
    "failed": 68,
    "cantTell": 346,
    "inapplicable": 904
  },
  "equalAccessTotals": {
    "passed": 46225,
    "failed": 706,
    "uniqueFailed": 495,
    "duplicates": 211,
    "cantTell": 454,
    "inapplicable": 0
  },
  "accesslintTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "qualwebTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "duplicateFindingTotals": 259,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 21,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 21,
  "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": 12706,
      "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": 969,
          "failed": 7,
          "cantTell": 21,
          "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "patternId": "A11Y-a66310b3"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 99889248",
            "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/8fb635c2/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": "4dd65b5d84a0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d479a3ba"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 99889248",
            "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": true,
        "error": null,
        "counts": {
          "passed": 2535,
          "failed": 49,
          "cantTell": 45,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4198fd919b5c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d3122283aa9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1317aa113e1",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67d57b6fa1b8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a55a86faa93",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04b622f67af2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019623ca6280",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c8cc0ab3d98",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8913af19b4cf",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a6866a25a70",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Go to last slide\" class=\"splide__arrow splide__arrow--prev\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a7f194b3679",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b08dd55b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Go to last slide\" class=\"splide__arrow splide__arrow--prev\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e9a59b2973b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5698e05e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Pause autoplay\" aria-controls=\"thumbnail-carousel-track\" type=\"button\" class=\"splide__toggle is-active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee8e81c49232",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82e062a4"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Pause autoplay\" aria-controls=\"thumbnail-carousel-track\" type=\"button\" class=\"splide__toggle is-active\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6514482990",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-c9e03cf2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Next slide\" class=\"splide__arrow splide__arrow--next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cdb1e6b6b1e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-bbd69862"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Next slide\" class=\"splide__arrow splide__arrow--next\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1339124c9268",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e2b043dc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'May 11, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8727a62cc815",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'May 8, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 30, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a data-once=\"links\" href=\"/articles/secretary-wright-signs-agreements-grow-american-lng-exports-advances-trump-peace-pipelines\" class=\"collection-item__link\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Trump Peace Pipelines Framework'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2d62de7f5da",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2a1be393"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 28, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"702926774\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "921bef7d94c2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4891ecd5"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"702926774\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24623354390d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9ec974f8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Power Marketing Administrations' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27803e809b33",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Power Marketing Administrations' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'U.S Department of Energy National Laboratories' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'U.S Department of Energy National Laboratories' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'U.S. Energy Information Administration (EIA)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'U.S. Energy Information Administration (EIA)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_paragraph_heading field field--name-field-paragraph-heading field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Stay Connected' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e57ed0cf2b69",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-03778923"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d4ee6c2e3b7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16d81cfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b70f7adde82",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3838eff2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit usa-button\" value=\"Subscribe\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cf404abba6d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-644533ce"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a834b306fa9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ad25d6c440",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2586,
        "uniqueFailedCount": 27,
        "duplicateFailedCount": 22,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 23
    },
    {
      "submittedUrl": "https://energy.gov/cio/accessibility-standard-statement",
      "finalUrl": "https://energy.gov/cio/accessibility-standard-statement",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "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": 12269,
      "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": 1732,
          "failed": 0,
          "cantTell": 20,
          "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": 1793,
        "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": true,
        "error": null,
        "counts": {
          "passed": 4353,
          "failed": 49,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43caf74b7004",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a307a377a036",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2a43041fe0e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c88da2f3539",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f10911065c60",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f417b7d9b8a2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "487516012ba8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--page\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ea2d2d2d10",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2141a8e9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74c0ccf5db4c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88d7cf396260",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1bfc958afa5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/funding-opportunities\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5378f9565ce",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ae5e5509"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc5e1ad5a874",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e49ccc6db426",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Wholesale Electricity Market Studies and Engagement Program\" title=\"Wholesale Electricity Market Studies and Engagement Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"74e16a08-5cac-42fc-a6f9-6b74fd98ce7f\" data-entity-type=\"node\" href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44dd2e9170c3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-340ca0f9"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Transmission Acceleration Grants (TAG) Program\" title=\"Transmission Acceleration Grants (TAG) Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f5bdc235-8b5a-4143-a90f-715348d46534\" data-entity-type=\"node\" href=\"/oe/transmission-acceleration-grants-tag-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06146a3474d5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fabd1e3f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience State and Tribal Formula Grant Awards\" title=\"Grid Resilience State and Tribal Formula Grant Awards\" data-entity-substitution=\"canonical\" data-entity-uuid=\"e2b5f8db-92ee-4f8b-8f49-4979676defd5\" data-entity-type=\"node\" href=\"/oe/grid-resilience-state-and-tribal-formula-grant-awards\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e696c60bcd3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-de5c6565"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" title=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" data-entity-substitution=\"canonical\" data-entity-uuid=\"bf32f4fb-965c-4f16-8b38-3e741b1c8a8d\" data-entity-type=\"node\" href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da1fdc61c554",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-282339fc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" title=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" data-entity-substitution=\"canonical\" data-entity-uuid=\"bf32f4fb-965c-4f16-8b38-3e741b1c8a8d\" data-entity-type=\"node\" href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Civil Nuclear Credit Award Cycle 3\" title=\"Civil Nuclear Credit Award Cycle 3\" data-entity-substitution=\"canonical\" data-entity-uuid=\"5fe41c74-540a-4773-8099-372a49d2645e\" data-entity-type=\"node\" href=\"/oe/civil-nuclear-credit-award-cycle-3\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7782ece1ad4e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3b01c168"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"West Coast Offshore Wind Transmission Planning\" title=\"West Coast Offshore Wind Transmission Planning\" data-entity-substitution=\"canonical\" data-entity-uuid=\"298fab8a-528d-4bb5-821a-e376c891b337\" data-entity-type=\"node\" href=\"/oe/west-coast-offshore-wind-transmission-planning\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c5c247420ab",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-09bd807b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" title=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" data-entity-substitution=\"canonical\" data-entity-uuid=\"a8b8c2fb-140a-4fb3-91c9-25ca0b08f93c\" data-entity-type=\"node\" href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24737f6576d0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-341ded3b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Puerto Rico Energy Resilience Fund\" title=\"Puerto Rico Energy Resilience Fund\" data-entity-substitution=\"canonical\" data-entity-uuid=\"dae13c10-8a28-41bc-8e4d-e9fc71f1a516\" data-entity-type=\"node\" href=\"/oe/puerto-rico-energy-resilience-fund\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca96117ccda",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-63410479"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" title=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" data-entity-substitution=\"canonical\" data-entity-uuid=\"a8b8c2fb-140a-4fb3-91c9-25ca0b08f93c\" data-entity-type=\"node\" href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 242: Hydroelectric Production Incentive Program\" title=\"Section 242: Hydroelectric Production Incentive Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-type=\"node\" href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41bc349ef4e5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-851cf943"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Wholesale Electricity Market Studies and Engagement Program\" title=\"Wholesale Electricity Market Studies and Engagement Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"74e16a08-5cac-42fc-a6f9-6b74fd98ce7f\" data-entity-type=\"node\" href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Coordinated Interagency Transmission Authorizations and Permits Program\" title=\"Coordinated Interagency Transmission Authorizations and Permits Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"193faf85-564e-4213-abb7-58f26eddd3b2\" data-entity-type=\"node\" href=\"/oe/coordinated-interagency-transmission-authorizations-and-permits-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5304a813601",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-db220f78"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Puerto Rico Energy Resilience Fund\" title=\"Puerto Rico Energy Resilience Fund\" data-entity-substitution=\"canonical\" data-entity-uuid=\"dae13c10-8a28-41bc-8e4d-e9fc71f1a516\" data-entity-type=\"node\" href=\"/oe/puerto-rico-energy-resilience-fund\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Solar Ambassador Prize\" title=\"Solar Ambassador Prize\" data-entity-substitution=\"canonical\" data-entity-uuid=\"75757b0a-2be7-4eea-8565-ebbc88bddbe6\" data-entity-type=\"node\" href=\"/oe/solar-ambassador-prize\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db4af2a5b33e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-56b08b0f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"National Interest Electric Transmission Corridor Designation Process\" title=\"National Interest Electric Transmission Corridor Designation Process\" data-entity-substitution=\"canonical\" data-entity-uuid=\"94ba60b7-a2c2-4bd6-99fb-d6818d27c630\" data-entity-type=\"node\" href=\"/oe/national-interest-electric-transmission-corridor-designation-process\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dee08a990e2f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-26ba822c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 247: Maintaining and Enhancing Hydroelectricity Incentives\" title=\"Section 247: Maintaining and Enhancing Hydroelectricity Incentives\" data-entity-substitution=\"canonical\" data-entity-uuid=\"7647db17-93be-4de2-ae4c-10344e2b5321\" data-entity-type=\"node\" href=\"/cmei/water/section-247-maintaining-and-enhancing-hydroelectricity-incentives\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02bcc948649e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7a4ebf61"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 243: Hydroelectric Efficiency Improvement Incentives Program\" title=\"Section 243: Hydroelectric Efficiency Improvement Incentives Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"bbffa5f0-83d8-472f-939b-b01175c23223\" data-entity-type=\"node\" href=\"/cmei/water/section-243-hydroelectric-efficiency-improvement-incentives-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0fd5df40682",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-dff13715"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 242: Hydroelectric Production Incentive Program\" title=\"Section 242: Hydroelectric Production Incentive Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-type=\"node\" href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Civil Nuclear Credit Program\" title=\"Civil Nuclear Credit Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4076d020-49cb-4c61-b145-3a874c59bd0a\" data-entity-type=\"node\" href=\"/oe/civil-nuclear-credit-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "205bc27cfab4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-643d2e52"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"National Transmission Needs Study\" title=\"National Transmission Needs Study\" data-entity-substitution=\"canonical\" data-entity-uuid=\"c5b4eecb-8baa-402b-8e70-733e0ed588f8\" data-entity-type=\"node\" href=\"/oe/national-transmission-needs-study\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48bd34d4c05d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-53de219c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Puerto Rico Energy Resilience Fund\" title=\"Puerto Rico Energy Resilience Fund\" data-entity-substitution=\"canonical\" data-entity-uuid=\"dae13c10-8a28-41bc-8e4d-e9fc71f1a516\" data-entity-type=\"node\" href=\"/oe/puerto-rico-energy-resilience-fund\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Civil Nuclear Credit Program\" title=\"Civil Nuclear Credit Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4076d020-49cb-4c61-b145-3a874c59bd0a\" data-entity-type=\"node\" href=\"/oe/civil-nuclear-credit-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Transmission Facilitation Program\" title=\"Transmission Facilitation Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4eb2bc17-dabd-4e95-9697-412085ec00a4\" data-entity-type=\"node\" href=\"/oe/transmission-facilitation-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c22c6ee8ba",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-274b3b65"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Innovation Program\" title=\"Grid Innovation Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"bdc9113a-3a48-4383-8851-816960aed07d\" data-entity-type=\"node\" href=\"/oe/grid-innovation-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bedb5d489c20",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-77e6f759"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience Utility and Industry Grants\" title=\"Grid Resilience Utility and Industry Grants\" data-entity-substitution=\"canonical\" data-entity-uuid=\"6d533dbc-05ac-46a9-af77-71b7278f6930\" data-entity-type=\"node\" href=\"/oe/grid-resilience-utility-and-industry-grants\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4517dd404dec",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-197348bc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Smart Grid Grants\" title=\"Smart Grid Grants\" data-entity-substitution=\"canonical\" data-entity-uuid=\"6a0501ec-bd37-46cc-9553-e060ff59b7c5\" data-entity-type=\"node\" href=\"/oe/smart-grid-grants\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "639d40bdb79c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8901dad9"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience Planning and Resource Hub\" title=\"Grid Resilience Planning and Resource Hub\" data-entity-substitution=\"canonical\" data-entity-uuid=\"64a47828-cecc-4fe3-803e-60a308bb00c4\" data-entity-type=\"node\" href=\"/oe/grid-resilience-planning-and-resource-hub\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "672a8abda0db",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9113a63"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Civil Nuclear Credit Award Cycle 2\" title=\"Civil Nuclear Credit Award Cycle 2\" data-entity-substitution=\"canonical\" data-entity-uuid=\"c192f0b9-c606-4281-bd7d-1ca5c806acf3\" data-entity-type=\"node\" href=\"/oe/civil-nuclear-credit-award-cycle-2\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "815c17039744",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-acb675bc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Civil Nuclear Credit Award Cycle 1\" title=\"Civil Nuclear Credit Award Cycle 1\" data-entity-substitution=\"canonical\" data-entity-uuid=\"1ea82a00-ce65-4c86-b806-1db4393522af\" data-entity-type=\"node\" href=\"/oe/civil-nuclear-credit-award-cycle-1\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "556a19c228d5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0384177b"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bed000b57ee",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaa59c9a2353",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 4420,
        "uniqueFailedCount": 39,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 10
    },
    {
      "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": 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/budget-performance",
      "finalUrl": "https://energy.gov/budget-performance",
      "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/commercialization",
      "finalUrl": "https://www.energy.gov/commercialization",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Commercialization | Department of Energy",
      "elapsedMs": 8182,
      "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": 703,
          "failed": 0,
          "cantTell": 8,
          "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": 758,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1798,
          "failed": 24,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82e5534f6f1f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de03efe98030",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a572daa060f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ad8685804fd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53dcf33519dd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f5127eb375",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "906700f3d427",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e50446aa812",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ff8cbfb2c65",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b39fbf124ebc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee98290d6696",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6c2ddc14675",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_media_short_title field field--name-field-media-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Enabling Private Sector Deployment' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84a8fd2d5c2e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-6e3490bc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_media_short_title field field--name-field-media-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'DOE's Pathway to Commercial Liftoff Reports' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_media_short_title field field--name-field-media-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'DOE's Pathway to Commercial Liftoff Reports' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'A Coordinated Approach to Commercialization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e86a626b00",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Loan Programs Office' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "370de6f484bc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e24177a16a3c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce477d3dbc47",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1826,
        "uniqueFailedCount": 17,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 7
    },
    {
      "submittedUrl": "https://energy.gov/contact-us",
      "finalUrl": "https://www.energy.gov/contact-us",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Contact Us | Department of Energy",
      "elapsedMs": 9397,
      "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": 848,
          "failed": 1,
          "cantTell": 17,
          "inapplicable": 36
        },
        "failedRules": [
          "presentation-role-conflict"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-input-field-name",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-toggle-field-name",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "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-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "iframe[title=\"reCAPTCHA\"]",
            "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-x2e2f7doqofu\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\" aria-label=\"Contact Us iframe 1\">",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element does not have global ARIA attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acaf67c7ca19",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-bf3006db"
          }
        ],
        "outcomeCount": 902,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1755,
          "failed": 39,
          "cantTell": 28,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "frame_src_valid",
          "input_checkboxes_grouped",
          "input_label_visible",
          "label_ref_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7d88c1aff9c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2afef510cd25",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "451be2773552",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49a45852fbb3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a70732fd7bc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66a417759ffd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "715b607f88ea",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "141c52ec9a15",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--webform\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b5d777df615",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0aea4185"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfe608a54c84",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc4e8681ab0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56a396791276",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/contact-us\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db1d32bf07da",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7fe8be01"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b34ed1330ce",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-item js-form-item form-type-select js-form-type-select form-item-category js-form-item-category\">",
            "message": "Confirm this text 'Topic or category' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75bca004f59a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0e4b1ff1"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label id=\"edit-category-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-category\">",
            "message": "The value \"edit-category\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f23d05c066",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-25403217"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"\" data-once=\"links\" class=\"chosen-single\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9e338d66355",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-08b71973"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div aria-label=\"Show options\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4e381f29f4a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7d3afd29"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-item js-form-item form-type-select js-form-type-select form-item-affiliation js-form-item-affiliation\">",
            "message": "Confirm this text 'Affiliation' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ddfd1ca6160",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3bf1f350"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label id=\"edit-affiliation-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-affiliation\">",
            "message": "The value \"edit-affiliation\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f67e17efb26",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9c91dd0d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"\" data-once=\"links\" class=\"chosen-single\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div aria-label=\"Show options\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-text required usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"subject\" id=\"edit-subject\" type=\"text\" data-drupal-selector=\"edit-subject\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da657408fe44",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-dafd90f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-text required usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"subject\" id=\"edit-subject\" type=\"text\" data-drupal-selector=\"edit-subject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "731ff3c7d7ca",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ea23a8e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-item js-form-item form-type-textarea js-form-type-textarea form-item-message js-form-item-message\">",
            "message": "Confirm this text 'Message' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d0c081edf2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0686a224"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<textarea aria-required=\"true\" required=\"required\" class=\"form-textarea required usa-textarea resize-vertical\" cols=\"60\" rows=\"5\" name=\"message\" id=\"edit-message\" data-drupal-selector=\"edit-message\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b72f248c5a6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5355293b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<textarea aria-required=\"true\" required=\"required\" class=\"form-textarea required usa-textarea resize-vertical\" cols=\"60\" rows=\"5\" name=\"message\" id=\"edit-message\" data-drupal-selector=\"edit-message\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a13d40f9808a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3d4be4f2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-once=\"webform-radios-required\" class=\"form-item js-form-item form-type-radios js-form-type-radios form-item-reply js-form-item-reply\">",
            "message": "Confirm this text 'Do you want a reply' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e75b214fceb6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-996126b4"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-reply\">",
            "message": "The value \"edit-reply\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8a89d47efd0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed485d2a"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0caa6e3254a5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-75ef2670"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93ab6462b8f0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-44ee7316"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input class=\"form-radio usa-radio__input\" value=\"yes\" name=\"reply\" id=\"edit-reply-yes\" type=\"radio\" data-drupal-selector=\"edit-reply-yes\">",
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2a911fb5466",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-27bf5f2c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=2ewwcof8ic8w\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-n7la6ear177j\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17fcf1357e48",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-05a21753"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=2ewwcof8ic8w\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-n7la6ear177j\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5b1149cc88f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-84114b06"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=2ewwcof8ic8w\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-n7la6ear177j\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <iframe> with ARIA role \"presentation\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da3dcef14ffc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e5d5fbbb"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Submit\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"webform-button--submit button button--primary js-form-submit form-submit usa-button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da60fe120cc9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e53302f6"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91508100f6d6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d55a93d6f5e6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1805,
        "uniqueFailedCount": 36,
        "duplicateFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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/design",
      "finalUrl": "https://energy.gov/design",
      "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/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": 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/funding-opportunities",
      "finalUrl": "https://energy.gov/funding-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/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": 8674,
      "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": 936,
          "failed": 1,
          "cantTell": 12,
          "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-05-12T01:13:28.935Z",
            "patternId": "A11Y-09c71066"
          }
        ],
        "outcomeCount": 991,
        "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": true,
        "error": null,
        "counts": {
          "passed": 2467,
          "failed": 27,
          "cantTell": 21,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7514d543146",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07e755d47e71",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53c350c15f0c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0646e07a0cb6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41a49b1d5e5f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10102b6e7fc5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b0f88fb9f7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df5f563f4524",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f22004bec3b0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a608a1a840e0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "030c7a3a0be3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "265aeb14be3e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_homepage_mission_statement field field--name-field-homepage-mission-statement field--type-string-long field--label-hidden field__item\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 21.7008px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e001f326f69f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3701e96c"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb058b041afd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_paragraph_heading field field--name-field-paragraph-heading field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Subscribe' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38cdf925e091",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-03778923"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37b28cf1448c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16d81cfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d12dfaefe9a5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3838eff2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit usa-button\" value=\"Subscribe\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "932efd19e8ae",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-644533ce"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Genesis Mission National Science and Technology Challenges' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "239b8238c2e9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'The American Science and Security Platform' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Genesis Mission Collaboration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of the Under Secretary for Science' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96a166445b8e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cd775fe6d2e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2505,
        "uniqueFailedCount": 21,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 6
    },
    {
      "submittedUrl": "https://energy.gov/internships-fellowships",
      "finalUrl": "https://www.energy.gov/internships-fellowships",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Internships &amp; Fellowships | Department of Energy",
      "elapsedMs": 9277,
      "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": 1074,
          "failed": 0,
          "cantTell": 24,
          "inapplicable": 37
        },
        "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",
          "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",
          "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",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1135,
        "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": true,
        "error": null,
        "counts": {
          "passed": 2299,
          "failed": 114,
          "cantTell": 46,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "table_headers_related",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d37f178c26f6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a7939a30351",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f84775cc6ab",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "860b36eca965",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c14b13d79c9b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd40e448628b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c858a6fa42a2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--page\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f7f839d16cd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2141a8e9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "188b260f7607",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3547f1b4f929",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d6dc41438bf",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f49aa2f1b89",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-csv=\"https://www.energy.gov/sites/default/files/2025-01/Internships%20and%20Fellowships_1_0.csv\" class=\"datatable datatable--sortable\">",
            "message": "Confirm this text 'Showing 1 to 10 of 27 entries' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99334c7c1c45",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-69101a5f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-live=\"polite\" role=\"status\" id=\"DataTables_Table_0_info\" class=\"datatable-info\">",
            "message": "Confirm this text 'Showing 1 to 10 of 27 entries' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7496f0e07a14",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2ea3695d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-controls=\"DataTables_Table_0\" placeholder=\"\" class=\"form-control form-text\" type=\"search\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6819cc34b511",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e694d8e7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<table aria-describedby=\"DataTables_Table_0_info\" id=\"DataTables_Table_0\" data-order=\"[[\"0\",\"asc\"]]\" data-page-length=\"10\" cellspacing=\"0\" class=\"datatable-table datatable-table--sortable display dataTable no-footer dtr-inline collapsed\">",
            "message": "The HTML attribute(s) \"cellspacing\" is deprecated for the <table> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbcbffcb0b26",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ee1b6f35"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<tr>",
            "message": "The element with role \"row\" does not own any child element with any of the following role(s): \"cell, columnheader, gridcell, rowheader\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32a28ee72143",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-27edf888"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Program: activate to sort column descending\" aria-sort=\"ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting sorting_asc\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1ac5dd05e61",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ef0f9535"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Program: activate to sort column descending\" aria-sort=\"ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting sorting_asc\">",
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4c883474d58",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4bc30ba7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Program: activate to sort column descending\" aria-sort=\"ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting sorting_asc\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a778c6988fb1",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cef1d4e7"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Paid: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ed3e1c4c909",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-792dbac0"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Paid: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd8bb1cad3f9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-1276536d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Paid: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85a273507da9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7c5d1cef"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Academic Disciplines: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcb24c70bbbe",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-79059912"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Academic Disciplines: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bcb51c5262d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-6924b435"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Academic Disciplines: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "320a982f90c9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d836326"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Housing/Transportation: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2def02decc2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-140049e0"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Housing/Transportation: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e39cb7f2c506",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0b9675c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Housing/Transportation: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dca7ecd8f54",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-81ac94ce"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Availability: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfd98d4adaf6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d8850d9b"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Availability: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e84ee7ca25ef",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-12ed0e0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Availability: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d893ae1bb1b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7fd15718"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60c965c2b5bd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-1721aee3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "The tabbable element's role 'cell' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2055251cfbe3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d700a54b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79ecdf720eee",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2fa9e632"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa2b30603062",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-1ac178bb"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td class=\"sorting_1 dtr-control\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32362741d728",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-bc459785"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td class=\"sorting_1 dtr-control\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "The tabbable element's role 'cell' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "The tabbable element's role 'cell' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "The tabbable element's role 'cell' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "The tabbable element's role 'cell' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "The tabbable element's role 'cell' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control sorting_1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td class=\"sorting_1 dtr-control\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td class=\"sorting_1 dtr-control\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td>",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"DataTables_Table_0_paginate\" class=\"datatable-pager\">",
            "message": "Confirm this text 'Previous 1 2 3 Next' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "237959b7b390",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8a381931"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<a data-once=\"links\" tabindex=\"0\" data-dt-idx=\"1\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button current\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "634a9633b347",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a1081474"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" tabindex=\"0\" data-dt-idx=\"1\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button current\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9378f22216f4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-451adb65"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<a data-once=\"links\" tabindex=\"0\" data-dt-idx=\"2\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button \">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83aeee031b1d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-eeb2207c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" tabindex=\"0\" data-dt-idx=\"2\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e4f3f1d1bb8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3df5b74b"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<a data-once=\"links\" tabindex=\"0\" data-dt-idx=\"3\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button \">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50651cb7ab53",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-af92c432"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" tabindex=\"0\" data-dt-idx=\"3\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3df3207d67e6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-abe5fe1b"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<a data-once=\"links\" id=\"DataTables_Table_0_next\" tabindex=\"0\" data-dt-idx=\"4\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button next\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "890ba37d41fe",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cbcc60cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" id=\"DataTables_Table_0_next\" tabindex=\"0\" data-dt-idx=\"4\" aria-controls=\"DataTables_Table_0\" class=\"paginate_button next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90f0e69ecd88",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-73425621"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"DataTables_Table_0_length\" class=\"datatable-results\">",
            "message": "Confirm this text 'Show' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d069edbd2e61",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b727b1fa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"width: 100px;\" title=\"\" class=\"chosen-container chosen-container-single\">",
            "message": "Confirm this text '10' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "528880162267",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-84505685"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"\" data-once=\"links\" class=\"chosen-single\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6183582cfaf",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-08b71973"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div aria-label=\"Show options\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33b4f4d87a30",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7d3afd29"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f65e3e80f129",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feff386acf19",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2429,
        "uniqueFailedCount": 52,
        "duplicateFailedCount": 62,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 62
    },
    {
      "submittedUrl": "https://energy.gov/mission",
      "finalUrl": "https://energy.gov/mission",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 299,
      "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://energy.gov/open-government",
      "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/our-leadership-offices",
      "finalUrl": "https://energy.gov/our-leadership-offices",
      "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/power-marketing-administrations",
      "finalUrl": "https://www.energy.gov/power-marketing-administrations",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Power Marketing Administrations | Department of Energy",
      "elapsedMs": 8251,
      "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": 737,
          "failed": 0,
          "cantTell": 8,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 791,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1823,
          "failed": 28,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cfd6b9108e8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c425037eeb5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a71e43f0b46c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd434c3cd967",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18863178198f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91fbc78e0566",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9a3ed9663c8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29cc06aead9a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49be4f872a55",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7331d0630f19",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff6f4bad7b0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34730e2e8a16",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'About' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f4412e70ede",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'Homepage for the Southwestern Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d478c9f6b821",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5d52149a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Southeastern Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57273e90aba5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'Southeastern Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Southeastern Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_person_title field field--name-field-person-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Administrator and Chief Executive Officer, Bonneville Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba0ff61ec866",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5109a14e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_person_title field field--name-field-person-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Administrator and Chief Executive Officer, Western Area Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_person_title field field--name-field-person-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Acting Administrator, Southwestern Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_person_title field field--name-field-person-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Administrator and Chief Executive, Southeastern Power Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b091d59bb066",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b86ce187938",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1858,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 10
    },
    {
      "submittedUrl": "https://energy.gov/save",
      "finalUrl": "https://www.energy.gov/save",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Savings Hub | Department of Energy",
      "elapsedMs": 7892,
      "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": 623,
          "failed": 0,
          "cantTell": 14,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 684,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1566,
          "failed": 26,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edb12f5f845d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5078a378ef64",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0931b581217",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "458ae8845b18",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e583b9d77599",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b31c789d20d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e911c083cae",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a41464ec46b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4f5868888d8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19889204a975",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b347ee5677",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7904729acd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_homepage_mission_statement field field--name-field-homepage-mission-statement field--type-string-long field--label-hidden field__item\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 21.7008px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a73eb70cc8a5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3701e96c"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "471ddec05b2d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Fall and Winter Energy-Saving Tips' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9aed8e8863d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 28px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "105a810b9d2f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-834a1925"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b8bb67d206f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-c021fa08"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 28px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "122f25635ab5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 28px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e97b17299f28",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ac5c6c82bc4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1596,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 6
    },
    {
      "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": 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",
      "finalUrl": "https://energy.gov/topics",
      "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/us-department-energy-national-laboratories",
      "finalUrl": "https://energy.gov/us-department-energy-national-laboratories",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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-energy-information-administration-eia",
      "finalUrl": "https://energy.gov/us-energy-information-administration-eia",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "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://energy.gov/web-policies",
      "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/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": 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/work-us-department-energy",
      "finalUrl": "https://www.energy.gov/work-us-department-energy",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Work at the U.S. Department of Energy | Department of Energy",
      "elapsedMs": 8687,
      "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": 857,
          "failed": 0,
          "cantTell": 14,
          "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": 918,
        "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": true,
        "error": null,
        "counts": {
          "passed": 2179,
          "failed": 26,
          "cantTell": 21,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46ad2d65aef6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df20b7c9e5d6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "729b0e8d6c37",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f01280de2826",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39b1cbdd6592",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1409c064161",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4d61af920f3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d235d3a40afb",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d161464652c7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e5c54904258",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52bd3d87d06",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065447959bbf",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_homepage_mission_statement field field--name-field-homepage-mission-statement field--type-string-long field--label-hidden field__item\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 21.7008px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d147614dcb4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3701e96c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\" tablet:grid-col-6 tablet:order-first \">",
            "message": "Confirm this text 'Why Work With Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f219035dd9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0b1f8647"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Why Work With Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0beb6ff0138",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Come Work With Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<span>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f3b4ed5ac8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Explore Internships & Fellowship' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dee770522475",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Explore Internships & Fellowship' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fe5c625d6a0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49a1d1c09693",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2211,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 7
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
      "finalUrl": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/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": 9146,
      "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": 595,
          "failed": 1,
          "cantTell": 3,
          "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-05-12T01:13:28.935Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 644,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1503,
          "failed": 24,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41071d2f3570",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77bdb305e1c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54e43c4c0ffd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d7bf9327593",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a248941b98f4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbfcb9fa87ee",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea23276ff954",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--article\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5499d0f43ef3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ce31ab30"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70fc314d0a8c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70fd9aa5158c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16eb993dea67",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ab918c7b"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h1>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'Largest'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70eca626d023",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5e8e6b04"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6668cb131a81",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<center>",
            "message": "The <center> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f1ee4e9b2e2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a6608020"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '###' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52f36f58471b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"press-release-buttons__title title-sm\">",
            "message": "Confirm this text 'Energy Department Announces $171.5 Million To Expand U.S. Geothermal Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81167ed7786c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-efb40292"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"press-release-buttons__title title-sm\">",
            "message": "Confirm this text '$171.5M in New Funding to Expand Geothermal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '(202) 586-4940 or DOENews@hq.doe.gov' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"group-section__item group-section__item--end\">",
            "message": "Confirm this text 'Read more at the' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "352aaac1f896",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0152054d"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Newsroom - Legacy\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f90aa94e-29ad-4fd7-b8c4-213e562c6167\" data-entity-type=\"node\" aria-label=\"Newsroom\" href=\"/newsroom-legacy\" style=\"color:#FFFFFF;\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c78a6b6701ec",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-59390d79"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ed302ce241",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "168f1b29120b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1527,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 4
    },
    {
      "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://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "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/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": 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/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": 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/ceser/does-use-federal-power-act-emergency-authority",
      "finalUrl": "https://energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/ceser/emergency-response-hub-0",
      "finalUrl": "https://energy.gov/ceser/emergency-response-hub-0",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "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://www.energy.gov/cio/department-energy-information-quality-guidelines",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Department of Energy Information Quality Guidelines | Department of Energy",
      "elapsedMs": 7997,
      "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": 752,
          "failed": 0,
          "cantTell": 6,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 804,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1757,
          "failed": 25,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408c7d0142af",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "709490df4329",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6741686dc5d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce3a999f673",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58bb2c2336c3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d829f77afc0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48fd07803b0c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--page\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e54b0b3713b7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2141a8e9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bf7ba5b2719",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/cio\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd4a625dbb95",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0dc74cb9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec2b5d1deb16",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/cio/department-energy-information-quality-guidelines\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47739387e308",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d02ef89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5729ac6f0f98",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"provide policy and procedural g ... sseminated by Federal Agencies.\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f913de264335",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" href=\"https://www.whitehouse.gov/wp-content/uploads/legacy_drupal_files/omb/assets/OMB/fedreg/reproducible2.pdf\" aria-label=\"https://www.whitehouse.gov/wp-content/uploads/legacy_drupal_files/omb/assets/OMB/fedreg/reproducible2.pdf\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59c9b8f54010",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-c4bf60c3"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" href=\"https://www.whitehouse.gov/wp-content/uploads/2019/04/M-19-15.pdf\" aria-label=\"https://www.whitehouse.gov/wp-content/uploads/2019/04/M-19-15.pdf\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2193dfa75230",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-c4ea83c8"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Final Information Quality Bulletin for Peer Review.\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" class=\"ext\" data-once=\"links\" title=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government\" href=\"https://www.foreffectivegov.org/node/3472\" aria-label=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc7e320a5c0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8c6cd232"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" title=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government.\" href=\"https://www.whitehouse.gov/sites/whitehouse.gov/files/omb/assets/OMB/fedreg/2005/011405_peer.pdf\" aria-label=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government.\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c20307defb0c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13bc9ed1"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" title=\"Read more about 2002 Version of DOE Information Quality Act Guidelines\" href=\"/sites/prod/files/cioprod/documents/finalinfoqualityguidelines03072011.pdf\" aria-label=\"Read more about 2002 Version of DOE Information Quality Act Guidelines\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2126651df923",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-172aa4a6"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" title=\"Read more about 2002 Version of DOE Information Quality Act Guidelines (Archived) \" href=\"/sites/prod/files/cioprod/documents/finalinfoqualityguidelines03072011.pdf\" aria-label=\"Read more about 2002 Version of DOE Information Quality Act Guidelines (Archived) \">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cab8932e00e6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9e30a13"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Read more about Link to IECA/DQA Letter\" href=\"/cio/downloads/letter-ieca-data-quality-act-request-correction\" aria-label=\"Read more about Link to IECA/DQA Letter\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cf6a90d2b86",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-17631660"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31ccb79c1023",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e0e519a8ed",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1794,
        "uniqueFailedCount": 23,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 2
    },
    {
      "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://energy.gov/energysaver/energy-saver",
      "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/femp/federal-energy-management-program-funding-opportunities",
      "finalUrl": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Federal Energy Management Program Funding Opportunities | Department of Energy",
      "elapsedMs": 9355,
      "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": 709,
          "failed": 2,
          "cantTell": 9,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order",
          "link-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".layout--50-50.blade-section--white.blade-section--boxed:nth-child(2) > .grid-container > .blade-color > .grid-row > .tablet-lg\\:grid-col-6:nth-child(1) > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--name-body.field--type-text-with-summary > h5",
            "html": "<h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e68cca4f5c4a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ff227f47"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".field--field_text > p:nth-child(1) > a[data-entity-type=\"node\"][data-entity-substitution=\"canonical\"][data-once=\"links\"]:nth-child(1)",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64d697a5cb7d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4c09511f"
          }
        ],
        "outcomeCount": 767,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1741,
          "failed": 28,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79dc56047fc3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dcfe05b3536",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a050e4ea0d55",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c08a7a40e08a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ceba35ae784",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28162c5fba87",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29a33cc0fab3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--page\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85b2302db163",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2141a8e9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ef8a9404dc5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22b9870a8225",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16419c52e5a2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/funding-opportunities\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c55800a992b1",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ae5e5509"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b04546f76312",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a data-once=\"links\" data-entity-substitution=\"canonical\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-type=\"node\" href=\"/cmei/femp/federal-energy-management-program-legacy\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce1648c20b33",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-af61e23a"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Infrastructure Investment and Jobs Act (IIJA) Federal Agency Call (FAC)\" title=\"Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Infrastructure Investment and Jobs Act (IIJA) Federal Agency Call (FAC)\" data-entity-substitution=\"canonical\" data-entity-uuid=\"8aaa651c-e910-4b63-894c-a5eef5efb50c\" data-entity-type=\"node\" href=\"/cmei/femp/assisting-federal-facilities-energy-conservation-technologies-affect-infrastructure\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e575774230d8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5f7f9bd8"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Energy Department Accelerates Energy and Water Efficiency Advancement at Federal Facilities via Performance Contracts\" title=\"Energy Department Accelerates Energy and Water Efficiency Advancement at Federal Facilities via Performance Contracts\" data-entity-substitution=\"canonical\" data-entity-uuid=\"3be0a594-88f9-4bda-9465-f742c220575b\" data-entity-type=\"node\" href=\"/cmei/femp/articles/energy-department-accelerates-energy-and-water-efficiency-advancement-federal\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ae2f167c95d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-1871fdea"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"2022 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Federal Agency Call Funding Recipients\" title=\"2022 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Federal Agency Call Funding Recipients\" data-entity-substitution=\"canonical\" data-entity-uuid=\"255720cf-dbef-4822-8ad7-f7725f991efe\" data-entity-type=\"node\" href=\"/cmei/femp/2022-assisting-federal-facilities-energy-conservation-technologies-affect-federal-agency\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7248e49f406",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5fa327eb"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"2016 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Funding Recipients\" title=\"2016 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Funding Recipients\" data-entity-substitution=\"canonical\" data-entity-uuid=\"63b0c9f1-400b-4ada-a8a6-d85d0bf85a92\" data-entity-type=\"node\" href=\"/cmei/femp/2016-assisting-federal-facilities-energy-conservation-technologies-affect-funding\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19f87baf1404",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8193a010"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"2021 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Federal Agency Call Funding Recipients\" title=\"2021 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Federal Agency Call Funding Recipients\" data-entity-substitution=\"canonical\" data-entity-uuid=\"20f7e55c-0b6a-47a9-91bc-11c539e9fa2e\" data-entity-type=\"node\" href=\"/cmei/femp/2021-assisting-federal-facilities-energy-conservation-technologies-affect-federal-agency\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "840a1f64bfbd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2b5856e0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"2015 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Funding Recipients\" title=\"2015 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Funding Recipients\" data-entity-substitution=\"canonical\" data-entity-uuid=\"69478560-4686-49e3-be5c-51d9f68f0b85\" data-entity-type=\"node\" href=\"/cmei/femp/2015-assisting-federal-facilities-energy-conservation-technologies-affect-funding\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f7c90798e33",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-671ad06b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"2020 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Federal Agency Call Funding Recipients\" title=\"2020 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Federal Agency Call Funding Recipients\" data-entity-substitution=\"canonical\" data-entity-uuid=\"ada1b00c-ee28-4e50-906f-82347c2d4f50\" data-entity-type=\"node\" href=\"/cmei/femp/2020-assisting-federal-facilities-energy-conservation-technologies-affect-federal-agency\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8f589dfb8c8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fee46936"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"2014 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Funding Recipients\" title=\"2014 Assisting Federal Facilities with Energy Conservation Technologies (AFFECT) Funding Recipients\" data-entity-substitution=\"canonical\" data-entity-uuid=\"9e3b7c0c-a194-4636-be15-96dc5c806714\" data-entity-type=\"node\" href=\"/cmei/femp/2014-assisting-federal-facilities-energy-conservation-technologies-affect-funding\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46ae6a90977d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-488b1f55"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"FEMP Assistance Request Portal\" title=\"FEMP Assistance Request Portal\" data-entity-substitution=\"canonical\" data-entity-uuid=\"98ccbfc2-6c3b-4ea1-83a5-a3a6f10561bd\" data-entity-type=\"node\" href=\"/cmei/femp/femp-assistance-request-portal\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c93a5947293e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-6f7a46a1"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "329ed722a086",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24ff3caa0779",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1771,
        "uniqueFailedCount": 25,
        "duplicateFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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/gc/freedom-information-act",
      "finalUrl": "https://energy.gov/gc/freedom-information-act",
      "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/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": 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/ig/office-inspector-general",
      "finalUrl": "https://energy.gov/ig/office-inspector-general",
      "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/indianenergy/current-funding-and-technical-assistance-opportunities",
      "finalUrl": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/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": 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/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": 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/science/office-science-funding-opportunities",
      "finalUrl": "https://energy.gov/science/office-science-funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "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/2025-doe-403-orders",
      "finalUrl": "https://www.energy.gov/topics/2025-doe-403-orders",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "2025 DOE 403 Orders | Department of Energy",
      "elapsedMs": 7737,
      "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": 606,
          "failed": 0,
          "cantTell": 8,
          "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": 661,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1485,
          "failed": 20,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afee5a9bda52",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c11171cc38d4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c865a477f8a7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e1c98f08a78",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4d70cba924b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "877f9f43fab8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5fd8d895785",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64c9bad7eb0b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b45e281d217a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77faaa66554",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "943f1599ece8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99639f796e5d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "869205c4b4f0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ee0dcab9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba704a284c73",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad891504d87a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1513,
        "uniqueFailedCount": 15,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 5
    },
    {
      "submittedUrl": "https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
      "finalUrl": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Advancing Innovation: Technology Transitions and Early Investments | Department of Energy",
      "elapsedMs": 12613,
      "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": 1048,
          "failed": 2,
          "cantTell": 11,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 53022404",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8fb635c2/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": "176da9cbadc5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ce374d0a"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 53022404",
            "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": 1104,
        "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": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2553,
          "failed": 32,
          "cantTell": 22,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99debc282e04",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a83e84e2a73c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a120108d8a6a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6811001a6388",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a76226f25e8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc56118115fb",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8415660ac51",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42ca9675dfd7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f904a66229e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "636bd2da744e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b2c771dd6c8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18e91e6762d6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'OTC's Energy Program for Innovation Clusters (EPIC)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "241853258fe3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5d52149a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Driving Clean Energy Innovation from Research to Marketplace' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79e1e92aff59",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-34=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-19=\"true\" id=\"576602919\" data-gtm-yt-inspected-10=\"true\" aria-label=\"Advancing Innovation: Technology Transitions and Early Investments iframe 1\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"Office of Technology Transitions - By the Numbers\" src=\"https://www.youtube.com/embed/kSMV0kvbRT4?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e187ec0ce98a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ac9bd1b6"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-34=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-19=\"true\" id=\"576602919\" data-gtm-yt-inspected-10=\"true\" aria-label=\"Advancing Innovation: Technology Transitions and Early Investments iframe 1\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"Office of Technology Transitions - By the Numbers\" src=\"https://www.youtube.com/embed/kSMV0kvbRT4?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be15ad6fcb82",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-004b057d"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2390d4b1477f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 29, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe40c1adfffa",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 28, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 17, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 3, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 30, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 24, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 22, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 21, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91edfb7896f6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a16b5448218",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2586,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 13
    },
    {
      "submittedUrl": "https://energy.gov/topics/american-manufacturing",
      "finalUrl": "https://www.energy.gov/topics/american-manufacturing",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "American Manufacturing | Department of Energy",
      "elapsedMs": 14028,
      "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": 2217,
          "failed": 45,
          "cantTell": 111,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name",
          "image-alt"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "select-name",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\36 49400426",
            "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/8fb635c2/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": "d5c805d9341d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-04539540"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\36 49400426",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/1/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 180px; top: -219px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0113da527215",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5fe880fa"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/1/3?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 180px; top: 293px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/0/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: -332px; top: -219px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/2/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 692px; top: -219px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/0/3?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: -332px; top: 293px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/2/3?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 692px; top: 293px;\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img src=\"https://a.tiles.mapb...\" class=\"leaflet-marker-icon ...\" tabindex=\"0\" style=\"margin-left: -10px; ...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "iframe[width=\"100%\"]",
            "html": "<img>",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 2412,
        "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": 43,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2546,
          "failed": 39,
          "cantTell": 31,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71fb038e97ae",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3120ca9b403d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d57098bd1f2e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0bc1625052b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9247cff832a6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf0e9f47c55b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f82c2015ee4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bffb355e920",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3838256474df",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e2c5c44fcd0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02c87c14ead5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcc0975574c7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'U.S. Energy and Employment Report' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18e8cb79e802",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'U.S. Energy and Employment Report' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Investing in America' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Investing in America' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Investing in American Manufacturing' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce457e54cce9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" href=\"/eere/ammto/advanced-materials-manufacturing-technologies-office\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e86696d6fd3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b40c94dd"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe height=\"1403px\" data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" data-gtm-yt-inspected-8=\"true\" aria-label=\"American Manufacturing iframe 1\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"100%\" src=\"https://app.energy.gov/invest-map/?initialWidth=768&childId=mapObj&parentTitle=American%20Manufacturing%20%7C%20Department%20of%20Energy&parentUrl=https%3A%2F%2Fwww.energy.gov%2Ftopics%2Famerican-manufacturing\">",
            "message": "The HTML attribute(s) \"scrolling, marginheight, frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd68fd41b0d3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9d1eafc3"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe height=\"1403px\" data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" data-gtm-yt-inspected-8=\"true\" aria-label=\"American Manufacturing iframe 1\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"100%\" src=\"https://app.energy.gov/invest-map/?initialWidth=768&childId=mapObj&parentTitle=American%20Manufacturing%20%7C%20Department%20of%20Energy&parentUrl=https%3A%2F%2Fwww.energy.gov%2Ftopics%2Famerican-manufacturing\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "369ec808cc61",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-1aa958de"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"889516985\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Wooz8XfquS4?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Welcome to Critical Materials 101, a video series breaking down the building blocks of our clean energy future. \n \nFirst up, the U.S. Department of Energy’s list of \"electric 18\" critical materials, why they're so important to clean energy technologies, and what we’re doing across the Department to meet their growing demand.\" title=\"Critical Materials 101: What’s so Critical about Critical Materials?\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c728b3010a48",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5cf44ec1"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"889516985\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Wooz8XfquS4?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Welcome to Critical Materials 101, a video series breaking down the building blocks of our clean energy future. \n \nFirst up, the U.S. Department of Energy’s list of \"electric 18\" critical materials, why they're so important to clean energy technologies, and what we’re doing across the Department to meet their growing demand.\" title=\"Critical Materials 101: What’s so Critical about Critical Materials?\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35ad513bd8b0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9a4dfe6d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32fdbde85454",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'February 19, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'February 10, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'November 22, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 12, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 7, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'January 16, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'January 15, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Manufacturing Deployment Office (MDO)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Policy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7beee49ae16",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25a28e8ad6af",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2589,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 17,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 60
    },
    {
      "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": 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/cybersecurity",
      "finalUrl": "https://www.energy.gov/topics/cybersecurity",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Cybersecurity | Department of Energy",
      "elapsedMs": 8168,
      "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": 685,
          "failed": 1,
          "cantTell": 11,
          "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": "h5",
            "html": "<h5><strong>Cybersecurity RD&amp;D Funding Opportunities</strong></h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95accaec39a6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d1199dad"
          }
        ],
        "outcomeCount": 744,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1707,
          "failed": 20,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3e32afd9bca",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80abef246ab4",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f973aa60c98",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1480215d65c9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71b03bd8c427",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "203bb14ea5ae",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2048e5e87c8a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4ed61631922",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd747a96a626",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7907d300cfe0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c69a875f294",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c43ee78989c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Cybersecurity, Energy Security, and Emergency Response' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ab0bc4812c8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d30c670e4a9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab90c0681358",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1730,
        "uniqueFailedCount": 15,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 5
    },
    {
      "submittedUrl": "https://energy.gov/topics/earth-systems-modeling",
      "finalUrl": "https://www.energy.gov/topics/earth-systems-modeling",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Earth Systems Modeling | Department of Energy",
      "elapsedMs": 11674,
      "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": 893,
          "failed": 2,
          "cantTell": 10,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 27842040",
            "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/8fb635c2/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": "f0dd1ccd3b7c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-029f199d"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 27842040",
            "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": 948,
        "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": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1990,
          "failed": 26,
          "cantTell": 17,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22f95b683409",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04938c9cea02",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f965fb494d11",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a20eb89404",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73a1231de839",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b66a21d1872d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdaa620c3a13",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "901cf154f767",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e760e2dafe7c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e96b5d60cd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd7e8353a59b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0125373dc10b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'DOE Explains...Earth System and Climate Models' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbe3e306bb2b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5d52149a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_media_short_title field field--name-field-media-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'HyperFACETS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10afe3c367e6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-6e3490bc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Early System Models Provide Insights into Our Changing World' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64177409569b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-36=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-21=\"true\" id=\"31605208\" data-gtm-yt-inspected-10=\"true\" src=\"https://www.youtube.com/embed/lTN4yKNrJws?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Introduction to the Energy Exascale Earth System Model \n\n \" title=\"E3SM Overview 2023-11 (with subtitles)\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6c2dfb68bb0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-03c1ffdc"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-36=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-21=\"true\" id=\"31605208\" data-gtm-yt-inspected-10=\"true\" src=\"https://www.youtube.com/embed/lTN4yKNrJws?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Introduction to the Energy Exascale Earth System Model \n\n \" title=\"E3SM Overview 2023-11 (with subtitles)\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06b8a648df00",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-86abba9c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"media--caption\">",
            "message": "Confirm this text 'Introduction to the Energy Exascale Earth System Model' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4fe5f808769",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4e27b12c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Science' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787e807a3a89",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5855eb01951",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "086aebdf1f8e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2022,
        "uniqueFailedCount": 21,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 6
    },
    {
      "submittedUrl": "https://energy.gov/topics/energy-security",
      "finalUrl": "https://energy.gov/topics/energy-security",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/energy-workforce",
      "finalUrl": "https://www.energy.gov/topics/energy-workforce",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Workforce | Department of Energy",
      "elapsedMs": 12457,
      "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": 1138,
          "failed": 2,
          "cantTell": 10,
          "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": "#\\37 3065987",
            "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/8fb635c2/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": "386a4a1d29f8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-772379e5"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\37 3065987",
            "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": 1192,
        "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": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2645,
          "failed": 29,
          "cantTell": 26,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c5fd0cd5f3b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dd9f04bb0ff",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea1861ffa898",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9826b302d0cd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d2e6ee6f4e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e722731960c6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1937ff3ed4ff",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "798eb307fdab",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6adac51b8035",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a249b51a932d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "052245950c4a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfb0d72f5060",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Energy Workforce Advisory Board Strategy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62f1ece0988a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-36=\"true\" data-gtm-yt-inspected-28=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" id=\"445298253\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/3gX3jNUa22s?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Investing in America: A Future Forged of Steel \" title=\"A Future Forged of Steel \" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60e2620b9eb2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-537a77b4"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-36=\"true\" data-gtm-yt-inspected-28=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" id=\"445298253\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/3gX3jNUa22s?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Investing in America: A Future Forged of Steel \" title=\"A Future Forged of Steel \" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0395ddbf3685",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-30c4e490"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"media--caption\">",
            "message": "Confirm this text 'Investing in America: A Future Forged of Steel' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f628d3340fd0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4e27b12c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 18, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "569f2494edfc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 7, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'September 16, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'September 16, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Manufacturing Deployment Office (MDO)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0091af8817c0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Policy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6fbe23e767f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfbf945dcb29",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2685,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 10
    },
    {
      "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": 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/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://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Vulnerability Disclosure Policy | Department of Energy",
      "elapsedMs": 8076,
      "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": 680,
          "failed": 1,
          "cantTell": 3,
          "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": "h4",
            "html": "<h4 class=\"block block-layout-builder block-inline-blockbasic block-title--vulnerability-disclosure-program-vdp-policy-and-handling-procedures\">\n        \n        VULNERABILITY DISCLOSURE PROGRAM (VDP) POLICY AND HANDLING PROCEDURES\n                  </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": "5125c617e926",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-61c4188c"
          }
        ],
        "outcomeCount": 729,
        "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": true,
        "error": null,
        "counts": {
          "passed": 1819,
          "failed": 15,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71538d6353dc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4b3a06edfdb",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "472919f4df32",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06eff6950ab6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b7017e0b828",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c21a7e421c0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f22ee6a15028",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--article\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6f2de677dda",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ce31ab30"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9027a494a215",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74a3da6f9e20",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"summary\">",
            "message": "Confirm this text 'Vulnerability Disclosure Policy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c50243a01705",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-77af75d9"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6349f9102e55",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "827edeb6d1e6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bf8affc2cff",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1835,
        "uniqueFailedCount": 14,
        "duplicateFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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/eere/funding/eere-funding-opportunities",
      "finalUrl": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "CMEI Funding Opportunities | Department of Energy",
      "elapsedMs": 10945,
      "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": 1254,
          "failed": 1,
          "cantTell": 15,
          "inapplicable": 37
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e5fe29a89d7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d1199dad"
          }
        ],
        "outcomeCount": 1307,
        "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": true,
        "error": null,
        "counts": {
          "passed": 3340,
          "failed": 33,
          "cantTell": 29,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "input_label_visible",
          "label_name_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "962324fd4d5e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56115fa2d316",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd8e75319c6d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5633d2111137",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "533fd066ee19",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1983b81a4e88",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e00a2f5e269",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38b2e3adcfed",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b3fea2c1e24",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "967864411d8a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfb6cb7aa493",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "649dc51868e3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_paragraph_heading field field--name-field-paragraph-heading field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Follow our Funding Listserv' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd84640f0e5d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-03778923"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc3347916d3e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16d81cfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "874c6f4459e5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3838eff2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit usa-button\" value=\"Subscribe\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e9a875222f7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-644533ce"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h5>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b887bb2cc1fc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e8b10e05"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h5>",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64f3d3b8b851",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d02d83c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" href=\"/sites/default/files/2025-02/RI%20TRO%20Notice.pdf\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d558790ce3b3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-38336cfc"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065a5c39a620",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Funding Notice: Fiscal Year 2025 Vehicle Technologies Office (VTO) Program Wide Notice of Funding Opportunity\" title=\"Funding Notice: Fiscal Year 2025 Vehicle Technologies Office (VTO) Program Wide Notice of Funding Opportunity\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0702c2a4-bc2c-4580-9b70-81fe6559d696\" data-entity-type=\"node\" href=\"/cmei/vehicles/articles/funding-notice-fiscal-year-2025-vehicle-technologies-office-vto-program-wide\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2e1c072ee4b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3e6ce5bb"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Funding Notice: Department of Energy Announces up to $10 Million for Algal Systems Research and Development to Expand U.S. Bioenergy Feedstock\" title=\"Funding Notice: Department of Energy Announces up to $10 Million for Algal Systems Research and Development to Expand U.S. Bioenergy Feedstock\" data-entity-substitution=\"canonical\" data-entity-uuid=\"e7070811-9898-43e0-b190-22586c7e01c0\" data-entity-type=\"node\" href=\"/cmei/fuels/funding-notice-department-energy-announces-10-million-algal-systems-research-and\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb74e2f4247c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-f0c7a0e9"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Funding Notice: U.S. Department of Energy Announces up to $23 Million to Propel Renewable Chemicals and Fuels\" title=\"Funding Notice: U.S. Department of Energy Announces up to $23 Million to Propel Renewable Chemicals and Fuels\" data-entity-substitution=\"canonical\" data-entity-uuid=\"07bd0911-b95c-433d-b5af-2c6299951666\" data-entity-type=\"node\" href=\"/cmei/fuels/funding-notice-us-department-energy-announces-23-million-propel-renewable-chemicals-and\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "155d4894229a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a15f0735"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Funding Notice: Fiscal Year 2025 Vehicle Technologies Office (VTO) Program Wide Notice of Funding Opportunity\" title=\"Funding Notice: Fiscal Year 2025 Vehicle Technologies Office (VTO) Program Wide Notice of Funding Opportunity\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0702c2a4-bc2c-4580-9b70-81fe6559d696\" data-entity-type=\"node\" href=\"/cmei/vehicles/articles/funding-notice-fiscal-year-2025-vehicle-technologies-office-vto-program-wide\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"EERE Exchange(link is external)\" href=\"https://eere-exchange.energy.gov/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d72c5c2a844",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-f580657a"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"DOE Seeks Input on Strengthening America's Power Electronics Sector\" title=\"DOE Seeks Input on Strengthening America's Power Electronics Sector\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0faea50d-b573-431d-a66c-eb4b240fc0e1\" data-entity-type=\"node\" href=\"/cmei/ammto/articles/doe-seeks-input-strengthening-americas-power-electronics-sector\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48abc7498d2d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-f119e16a"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Energy Department Announces Actions to Secure American Critical Minerals and Materials Supply Chain\" title=\"Energy Department Announces Actions to Secure American Critical Minerals and Materials Supply Chain\" data-entity-substitution=\"canonical\" data-entity-uuid=\"021f1d41-14ea-4333-bebc-1ac0f5b65a1a\" data-entity-type=\"node\" href=\"/articles/energy-department-announces-actions-secure-american-critical-minerals-and-materials-supply\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6eca51550f7e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8f73aea6"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a data-once=\"links\" href=\"https://eere-exchange.energy.gov/#FoaIdbfd61b9b-d99f-4f18-b319-c3385ce52c46\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \" Infrastructure Investment and  ...  and Reuse, and State of Health\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee29e6b7264a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8211ead0"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4b049f0fb03",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7ba465a7"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24b1a36d8f46",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7549bd47bbd2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 3391,
        "uniqueFailedCount": 30,
        "duplicateFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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/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://energy.gov/topics/grid-deployment-and-transmission",
      "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/puerto-rico-grid-resilience-and-modernization",
      "finalUrl": "https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/tribal-energy-access",
      "finalUrl": "https://www.energy.gov/topics/tribal-energy-access",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Tribal Energy Access | Department of Energy",
      "elapsedMs": 12001,
      "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": 989,
          "failed": 2,
          "cantTell": 11,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 60423438",
            "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/8fb635c2/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": "d85e983b5070",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-88c94c5e"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 60423438",
            "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": 1045,
        "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": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2364,
          "failed": 33,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31e071b81853",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c5b80d13452",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09aa25608afe",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0f92f7ec685",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3f2bf666a5c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18640295acd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de3637457690",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "005474e38c23",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed8040fc7a89",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ac72334ec5e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0397f080bcd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04f640933571",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Indian Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3f2693fe9a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Indian Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Energy Improvements in Rural or Remote Areas' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'Highlights of the ERA program from OCED' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cfbc07213f0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5d52149a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Energy Improvements in Rural or Remote Areas' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Advancing Tribal Energy Access' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a29a56ba2460",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a0ea955fd0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-37=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-22=\"true\" id=\"634720602\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/1sT9RFGIP6o?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"In this video, learn about Colusa Indian Community Council’s expansion of the electric distribution line to power more Tribal homes. The project was co-funded by the U.S. Department of Energy (DOE) Office of Indian Energy. \" title=\"Colusa Indian Community Council Tribal Electrification Expansion Project\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4c58dec8021",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-aedad2a0"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-37=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-22=\"true\" id=\"634720602\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/1sT9RFGIP6o?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"In this video, learn about Colusa Indian Community Council’s expansion of the electric distribution line to power more Tribal homes. The project was co-funded by the U.S. Department of Energy (DOE) Office of Indian Energy. \" title=\"Colusa Indian Community Council Tribal Electrification Expansion Project\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad6150a968fa",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-55526b31"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 25, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffff7cf6b4c8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'June 2, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'December 7, 2022' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'September 29, 2022' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Indian Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72bf2f742c37",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "149d8d83ee43",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2400,
        "uniqueFailedCount": 21,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "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
      },
      "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": 13
    },
    {
      "submittedUrl": "https://energy.gov/topics/research-technology-and-economic-security",
      "finalUrl": "https://energy.gov/topics/research-technology-and-economic-security",
      "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/extreme-weather-resiliency",
      "finalUrl": "https://energy.gov/topics/extreme-weather-resiliency",
      "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/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": "aria_role_redundant",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 83,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6a55a86faa93",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "url": "https://energy.gov/",
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7c8cc0ab3d98",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "url": "https://energy.gov/",
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8a834b306fa9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f10911065c60",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--page\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "19ea2d2d2d10",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2141a8e9"
          }
        ]
      },
      {
        "rule": "text_block_heading",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 71,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"collection-item__date p2\">",
            "xpath": null,
            "message": "Confirm this text 'May 11, 2026' is used as a heading and if so, modify to use a heading element or role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8727a62cc815",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "xpath": null,
            "message": "Confirm this text 'Power Marketing Administrations' is used as a heading and if so, modify to use a heading element or role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "27803e809b33",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"field field--string field--field_paragraph_heading field field--name-field-paragraph-heading field--type-string field--label-hidden field__item\">",
            "xpath": null,
            "message": "Confirm this text 'Stay Connected' is used as a heading and if so, modify to use a heading element or role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e57ed0cf2b69",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-03778923"
          },
          {
            "url": "https://energy.gov/",
            "html": "<p class=\"footer-heading\">",
            "xpath": null,
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e3ad25d6c440",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<p class=\"footer-heading\">",
            "xpath": null,
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "aaa59c9a2353",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a20fbef0"
          }
        ]
      },
      {
        "rule": "input_label_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 50,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "04b622f67af2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "url": "https://energy.gov/",
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "019623ca6280",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "url": "https://energy.gov/",
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Go to last slide\" class=\"splide__arrow splide__arrow--prev\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1e9a59b2973b",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5698e05e"
          },
          {
            "url": "https://energy.gov/",
            "html": "<button aria-label=\"Pause autoplay\" aria-controls=\"thumbnail-carousel-track\" type=\"button\" class=\"splide__toggle is-active\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "3a6514482990",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-c9e03cf2"
          },
          {
            "url": "https://energy.gov/",
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Next slide\" class=\"splide__arrow splide__arrow--next\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1339124c9268",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e2b043dc"
          }
        ]
      },
      {
        "rule": "text_contrast_sufficient",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 46,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<h2>",
            "xpath": null,
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8913af19b4cf",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "url": "https://energy.gov/",
            "html": "<p>",
            "xpath": null,
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1a6866a25a70",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span>",
            "xpath": null,
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "c1bfc958afa5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "xpath": null,
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "dc5e1ad5a874",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "url": "https://energy.gov/commercialization",
            "html": "<span>",
            "xpath": null,
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ee98290d6696",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed7d8057"
          }
        ]
      },
      {
        "rule": "label_name_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 46,
        "examples": [
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a data-once=\"links\" aria-label=\"Wholesale Electricity Market Studies and Engagement Program\" title=\"Wholesale Electricity Market Studies and Engagement Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"74e16a08-5cac-42fc-a6f9-6b74fd98ce7f\" data-entity-type=\"node\" href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "44dd2e9170c3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-340ca0f9"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a data-once=\"links\" aria-label=\"Transmission Acceleration Grants (TAG) Program\" title=\"Transmission Acceleration Grants (TAG) Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f5bdc235-8b5a-4143-a90f-715348d46534\" data-entity-type=\"node\" href=\"/oe/transmission-acceleration-grants-tag-program\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "06146a3474d5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fabd1e3f"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience State and Tribal Formula Grant Awards\" title=\"Grid Resilience State and Tribal Formula Grant Awards\" data-entity-substitution=\"canonical\" data-entity-uuid=\"e2b5f8db-92ee-4f8b-8f49-4979676defd5\" data-entity-type=\"node\" href=\"/oe/grid-resilience-state-and-tribal-formula-grant-awards\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "0e696c60bcd3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-de5c6565"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" title=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects\" data-entity-substitution=\"canonical\" data-entity-uuid=\"bf32f4fb-965c-4f16-8b38-3e741b1c8a8d\" data-entity-type=\"node\" href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "da1fdc61c554",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-282339fc"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a data-once=\"links\" aria-label=\"Civil Nuclear Credit Award Cycle 3\" title=\"Civil Nuclear Credit Award Cycle 3\" data-entity-substitution=\"canonical\" data-entity-uuid=\"5fe41c74-540a-4773-8099-372a49d2645e\" data-entity-type=\"node\" href=\"/oe/civil-nuclear-credit-award-cycle-3\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7782ece1ad4e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3b01c168"
          }
        ]
      },
      {
        "rule": "element_tabbable_unobscured",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 45,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "67d57b6fa1b8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "9c88da2f3539",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "88d7cf396260",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/funding-opportunities\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e5378f9565ce",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ae5e5509"
          },
          {
            "url": "https://energy.gov/commercialization",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7ad8685804fd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-13065efa"
          }
        ]
      },
      {
        "rule": "style_color_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 21,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4198fd919b5c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "43caf74b7004",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://energy.gov/commercialization",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "82e5534f6f1f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2afef510cd25",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a7514d543146",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-fbf4fdf4"
          }
        ]
      },
      {
        "rule": "style_highcontrast_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 21,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4d3122283aa9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a307a377a036",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "url": "https://energy.gov/commercialization",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "de03efe98030",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "451be2773552",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "07e755d47e71",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d9c21324"
          }
        ]
      },
      {
        "rule": "aria_content_in_landmark",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 21,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b1317aa113e1",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e2a43041fe0e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "url": "https://energy.gov/commercialization",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1a572daa060f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "49a45852fbb3",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "53c350c15f0c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-91188f8b"
          }
        ]
      },
      {
        "rule": "style_focus_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 20,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Go to last slide\" class=\"splide__arrow splide__arrow--prev\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7a7f194b3679",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-b08dd55b"
          },
          {
            "url": "https://energy.gov/",
            "html": "<button aria-label=\"Pause autoplay\" aria-controls=\"thumbnail-carousel-track\" type=\"button\" class=\"splide__toggle is-active\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ee8e81c49232",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-82e062a4"
          },
          {
            "url": "https://energy.gov/",
            "html": "<button aria-controls=\"thumbnail-carousel-track\" aria-label=\"Next slide\" class=\"splide__arrow splide__arrow--next\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8cdb1e6b6b1e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-bbd69862"
          },
          {
            "url": "https://energy.gov/",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1b70f7adde82",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3838eff2"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<a href=\"\" data-once=\"links\" class=\"chosen-single\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f9e338d66355",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-08b71973"
          }
        ]
      },
      {
        "rule": "element_attribute_deprecated",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 11,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"702926774\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "921bef7d94c2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4891ecd5"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "c7d88c1aff9c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=2ewwcof8ic8w\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-n7la6ear177j\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "17fcf1357e48",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-05a21753"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<table aria-describedby=\"DataTables_Table_0_info\" id=\"DataTables_Table_0\" data-order=\"[[\"0\",\"asc\"]]\" data-page-length=\"10\" cellspacing=\"0\" class=\"datatable-table datatable-table--sortable display dataTable no-footer dtr-inline collapsed\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"cellspacing\" is deprecated for the <table> element in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bbcbffcb0b26",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ee1b6f35"
          },
          {
            "url": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
            "html": "<center>",
            "xpath": null,
            "message": "The <center> element is deprecated in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2f1ee4e9b2e2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a6608020"
          }
        ]
      },
      {
        "rule": "text_sensory_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 11,
        "examples": [
          {
            "url": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e49ccc6db426",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "url": "https://energy.gov/save",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "471ddec05b2d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          },
          {
            "url": "https://energy.gov/work-us-department-energy",
            "html": "<span>",
            "xpath": null,
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "25f3b4ed5ac8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "url": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
            "html": "<h1>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'Largest'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "70eca626d023",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5e8e6b04"
          },
          {
            "url": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6668cb131a81",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16897965"
          }
        ]
      },
      {
        "rule": "element_tabbable_role_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 10,
        "examples": [
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Program: activate to sort column descending\" aria-sort=\"ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting sorting_asc\">",
            "xpath": null,
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e4c883474d58",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4bc30ba7"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Paid: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bd8bb1cad3f9",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-1276536d"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Academic Disciplines: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6bcb51c5262d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-6924b435"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Housing/Transportation: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e39cb7f2c506",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-0b9675c5"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Availability: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e84ee7ca25ef",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-12ed0e0a"
          }
        ]
      },
      {
        "rule": "frame_src_valid",
        "engine": "equalAccess",
        "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/",
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"702926774\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "24623354390d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9ec974f8"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=2ewwcof8ic8w\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-n7la6ear177j\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f5b1149cc88f",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-84114b06"
          },
          {
            "url": "https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
            "html": "<iframe data-gtm-yt-inspected-34=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-19=\"true\" id=\"576602919\" data-gtm-yt-inspected-10=\"true\" aria-label=\"Advancing Innovation: Technology Transitions and Early Investments iframe 1\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"Office of Technology Transitions - By the Numbers\" src=\"https://www.youtube.com/embed/kSMV0kvbRT4?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "be15ad6fcb82",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-004b057d"
          },
          {
            "url": "https://energy.gov/topics/american-manufacturing",
            "html": "<iframe height=\"1403px\" data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" data-gtm-yt-inspected-8=\"true\" aria-label=\"American Manufacturing iframe 1\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"100%\" src=\"https://app.energy.gov/invest-map/?initialWidth=768&childId=mapObj&parentTitle=American%20Manufacturing%20%7C%20Department%20of%20Energy&parentUrl=https%3A%2F%2Fwww.energy.gov%2Ftopics%2Famerican-manufacturing\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "369ec808cc61",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-1aa958de"
          },
          {
            "url": "https://energy.gov/topics/american-manufacturing",
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"889516985\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Wooz8XfquS4?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Welcome to Critical Materials 101, a video series breaking down the building blocks of our clean energy future. \n \nFirst up, the U.S. Department of Energy’s list of \"electric 18\" critical materials, why they're so important to clean energy technologies, and what we’re doing across the Department to meet their growing demand.\" title=\"Critical Materials 101: What’s so Critical about Critical Materials?\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "35ad513bd8b0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9a4dfe6d"
          }
        ]
      },
      {
        "rule": "table_headers_related",
        "engine": "equalAccess",
        "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/internships-fellowships",
            "html": "<th aria-label=\"Program: activate to sort column descending\" aria-sort=\"ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting sorting_asc\">",
            "xpath": null,
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a1ac5dd05e61",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ef0f9535"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Paid: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2ed3e1c4c909",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-792dbac0"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Academic Disciplines: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bcb24c70bbbe",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-79059912"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Housing/Transportation: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b2def02decc2",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-140049e0"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Availability: activate to sort column ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting\">",
            "xpath": null,
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bfd98d4adaf6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d8850d9b"
          }
        ]
      },
      {
        "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": 6,
        "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/8fb635c2/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\38 99889248",
            "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": "4dd65b5d84a0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d479a3ba"
          },
          {
            "url": "https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8fb635c2/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\32 53022404",
            "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": "176da9cbadc5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ce374d0a"
          },
          {
            "url": "https://energy.gov/topics/american-manufacturing",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8fb635c2/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\36 49400426",
            "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": "d5c805d9341d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-04539540"
          },
          {
            "url": "https://energy.gov/topics/earth-systems-modeling",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8fb635c2/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\38 27842040",
            "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": "f0dd1ccd3b7c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-029f199d"
          },
          {
            "url": "https://energy.gov/topics/energy-workforce",
            "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/8fb635c2/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\37 3065987",
            "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": "386a4a1d29f8",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-772379e5"
          }
        ]
      },
      {
        "rule": "heading-order",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures heading levels are not skipped (e.g. h1→h3). Inconsistent heading hierarchy makes page structure difficult to navigate for screen reader users."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "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-05-12T01:13:28.935Z",
            "patternId": "A11Y-09c71066"
          },
          {
            "url": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
            "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": "7812cc68373d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9f5de03c"
          },
          {
            "url": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
            "html": "<h5>",
            "xpath": ".layout--50-50.blade-section--white.blade-section--boxed:nth-child(2) > .grid-container > .blade-color > .grid-row > .tablet-lg\\:grid-col-6:nth-child(1) > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--name-body.field--type-text-with-summary > h5",
            "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": "e68cca4f5c4a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ff227f47"
          },
          {
            "url": "https://energy.gov/topics/cybersecurity",
            "html": "<h5><strong>Cybersecurity RD&amp;D Funding Opportunities</strong></h5>",
            "xpath": "h5",
            "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": "95accaec39a6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-d1199dad"
          },
          {
            "url": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
            "html": "<h4 class=\"block block-layout-builder block-inline-blockbasic block-title--vulnerability-disclosure-program-vdp-policy-and-handling-procedures\">\n        \n        VULNERABILITY DISCLOSURE PROGRAM (VDP) POLICY AND HANDLING PROCEDURES\n                  </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": "5125c617e926",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-61c4188c"
          }
        ]
      },
      {
        "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "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-05-12T01:13:28.935Z",
            "patternId": "A11Y-a66310b3"
          }
        ]
      },
      {
        "rule": "aria_attribute_redundant",
        "engine": "equalAccess",
        "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": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7d4ee6c2e3b7",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16d81cfc"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-text required usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"subject\" id=\"edit-subject\" type=\"text\" data-drupal-selector=\"edit-subject\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "da657408fe44",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-dafd90f3"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<textarea aria-required=\"true\" required=\"required\" class=\"form-textarea required usa-textarea resize-vertical\" cols=\"60\" rows=\"5\" name=\"message\" id=\"edit-message\" data-drupal-selector=\"edit-message\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4b72f248c5a6",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5355293b"
          },
          {
            "url": "https://energy.gov/genesis",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "37b28cf1448c",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16d81cfc"
          },
          {
            "url": "https://energy.gov/eere/funding/eere-funding-opportunities",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\" title=\"Email address\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bc3347916d3e",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-16d81cfc"
          }
        ]
      },
      {
        "rule": "text_quoted_correctly",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<a data-once=\"links\" href=\"/articles/secretary-wright-signs-agreements-grow-american-lng-exports-advances-trump-peace-pipelines\" class=\"collection-item__link\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Trump Peace Pipelines Framework'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f2d62de7f5da",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-2a1be393"
          },
          {
            "url": "https://energy.gov/cio/department-energy-information-quality-guidelines",
            "html": "<p>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"provide policy and procedural g ... sseminated by Federal Agencies.\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f913de264335",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "url": "https://energy.gov/eere/funding/eere-funding-opportunities",
            "html": "<a data-once=\"links\" href=\"https://eere-exchange.energy.gov/#FoaIdbfd61b9b-d99f-4f18-b319-c3385ce52c46\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \" Infrastructure Investment and  ...  and Reuse, and State of Health\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ee29e6b7264a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-8211ead0"
          }
        ]
      },
      {
        "rule": "label_ref_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<label id=\"edit-category-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-category\">",
            "xpath": null,
            "message": "The value \"edit-category\" of the 'for' attribute is not the 'id' of a valid element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a5f23d05c066",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-25403217"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<label id=\"edit-affiliation-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-affiliation\">",
            "xpath": null,
            "message": "The value \"edit-affiliation\" of the 'for' attribute is not the 'id' of a valid element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "5f67e17efb26",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-9c91dd0d"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<label class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-reply\">",
            "xpath": null,
            "message": "The value \"edit-reply\" of the 'for' attribute is not the 'id' of a valid element",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f8a89d47efd0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ed485d2a"
          }
        ]
      },
      {
        "rule": "aria_attribute_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<div aria-label=\"Show options\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b4e381f29f4a",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7d3afd29"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=2ewwcof8ic8w\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-n7la6ear177j\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <iframe> with ARIA role \"presentation\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "da3dcef14ffc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e5d5fbbb"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<div aria-label=\"Show options\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "33b4f4d87a30",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7d3afd29"
          }
        ]
      },
      {
        "rule": "heading_markup_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/genesis",
            "html": "<h3>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bb058b041afd",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "url": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
            "html": "<h1>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "16eb993dea67",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-ab918c7b"
          },
          {
            "url": "https://energy.gov/eere/funding/eere-funding-opportunities",
            "html": "<h5>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b887bb2cc1fc",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-e8b10e05"
          }
        ]
      },
      {
        "rule": "input_checkboxes_grouped",
        "engine": "equalAccess",
        "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/contact-us",
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "xpath": null,
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "0caa6e3254a5",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-75ef2670"
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<input class=\"form-radio usa-radio__input\" value=\"yes\" name=\"reply\" id=\"edit-reply-yes\" type=\"radio\" data-drupal-selector=\"edit-reply-yes\">",
            "xpath": null,
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "c2a911fb5466",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-27bf5f2c"
          }
        ]
      },
      {
        "rule": "presentation-role-conflict",
        "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/presentation-role-conflict?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-x2e2f7doqofu\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\" aria-label=\"Contact Us iframe 1\">",
            "xpath": "iframe[title=\"reCAPTCHA\"]",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element does not have global ARIA attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "acaf67c7ca19",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-bf3006db"
          }
        ]
      },
      {
        "rule": "element_tabbable_visible",
        "engine": "equalAccess",
        "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/contact-us",
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "93ab6462b8f0",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-44ee7316"
          }
        ]
      },
      {
        "rule": "aria_child_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<tr>",
            "xpath": null,
            "message": "The element with role \"row\" does not own any child element with any of the following role(s): \"cell, columnheader, gridcell, rowheader\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "32a28ee72143",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-27edf888"
          }
        ]
      },
      {
        "rule": "link-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [
            "2.4.4",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures links have discernible text. Screen reader users often navigate pages by listing all links — links without text or with only 'click here' provide no context."
        },
        "wcag": {
          "scs": [
            "2.4.4",
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </a>",
            "xpath": ".field--field_text > p:nth-child(1) > a[data-entity-type=\"node\"][data-entity-substitution=\"canonical\"][data-once=\"links\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "64d697a5cb7d",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-4c09511f"
          }
        ]
      },
      {
        "rule": "a_text_purpose",
        "engine": "equalAccess",
        "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/femp/federal-energy-management-program-funding-opportunities",
            "html": "<a data-once=\"links\" data-entity-substitution=\"canonical\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-type=\"node\" href=\"/cmei/femp/federal-energy-management-program-legacy\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ce1648c20b33",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-af61e23a"
          }
        ]
      },
      {
        "rule": "image-alt",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.1.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every <img> element has alternative text. Without alt text, blind users receive no information about the image's meaning or purpose."
        },
        "wcag": {
          "scs": [
            "1.1.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/topics/american-manufacturing",
            "html": "<img class=\"leaflet-tile leaflet-tile-loaded\" src=\"https://a.tiles.mapbox.com/styles/v1/energy/cll411cfu006v01qlevja70n1/tiles/3/1/2?access_token=pk.eyJ1IjoiZW5lcmd5IiwiYSI6IkozTG9BZDQifQ.1WKh4U0kKCdknF3gxBOF7Q\" style=\"height: 512px; width: 512px; left: 180px; top: -219px;\">",
            "xpath": "iframe[width=\"100%\"]",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "0113da527215",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-5fe880fa"
          }
        ]
      },
      {
        "rule": "style_background_decorative",
        "engine": "equalAccess",
        "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/eere/funding/eere-funding-opportunities",
            "html": "<style>",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d4b049f0fb03",
            "firstSeenAt": "2026-05-12T01:13:28.935Z",
            "patternId": "A11Y-7ba465a7"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 7,
      "Visual Designer": 0,
      "Content Author": 8,
      "Front-End Developer": 507
    },
    "severityStats": {
      "Critical": 1,
      "Serious": 1,
      "Moderate": 513,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 515,
    "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": "4dd65b5d84a0",
        "url": "https://www.energy.gov/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4198fd919b5c",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d3122283aa9",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1317aa113e1",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67d57b6fa1b8",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a55a86faa93",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04b622f67af2",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019623ca6280",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c8cc0ab3d98",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8913af19b4cf",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a6866a25a70",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a7f194b3679",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e9a59b2973b",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee8e81c49232",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a6514482990",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cdb1e6b6b1e",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1339124c9268",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8727a62cc815",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2d62de7f5da",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "921bef7d94c2",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24623354390d",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27803e809b33",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e57ed0cf2b69",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d4ee6c2e3b7",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b70f7adde82",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cf404abba6d",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a834b306fa9",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ad25d6c440",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43caf74b7004",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a307a377a036",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2a43041fe0e",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c88da2f3539",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f10911065c60",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f417b7d9b8a2",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "487516012ba8",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19ea2d2d2d10",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c0ccf5db4c",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88d7cf396260",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1bfc958afa5",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5378f9565ce",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc5e1ad5a874",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e49ccc6db426",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44dd2e9170c3",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06146a3474d5",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e696c60bcd3",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da1fdc61c554",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7782ece1ad4e",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c5c247420ab",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24737f6576d0",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca96117ccda",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41bc349ef4e5",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5304a813601",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db4af2a5b33e",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dee08a990e2f",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02bcc948649e",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0fd5df40682",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "205bc27cfab4",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48bd34d4c05d",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18c22c6ee8ba",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bedb5d489c20",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4517dd404dec",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "639d40bdb79c",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "672a8abda0db",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "815c17039744",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "556a19c228d5",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bed000b57ee",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aaa59c9a2353",
        "url": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82e5534f6f1f",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de03efe98030",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a572daa060f",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ad8685804fd",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53dcf33519dd",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25f5127eb375",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "906700f3d427",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e50446aa812",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ff8cbfb2c65",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b39fbf124ebc",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee98290d6696",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6c2ddc14675",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84a8fd2d5c2e",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28e86a626b00",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "370de6f484bc",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e24177a16a3c",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce477d3dbc47",
        "url": "https://www.energy.gov/commercialization",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acaf67c7ca19",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7d88c1aff9c",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2afef510cd25",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "451be2773552",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49a45852fbb3",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a70732fd7bc",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66a417759ffd",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "715b607f88ea",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "141c52ec9a15",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b5d777df615",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfe608a54c84",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bc4e8681ab0",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56a396791276",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db1d32bf07da",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b34ed1330ce",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75bca004f59a",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5f23d05c066",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9e338d66355",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4e381f29f4a",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ddfd1ca6160",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f67e17efb26",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da657408fe44",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "731ff3c7d7ca",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1d0c081edf2",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b72f248c5a6",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a13d40f9808a",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e75b214fceb6",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8a89d47efd0",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0caa6e3254a5",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93ab6462b8f0",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2a911fb5466",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17fcf1357e48",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5b1149cc88f",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da3dcef14ffc",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da60fe120cc9",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91508100f6d6",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d55a93d6f5e6",
        "url": "https://www.energy.gov/contact-us",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f04d31072f4",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7514d543146",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07e755d47e71",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53c350c15f0c",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0646e07a0cb6",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41a49b1d5e5f",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10102b6e7fc5",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b0f88fb9f7",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df5f563f4524",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f22004bec3b0",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a608a1a840e0",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "030c7a3a0be3",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "265aeb14be3e",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e001f326f69f",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb058b041afd",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38cdf925e091",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37b28cf1448c",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d12dfaefe9a5",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "932efd19e8ae",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "239b8238c2e9",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96a166445b8e",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cd775fe6d2e",
        "url": "https://www.energy.gov/undersecretaryforscience/genesis-mission/genesis-mission",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d37f178c26f6",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a7939a30351",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f84775cc6ab",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "860b36eca965",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c14b13d79c9b",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd40e448628b",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c858a6fa42a2",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f7f839d16cd",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "188b260f7607",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3547f1b4f929",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d6dc41438bf",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f49aa2f1b89",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99334c7c1c45",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7496f0e07a14",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6819cc34b511",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbcbffcb0b26",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32a28ee72143",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1ac5dd05e61",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4c883474d58",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a778c6988fb1",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ed3e1c4c909",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd8bb1cad3f9",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85a273507da9",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcb24c70bbbe",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bcb51c5262d",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "320a982f90c9",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2def02decc2",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e39cb7f2c506",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dca7ecd8f54",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfd98d4adaf6",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e84ee7ca25ef",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d893ae1bb1b",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60c965c2b5bd",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2055251cfbe3",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79ecdf720eee",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa2b30603062",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32362741d728",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:table_headers_related|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "237959b7b390",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "634a9633b347",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9378f22216f4",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83aeee031b1d",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e4f3f1d1bb8",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50651cb7ab53",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3df3207d67e6",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "890ba37d41fe",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90f0e69ecd88",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d069edbd2e61",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "528880162267",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6183582cfaf",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33b4f4d87a30",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f65e3e80f129",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feff386acf19",
        "url": "https://www.energy.gov/internships-fellowships",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5cfd6b9108e8",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c425037eeb5",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a71e43f0b46c",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd434c3cd967",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18863178198f",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91fbc78e0566",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9a3ed9663c8",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29cc06aead9a",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49be4f872a55",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7331d0630f19",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eff6f4bad7b0",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34730e2e8a16",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f4412e70ede",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d478c9f6b821",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57273e90aba5",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba0ff61ec866",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b091d59bb066",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b86ce187938",
        "url": "https://www.energy.gov/power-marketing-administrations",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edb12f5f845d",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5078a378ef64",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0931b581217",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "458ae8845b18",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e583b9d77599",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b31c789d20d",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e911c083cae",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a41464ec46b",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4f5868888d8",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19889204a975",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b347ee5677",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc7904729acd",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a73eb70cc8a5",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "471ddec05b2d",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9aed8e8863d",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "105a810b9d2f",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b8bb67d206f",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "122f25635ab5",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e97b17299f28",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ac5c6c82bc4",
        "url": "https://www.energy.gov/save",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ad2d65aef6",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df20b7c9e5d6",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "729b0e8d6c37",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f01280de2826",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39b1cbdd6592",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1409c064161",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4d61af920f3",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d235d3a40afb",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d161464652c7",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e5c54904258",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d52bd3d87d06",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "065447959bbf",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d147614dcb4",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31f219035dd9",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0beb6ff0138",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25f3b4ed5ac8",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dee770522475",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fe5c625d6a0",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49a1d1c09693",
        "url": "https://www.energy.gov/work-us-department-energy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "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": "41071d2f3570",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d77bdb305e1c",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54e43c4c0ffd",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d7bf9327593",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a248941b98f4",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbfcb9fa87ee",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea23276ff954",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5499d0f43ef3",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70fc314d0a8c",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70fd9aa5158c",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16eb993dea67",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70eca626d023",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6668cb131a81",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f1ee4e9b2e2",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52f36f58471b",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81167ed7786c",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "352aaac1f896",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c78a6b6701ec",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ed302ce241",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "168f1b29120b",
        "url": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "408c7d0142af",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "709490df4329",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6741686dc5d",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce3a999f673",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58bb2c2336c3",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d829f77afc0",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48fd07803b0c",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e54b0b3713b7",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bf7ba5b2719",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd4a625dbb95",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec2b5d1deb16",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47739387e308",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5729ac6f0f98",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f913de264335",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59c9b8f54010",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2193dfa75230",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc7e320a5c0",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c20307defb0c",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2126651df923",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cab8932e00e6",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cf6a90d2b86",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31ccb79c1023",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87e0e519a8ed",
        "url": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e68cca4f5c4a",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "64d697a5cb7d",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79dc56047fc3",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dcfe05b3536",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a050e4ea0d55",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c08a7a40e08a",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ceba35ae784",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28162c5fba87",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29a33cc0fab3",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85b2302db163",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ef8a9404dc5",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22b9870a8225",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16419c52e5a2",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c55800a992b1",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b04546f76312",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce1648c20b33",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e575774230d8",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ae2f167c95d",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7248e49f406",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19f87baf1404",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "840a1f64bfbd",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f7c90798e33",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8f589dfb8c8",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ae6a90977d",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c93a5947293e",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "329ed722a086",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24ff3caa0779",
        "url": "https://www.energy.gov/cmei/femp/federal-energy-management-program-funding-opportunities",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afee5a9bda52",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c11171cc38d4",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c865a477f8a7",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e1c98f08a78",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4d70cba924b",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "877f9f43fab8",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5fd8d895785",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64c9bad7eb0b",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b45e281d217a",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d77faaa66554",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "943f1599ece8",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99639f796e5d",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "869205c4b4f0",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba704a284c73",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad891504d87a",
        "url": "https://www.energy.gov/topics/2025-doe-403-orders",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "176da9cbadc5",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99debc282e04",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a83e84e2a73c",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a120108d8a6a",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6811001a6388",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a76226f25e8",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc56118115fb",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8415660ac51",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42ca9675dfd7",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f904a66229e",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "636bd2da744e",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b2c771dd6c8",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18e91e6762d6",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "241853258fe3",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79e1e92aff59",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e187ec0ce98a",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be15ad6fcb82",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2390d4b1477f",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe40c1adfffa",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91edfb7896f6",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a16b5448218",
        "url": "https://www.energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5c805d9341d",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0113da527215",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71fb038e97ae",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3120ca9b403d",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d57098bd1f2e",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0bc1625052b",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9247cff832a6",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf0e9f47c55b",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f82c2015ee4",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bffb355e920",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3838256474df",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e2c5c44fcd0",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02c87c14ead5",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcc0975574c7",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18e8cb79e802",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce457e54cce9",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e86696d6fd3",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd68fd41b0d3",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "369ec808cc61",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c728b3010a48",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35ad513bd8b0",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32fdbde85454",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7beee49ae16",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25a28e8ad6af",
        "url": "https://www.energy.gov/topics/american-manufacturing",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95accaec39a6",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3e32afd9bca",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80abef246ab4",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f973aa60c98",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1480215d65c9",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71b03bd8c427",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "203bb14ea5ae",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2048e5e87c8a",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4ed61631922",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd747a96a626",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7907d300cfe0",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c69a875f294",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c43ee78989c",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ab0bc4812c8",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d30c670e4a9",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab90c0681358",
        "url": "https://www.energy.gov/topics/cybersecurity",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0dd1ccd3b7c",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22f95b683409",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04938c9cea02",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f965fb494d11",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10a20eb89404",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73a1231de839",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b66a21d1872d",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdaa620c3a13",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "901cf154f767",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e760e2dafe7c",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28e96b5d60cd",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd7e8353a59b",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0125373dc10b",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbe3e306bb2b",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10afe3c367e6",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64177409569b",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6c2dfb68bb0",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06b8a648df00",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4fe5f808769",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "787e807a3a89",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5855eb01951",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "086aebdf1f8e",
        "url": "https://www.energy.gov/topics/earth-systems-modeling",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "386a4a1d29f8",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5c5fd0cd5f3b",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dd9f04bb0ff",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea1861ffa898",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9826b302d0cd",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1d2e6ee6f4e",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e722731960c6",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1937ff3ed4ff",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "798eb307fdab",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6adac51b8035",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a249b51a932d",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "052245950c4a",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfb0d72f5060",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62f1ece0988a",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60e2620b9eb2",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0395ddbf3685",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f628d3340fd0",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "569f2494edfc",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0091af8817c0",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6fbe23e767f",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfbf945dcb29",
        "url": "https://www.energy.gov/topics/energy-workforce",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5125c617e926",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71538d6353dc",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4b3a06edfdb",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "472919f4df32",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06eff6950ab6",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b7017e0b828",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c21a7e421c0",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f22ee6a15028",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6f2de677dda",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9027a494a215",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74a3da6f9e20",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c50243a01705",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6349f9102e55",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "827edeb6d1e6",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bf8affc2cff",
        "url": "https://www.energy.gov/cio/articles/vulnerability-disclosure-policy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e5fe29a89d7",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "962324fd4d5e",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56115fa2d316",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd8e75319c6d",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5633d2111137",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "533fd066ee19",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1983b81a4e88",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e00a2f5e269",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38b2e3adcfed",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b3fea2c1e24",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "967864411d8a",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfb6cb7aa493",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "649dc51868e3",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd84640f0e5d",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc3347916d3e",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "874c6f4459e5",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e9a875222f7",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b887bb2cc1fc",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64f3d3b8b851",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d558790ce3b3",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "065a5c39a620",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2e1c072ee4b",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb74e2f4247c",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "155d4894229a",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d72c5c2a844",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48abc7498d2d",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6eca51550f7e",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee29e6b7264a",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4b049f0fb03",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24b1a36d8f46",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7549bd47bbd2",
        "url": "https://www.energy.gov/cmei/funding/cmei-funding-opportunities",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d85e983b5070",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31e071b81853",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c5b80d13452",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09aa25608afe",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0f92f7ec685",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3f2bf666a5c",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d18640295acd",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de3637457690",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "005474e38c23",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed8040fc7a89",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ac72334ec5e",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0397f080bcd",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04f640933571",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b3f2693fe9a",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cfbc07213f0",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a29a56ba2460",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1a0ea955fd0",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4c58dec8021",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad6150a968fa",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffff7cf6b4c8",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72bf2f742c37",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "149d8d83ee43",
        "url": "https://www.energy.gov/topics/tribal-energy-access",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      }
    ],
    "resolvedIssues": []
  }
}
