{
  "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-19T01:21:59.146Z",
  "totalElapsedMs": 164770,
  "totalSubmitted": 69,
  "acceptedCount": 69,
  "scannedCount": 69,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 15347,
    "failed": 17,
    "cantTell": 174,
    "inapplicable": 706
  },
  "equalAccessTotals": {
    "passed": 38046,
    "failed": 664,
    "uniqueFailed": 411,
    "duplicates": 253,
    "cantTell": 398,
    "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": 254,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 16,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 16,
  "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": 12976,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 970,
          "failed": 7,
          "cantTell": 20,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#main-carousel-slide01",
            "html": "<li class=\"field__item splide__slide is-active is-visible\" id=\"main-carousel-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\" style=\"width: calc(100%);\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role group is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16e5c3809ecf",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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": "#\\31 83201996",
            "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/55b1ff8b/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": "c52fcf288cc7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-fbf7d9c2"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\31 83201996",
            "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": 2536,
          "failed": 48,
          "cantTell": 44,
          "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"
        ],
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-e2b043dc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'May 18, 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-19T01:21:59.146Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'May 14, 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 'May 11, 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 'May 11, 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-41=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-24=\"true\" id=\"969256010\" data-gtm-yt-inspected-10=\"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": "27772e3158b6",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c586c737"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-41=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-24=\"true\" id=\"969256010\" data-gtm-yt-inspected-10=\"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": "0424fb32019d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-f98684e7"
          },
          {
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2586,
        "uniqueFailedCount": 26,
        "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": 10382,
      "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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": 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/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": 7398,
      "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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://energy.gov/contact-us",
      "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/design",
      "finalUrl": "https://energy.gov/design",
      "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/digital-engagement-and-media",
      "finalUrl": "https://www.energy.gov/digital-engagement-and-media",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Digital Engagement and Media | Department of Energy",
      "elapsedMs": 7398,
      "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": 783,
          "failed": 0,
          "cantTell": 11,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 840,
        "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": 1849,
          "failed": 22,
          "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"
        ],
        "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": "219b91a5a1a1",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7d93fa1ba43b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "58aefe64d2fa",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7dc168798f78",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "1adbe9b77d9a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "88e90c2c4108",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "274efb2487aa",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "77e0f0240d9b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "d852f4d400b8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "3a0c72207667",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "c774be1a4b90",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "2c8b3b436b34",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'Tax Credits and Rebates' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce486ec10da6",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'Energy Saving Tips' 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 Public Affairs' 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": "0f863afb5de3",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "6a5e4cd7f9de",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1886,
        "uniqueFailedCount": 15,
        "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/EDF",
      "finalUrl": "https://energy.gov/EDF",
      "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/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://energy.gov/genesis",
      "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/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": 8594,
      "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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": 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/newsroom",
      "finalUrl": "https://energy.gov/newsroom",
      "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/notice-court-orders",
      "finalUrl": "https://energy.gov/notice-court-orders",
      "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/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://www.energy.gov/our-leadership-offices",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Our Leadership &amp; Offices | Department of Energy",
      "elapsedMs": 9226,
      "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": 1318,
          "failed": 0,
          "cantTell": 9,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "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": 1374,
        "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": 3377,
          "failed": 46,
          "cantTell": 38,
          "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": "b0d5a3667016",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "f0b6144b5a96",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "695f6ea4626b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "18406db7fa66",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "d27c8f5ea9cb",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "a46ad8870b1d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "e1f0fb4f9379",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "1fd2026f3ed8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "9720a346144f",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "51b9e6347225",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "67981a5911d6",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "31b07ed15d47",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "990c2151f4ff",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-3701e96c"
          },
          {
            "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 'Secretary of Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34243d4c3b93",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'Deputy Secretary of 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": "<p class=\"title-2xl\">",
            "message": "Confirm this text 'U.S. Department of Energy Org Chart' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c6623e1eae7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-e0650a3b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl\">",
            "message": "Confirm this text 'Office of the Secretary' 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 Chief Financial Officer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44c14a2c5fb8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 the Chief Human Capital Officer' 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 Environmental Management' 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 Environment, Health, Safety and Security' 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 'Legacy Management' 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": "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 Public Affairs' 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\">",
            "message": "Confirm this text 'Office of the Under Secretary for 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 'Arctic Energy Office' 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 Cybersecurity, Energy Security, and Emergency Response' 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": "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 Energy Dominance Financing' 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 '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": "<p class=\"title-2xl\">",
            "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": "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 Electricity' 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 Science' 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\">",
            "message": "Confirm this text 'National Nuclear Security Administration (NNSA)' 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 'The U.S. Nuclear Weapons Stockpile' 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\">",
            "message": "Confirm this text 'Independent Offices' 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": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31263cb35fda",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'Office of the Inspector General' 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": "9862d3d788d1",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "3b4c8c3be5b2",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 3427,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 27,
        "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": 27
    },
    {
      "submittedUrl": "https://energy.gov/power-marketing-administrations",
      "finalUrl": "https://energy.gov/power-marketing-administrations",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/save",
      "finalUrl": "https://energy.gov/save",
      "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/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": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/us-department-energy-national-laboratories",
      "finalUrl": "https://www.energy.gov/us-department-energy-national-laboratories",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "U.S Department of Energy National Laboratories | Department of Energy",
      "elapsedMs": 21002,
      "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": 1626,
          "failed": 0,
          "cantTell": 8,
          "inapplicable": 41
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex",
          "valid-lang"
        ],
        "failures": [],
        "outcomeCount": 1675,
        "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": 3761,
          "failed": 75,
          "cantTell": 44,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "html_skipnav_exists",
          "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": "54d4d3d95ee3",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "ab66e20b31e4",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "dbc72a378247",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "5a0976780f8d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "477945ffbfb4",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "ba213f9b8321",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "517d70f38729",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "d960e52dcab0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "0f9949f39d3d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "aa63fedc99c1",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "26f6984d6e84",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "2378633f401b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "3ea7a3e861f7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe style=\"height: 428px;\" aria-label=\"U.S Department of Energy National Laboratories iframe 1\" title=\"National Labs H5P Test Map\" lang=\"en\" scrolling=\"no\" frameborder=\"0\" data-content-id=\"1249\" class=\"h5p-iframe h5p-initialized\" id=\"h5p-iframe-1249\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a6bcac8d50c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-73e13265"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe style=\"height: 428px;\" aria-label=\"U.S Department of Energy National Laboratories iframe 1\" title=\"National Labs H5P Test Map\" lang=\"en\" scrolling=\"no\" frameborder=\"0\" data-content-id=\"1249\" class=\"h5p-iframe h5p-initialized\" id=\"h5p-iframe-1249\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0a2382cd5f7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-fc1c2d15"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html lang=\"en\" class=\"h5p-iframe\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8091ed62082a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-977cca00"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<div title=\"Fullscreen\" aria-label=\"Fullscreen\" class=\"h5p-enable-fullscreen\" tabindex=\"0\" role=\"button\">",
            "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": "724216814d26",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c2bb81e8"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<div style=\"width: 768px; height: 428px; font-size: 24.0627px;\" class=\"h5p-image-hotspots-container\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "970a6852b042",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-f44b7472"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 29.6975%; left: 17.6201%; color: rgb(33, 64, 154);\" aria-label=\"Pacific Northwest National Laboratory\" title=\"Pacific Northwest National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65f480abfe2c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-358d339e"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<button style=\"top: 29.6975%; left: 17.6201%; color: rgb(33, 64, 154);\" aria-label=\"Pacific Northwest National Laboratory\" title=\"Pacific Northwest National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b9986cf170",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8255ef7e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 29.6975%; left: 17.6201%; color: rgb(33, 64, 154);\" aria-label=\"Pacific Northwest National Laboratory\" title=\"Pacific Northwest National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c723f86bedc5",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-aee060a6"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 37.0918%; left: 15.3318%; color: rgb(33, 64, 154);\" aria-label=\"National Energy Technology Laboratory: Albany\" title=\"National Energy Technology Laboratory: Albany\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcd9b567a897",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a286ca00"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 37.0918%; left: 15.3318%; color: rgb(33, 64, 154);\" aria-label=\"National Energy Technology Laboratory: Albany\" title=\"National Energy Technology Laboratory: Albany\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a39be4370ea",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-eeb43385"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 38.6518%; left: 28.6041%; color: rgb(33, 64, 154);\" aria-label=\"Idaho National Laboratory\" title=\"Idaho National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75bb4fa4e003",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-7dc71f0e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 38.6518%; left: 28.6041%; color: rgb(33, 64, 154);\" aria-label=\"Idaho National Laboratory\" title=\"Idaho National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7462cbf957e4",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-0c4639fa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 43.6014%; left: 60.7007%; color: rgb(33, 64, 154);\" aria-label=\"Fermi National Accelerator Laboratory\" title=\"Fermi National Accelerator Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3d92d9bc2db",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-3dfe1113"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 43.6014%; left: 60.7007%; color: rgb(33, 64, 154);\" aria-label=\"Fermi National Accelerator Laboratory\" title=\"Fermi National Accelerator Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81af9da70b1d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-d6624edc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 43.7324%; left: 54.0747%; color: rgb(33, 64, 154);\" aria-label=\"Ames Laboratory\" title=\"Ames Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4042d5a182d0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-491cfbbd"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 43.7324%; left: 54.0747%; color: rgb(33, 64, 154);\" aria-label=\"Ames Laboratory\" title=\"Ames Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "085bc8cae10e",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-9e3c3e74"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 44.8896%; left: 61.7289%; color: rgb(33, 64, 154);\" aria-label=\"Argonne National Laboratory\" title=\"Argonne National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c28090609f4",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4cee8506"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 44.8896%; left: 61.7289%; color: rgb(33, 64, 154);\" aria-label=\"Argonne National Laboratory\" title=\"Argonne National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77bb90fb4c3d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-ac9a283a"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 47.8129%; left: 82.9779%; color: rgb(33, 64, 154);\" aria-label=\"Brookhaven National Laboratory\" title=\"Brookhaven National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7ec1fd8c937",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-72c70048"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 47.8129%; left: 82.9779%; color: rgb(33, 64, 154);\" aria-label=\"Brookhaven National Laboratory\" title=\"Brookhaven National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3f65660404c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8134c464"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 49.09%; left: 80.6636%; color: rgb(33, 64, 154);\" aria-label=\"Princeton Plasma Physics Laboratory\" title=\"Princeton Plasma Physics Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cafca809b5a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-3d116a2d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 49.09%; left: 80.6636%; color: rgb(33, 64, 154);\" aria-label=\"Princeton Plasma Physics Laboratory\" title=\"Princeton Plasma Physics Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a35db8c26072",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-7bec9ba1"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 49.4477%; left: 73.8386%; color: rgb(33, 64, 154);\" aria-label=\"National Energy Technology Laboratory: Pittsburgh\" title=\"National Energy Technology Laboratory: Pittsburgh\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a123e292a4f",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4c0c5630"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 49.4477%; left: 73.8386%; color: rgb(33, 64, 154);\" aria-label=\"National Energy Technology Laboratory: Pittsburgh\" title=\"National Energy Technology Laboratory: Pittsburgh\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67bff7a950b1",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-135bc2b5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 51.3654%; left: 38.8804%; color: rgb(33, 64, 154);\" aria-label=\"National Lab of the Rockies: Flatirons Campus\" title=\"National Lab of the Rockies: Flatirons Campus\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e13a569116",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-0d9e074d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 51.3654%; left: 38.8804%; color: rgb(33, 64, 154);\" aria-label=\"National Lab of the Rockies: Flatirons Campus\" title=\"National Lab of the Rockies: Flatirons Campus\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50079a8e3bc7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-03b9492a"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 52.7635%; left: 72.6961%; color: rgb(33, 64, 154);\" aria-label=\"National Energy Technology Laboratory: Morgantown\" title=\"National Energy Technology Laboratory: Morgantown\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "550a0612f7f3",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-68af7208"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 52.7635%; left: 72.6961%; color: rgb(33, 64, 154);\" aria-label=\"National Energy Technology Laboratory: Morgantown\" title=\"National Energy Technology Laboratory: Morgantown\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be2c6802728a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-05fa9c02"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 56.5791%; left: 15.9833%; color: rgb(33, 64, 154);\" aria-label=\"Lawrence Berkeley National Laboratory\" title=\"Lawrence Berkeley National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "461c9c1a419f",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8d5d0482"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 56.5791%; left: 15.9833%; color: rgb(33, 64, 154);\" aria-label=\"Lawrence Berkeley National Laboratory\" title=\"Lawrence Berkeley National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68d05087bafc",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-81f1330b"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 57.0299%; left: 23.572%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Tonopah Test Range\" title=\"Sandia National Laboratories: Tonopah Test Range\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cbc33d6ac05",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-d9c4451c"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 57.0299%; left: 23.572%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Tonopah Test Range\" title=\"Sandia National Laboratories: Tonopah Test Range\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3554819aa2c7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-39985e42"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 58.9071%; left: 17.0952%; color: rgb(33, 64, 154);\" aria-label=\"Lawrence Livermore National Laboratory\" title=\"Lawrence Livermore National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "813da1a83c96",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-f5333241"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 58.9071%; left: 17.0952%; color: rgb(33, 64, 154);\" aria-label=\"Lawrence Livermore National Laboratory\" title=\"Lawrence Livermore National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37ab1f1db849",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8ffd6cbd"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 59.2534%; left: 19.18%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Livermore, California\" title=\"Sandia National Laboratories: Livermore, California\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a352ca971f8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8a82b9a4"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 59.2534%; left: 19.18%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Livermore, California\" title=\"Sandia National Laboratories: Livermore, California\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f522965d4118",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4dc66d98"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 59.2981%; left: 77.7228%; color: rgb(33, 64, 154);\" aria-label=\"Thomas Jefferson National Acceleratory Laboratory\" title=\"Thomas Jefferson National Acceleratory Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc402807f782",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-bd9d2c7e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 59.2981%; left: 77.7228%; color: rgb(33, 64, 154);\" aria-label=\"Thomas Jefferson National Acceleratory Laboratory\" title=\"Thomas Jefferson National Acceleratory Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e618db01e321",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c30cedeb"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 60.4444%; left: 15.1494%; color: rgb(33, 64, 154);\" aria-label=\"SLAC National Accelerator Laboratory\" title=\"SLAC National Accelerator Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00ab6088b80b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-ebd70c4d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 60.4444%; left: 15.1494%; color: rgb(33, 64, 154);\" aria-label=\"SLAC National Accelerator Laboratory\" title=\"SLAC National Accelerator Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b67e85466d6",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-6f2c5e5e"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 62.6016%; left: 66.4128%; color: rgb(33, 64, 154);\" aria-label=\"Oak Ridge National Laboratory\" title=\"Oak Ridge National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4003688ba130",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-abaf2316"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 62.6016%; left: 66.4128%; color: rgb(33, 64, 154);\" aria-label=\"Oak Ridge National Laboratory\" title=\"Oak Ridge National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c9bc8b51a7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-50ad682b"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 62.8507%; left: 34.7677%; color: rgb(33, 64, 154);\" aria-label=\"Los Alamos National Laboratory\" title=\"Los Alamos National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed2812926a6b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-5afeb119"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 62.8507%; left: 34.7677%; color: rgb(33, 64, 154);\" aria-label=\"Los Alamos National Laboratory\" title=\"Los Alamos National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4531cf8afc32",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-bd82cc7c"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 67.2397%; left: 36.5956%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Sandia Science &amp; Technology Park (SSTP)\" title=\"Sandia National Laboratories: Sandia Science &amp; Technology Park (SSTP)\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2b07c0e88c7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-47fd4883"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 67.2397%; left: 36.5956%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Sandia Science &amp; Technology Park (SSTP)\" title=\"Sandia National Laboratories: Sandia Science &amp; Technology Park (SSTP)\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29b5670fa73c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-88e9cd35"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 70.1754%; left: 71.4395%; color: rgb(33, 64, 154);\" aria-label=\"Savannah River National Laboratory\" title=\"Savannah River National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f9c366ab360",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-2d2ef1af"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 70.1754%; left: 71.4395%; color: rgb(33, 64, 154);\" aria-label=\"Savannah River National Laboratory\" title=\"Savannah River National Laboratory\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8eb26ceb8a8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-5637ac21"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 79.1811%; left: 18.0884%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Kauai Test Facility\" title=\"Sandia National Laboratories: Kauai Test Facility\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf72339a7527",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c67de652"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 79.1811%; left: 18.0884%; color: rgb(33, 64, 154);\" aria-label=\"Sandia National Laboratories: Kauai Test Facility\" title=\"Sandia National Laboratories: Kauai Test Facility\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2823990ba927",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-11baf2dc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button style=\"top: 82.1508%; left: 11.2338%; color: rgb(33, 64, 154);\" aria-label=\"National Lab of the Rockies: Fairbanks, Alaska Campus\" title=\"National Lab of the Rockies: Fairbanks, Alaska Campus\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d69a6a0fcfd",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-d2f86f2d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"top: 82.1508%; left: 11.2338%; color: rgb(33, 64, 154);\" aria-label=\"National Lab of the Rockies: Fairbanks, Alaska Campus\" title=\"National Lab of the Rockies: Fairbanks, Alaska Campus\" aria-haspopup=\"true\" tabindex=\"0\" role=\"button\" class=\"h5p-image-hotspot h5p-image-hotspot-info\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e97345886f0e",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-da1e9627"
          },
          {
            "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": false,
            "duplicateOf": null,
            "fingerprint": "b15b2bb583fd",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 Science' 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 Environmental Management' 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": "0f9c7da6affb",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "79d2b7b35d51",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 3841,
        "uniqueFailedCount": 68,
        "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/us-energy-information-administration-eia",
      "finalUrl": "https://www.energy.gov/us-energy-information-administration-eia",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "U.S. Energy Information Administration (EIA) | Department of Energy",
      "elapsedMs": 7247,
      "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": 628,
          "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": 682,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1540,
          "failed": 20,
          "cantTell": 10,
          "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": "69a7313529da",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "4eab87ff626f",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "12d4c30100aa",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7a2fee297e53",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "0a2cd7967f60",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "f072a127ab88",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "d1bad41613b8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "09718bf51620",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "a52d7ad4aef0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "d483da409a31",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "948ebcb8edde",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "b211d5dc1415",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "3145dd7a22de",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "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": "46b8d779f1e3",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "5485129024ab",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1560,
        "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/web-policies",
      "finalUrl": "https://www.energy.gov/web-policies",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Web Policies | Department of Energy",
      "elapsedMs": 8476,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1100,
          "failed": 0,
          "cantTell": 6,
          "inapplicable": 41
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1147,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2700,
          "failed": 74,
          "cantTell": 40,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "list_markup_review",
          "style_color_misuse",
          "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": "9da5a7adcc92",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "3fd6943c1328",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "fa5a91867da2",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "5aa04657968a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "4fdb65438639",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7fe69d0965af",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "9aa23cd8a627",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "169056207a1b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "305874f7e484",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "b9c019884bf1",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "aac73a5b0e17",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/web-policies\">",
            "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": "ccdde3498541",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-13e5e41f"
          },
          {
            "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": "1f2d344bdbea",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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: \"Web Site Feedback\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b039acc37b0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"U.S. Department of Energy\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<table data-once=\"tablefix\" cellspacing=\"0\" cellpadding=\"0\">",
            "message": "The HTML attribute(s) \"cellpadding, cellspacing\" is deprecated for the <table> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec677251ffd7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-dfb6645d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Information Item Information Item' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4df240d11088",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Planned Action Planned Action' 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 'Estimated' 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": "<br>",
            "message": "Confirm this text 'Publication Date' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab1037c0ff37",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22ee0ced5956",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-81a2ce24"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Energy prices and trends for various energy sources' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Read more about eia.gov\" href=\"https://www.eia.gov/\" aria-label=\"Read more about eia.gov\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2510c6a1ed2d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8304c1fb"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Information on how to save energy' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Visitors already have access to this information' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Information on weatherization assistance' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Information on current and ongoing research and development' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'DOE directives, policies, orders, guides and manual' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Information regarding solicitations, business partnerships' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" class=\"ext\" data-once=\"links\" href=\"https://www.fedconnect.net/\">",
            "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": "eaea29a5230a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-0e341cd9"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Information on scholarships, research grants and internships' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'National Energy Policy' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Visitors already have access to this information' 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": "<td valign=\"baseline\">",
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'n/a' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d3bb6f730fb",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a76263bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '--Is the recommended website an official government-owned or supported website?' 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": "<br>",
            "message": "Confirm this text '--Does the recommended website provide official government information or services?' 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": "<br>",
            "message": "Confirm this text '--Does the recommended website complement existing information on Energy.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": "<br>",
            "message": "Confirm this text '--Is the recommended website \"user-friendly?\"' 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": "<li>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"The following links are subject to the DOE disclaimer.\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e28c698973f8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4aac82d8"
          },
          {
            "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": "5189d9091aa9",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7f46fa3d5dd7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "39ea1944599f",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2775,
        "uniqueFailedCount": 25,
        "duplicateFailedCount": 49,
        "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": 49
    },
    {
      "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": 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/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": 7751,
      "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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": 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/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "finalUrl": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "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-approves-export-expansion-corpus-christi-lng",
      "finalUrl": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Department Approves Export Expansion at Corpus Christi LNG | Department of Energy",
      "elapsedMs": 8202,
      "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": 656,
          "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": "6b6e484cd099",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 705,
        "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": 1628,
          "failed": 21,
          "cantTell": 13,
          "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": "2767f76078ea",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "17afb43e807c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7e4d5bce8e50",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "982b13f6f96f",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "21581011b8c8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "67296ccf6e06",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "aae27df0f531",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7b53e9c96e19",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "9cbe74d0b850",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "64c9ca5af1d7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cefcddb46e17",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"A Decade of U.S. LNG Leadership: Powering Prosperity, Security, and Human Flourishing\" title=\"A Decade of U.S. LNG Leadership: Powering Prosperity, Security, and Human Flourishing\" data-entity-substitution=\"canonical\" data-entity-uuid=\"56ef0e3c-9ab1-498d-9577-47715b57b8dc\" data-entity-type=\"node\" href=\"/hgeo/articles/decade-us-lng-leadership-powering-prosperity-security-and-human-flourishing\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac9594eb0ae6",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-23d64516"
          },
          {
            "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": "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": "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": "4c3acc860a62",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "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": "ed707209ef13",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "be98788d2c49",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "db3566dba75a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "baf8718e701a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1652,
        "uniqueFailedCount": 17,
        "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/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": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "finalUrl": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "DOE&#039;s Use of Federal Power Act Emergency Authority | Department of Energy",
      "elapsedMs": 7514,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 678,
          "failed": 0,
          "cantTell": 6,
          "inapplicable": 48
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 732,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1755,
          "failed": 32,
          "cantTell": 24,
          "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": "f14626714477",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "c3c3c5749d58",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "0caae718df0c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "1ac1ffdc4dff",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "7aa3a6a11120",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "0da3b891d233",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "dd8e7deb38d0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "19390ba490f9",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "0af41650dcf0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/ceser\">",
            "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": "7e925edd5772",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-3222b69c"
          },
          {
            "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": "faa24ad24c05",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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_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": "281cb1b9e44e",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "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 '2026 DOE 202(c) Orders' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00395e154439",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 '2026 DOE 202(c) Orders' 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 '2025 DOE 202(c) Orders' 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 '2025 DOE 202(c) Orders' 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 '2024 DOE 202(c) Orders' 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 '2024 DOE 202(c) Orders' 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 '2023 DOE 202(c) Orders' 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 '2023 DOE 202(c) Orders' 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 '2022 DOE 202(c) Orders' 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 '2022 DOE 202(c) Orders' 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 '2021 DOE 202(c) Orders' 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 '2021 DOE 202(c) Orders' 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 '2020 DOE 202(c) Orders' 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 '2020 DOE 202(c) Orders' 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 'DOE 202(c) Orders Issued Prior to 2020' 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 'DOE 202(c) orders issued prior to 2020' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c798ddabe2ed",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'DOE 202(c) Orders Issued Prior to 2020' 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": "77082c469ee3",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "3847313a20dc",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1787,
        "uniqueFailedCount": 16,
        "duplicateFailedCount": 16,
        "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": 16
    },
    {
      "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": 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/cio/department-energy-information-quality-guidelines",
      "finalUrl": "https://energy.gov/cio/department-energy-information-quality-guidelines",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/privacy-program",
      "finalUrl": "https://energy.gov/cio/privacy-program",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/energysaver/energy-saver",
      "finalUrl": "https://energy.gov/energysaver/energy-saver",
      "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/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": 10017,
      "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ig/office-inspector-general",
      "finalUrl": "https://energy.gov/ig/office-inspector-general",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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": 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/nnsa/national-nuclear-security-administration",
      "finalUrl": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "National Nuclear Security Administration | Department of Energy",
      "elapsedMs": 8780,
      "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": 1125,
          "failed": 6,
          "cantTell": 10,
          "inapplicable": 46
        },
        "failedRules": [
          "link-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(1) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ca8498a2529",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c6f93f07"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(2) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b60862622cc",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8cf8ed77"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(3) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93adc1498ab7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-b0c63ee8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(4) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45e1a42d7c41",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4db06a21"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"NNSANews\"]",
            "html": "<a href=\"https://www.x.com/NNSANews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf43cb608780",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-155c66a9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(6) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.threads.net/@nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3e4d450b3c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-40ef3e42"
          }
        ],
        "outcomeCount": 1187,
        "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": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3028,
          "failed": 36,
          "cantTell": 22,
          "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": "aea32b239a96",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "65f85a0b9b50",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "4683fe5ef801",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "9b93ac7b8696",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "e12058d51b9d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "05e536cee97e",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "e09481683f5a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "37649b48617b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "e4283c268869",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "2941cf155a29",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "2196f07913b0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "a8753d18d441",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl\">",
            "message": "Confirm this text 'The U.S. Nuclear Weapons Stockpile' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9bf71f083e8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-e0650a3b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Working at NNSA\" title=\"Working at NNSA\" data-entity-substitution=\"canonical\" data-entity-uuid=\"becdf799-4bd1-447b-a45b-2d49d011b028\" data-entity-type=\"node\" href=\"/nnsa/working-nnsa\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0ae7bda16aa",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c67129db"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'May 18, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115535db4a71",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'May 7, 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 'May 6, 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_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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 20, 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 4, 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=\"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 U.S. Nuclear Weapons Stockpile' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0284f5ce762",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.facebook.com/NNSANews/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84f2caa1ebc5",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-cde8bfc7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.instagram.com/nnsanews/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cdb41441849",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-0d1116c4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f03515680dbb",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-0e02a83d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.youtube.com/nnsanews\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0975f070b663",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-54ba462c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.x.com/NNSANews\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ff121cd0889",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-35188adf"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.threads.net/@nnsanews\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c5e71ae9068",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-20f4f392"
          },
          {
            "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": "38cff3ddcc69",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "6a3f9b145693",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 3074,
        "uniqueFailedCount": 24,
        "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": 12
    },
    {
      "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": 278,
      "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": 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/2025-doe-403-orders",
      "finalUrl": "https://energy.gov/topics/2025-doe-403-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/topics/advancing-innovation-technology-transitions-and-early-investments",
      "finalUrl": "https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/american-manufacturing",
      "finalUrl": "https://energy.gov/topics/american-manufacturing",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/artificial-intelligence",
      "finalUrl": "https://energy.gov/topics/artificial-intelligence",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/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": 7668,
      "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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://energy.gov/topics/earth-systems-modeling",
      "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-security",
      "finalUrl": "https://energy.gov/topics/energy-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
    },
    {
      "submittedUrl": "https://energy.gov/topics/energy-workforce",
      "finalUrl": "https://energy.gov/topics/energy-workforce",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/environmental-and-legacy-management",
      "finalUrl": "https://energy.gov/topics/environmental-and-legacy-management",
      "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/about-us/web-policies/privacy",
      "finalUrl": "https://energy.gov/about-us/web-policies/privacy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "finalUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/eere/funding/eere-funding-opportunities",
      "finalUrl": "https://energy.gov/eere/funding/eere-funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/scep/wap/weatherization-assistance-program",
      "finalUrl": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Weatherization Assistance Program | Department of Energy",
      "elapsedMs": 8702,
      "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": 7,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 753,
        "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": 1795,
          "failed": 29,
          "cantTell": 23,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "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": "9647f0d666b0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "048ba165a713",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "b2f4d9a8cfd5",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "44a65bccd824",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "674619ce87a3",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "6c53fad13d09",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "73b6aaab2b78",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "f7119afb112e",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "2b5219f26912",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "76fda9377ef9",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "6855e3707cba",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "1ff542469dcc",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'Program Notices and Memorandums' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95fa5d140f39",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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 'Program Notices and Memorandums' 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 'How to Apply' 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 'How to Apply' 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 'Resource Hub' 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 'Resource Hub' 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 'WAP Success Stories' 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 'WAP Success Stories' 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 'Get Updates' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c61a5d2d6c14",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "49e17cba8aaa",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "3db66a79ae0f",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "ff4c33e24a76",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "0304861253ae",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": "5c1b78ba5a08",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1828,
        "uniqueFailedCount": 19,
        "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/topics/national-science-bowl",
      "finalUrl": "https://energy.gov/topics/national-science-bowl",
      "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/grid-deployment-and-transmission",
      "finalUrl": "https://energy.gov/topics/grid-deployment-and-transmission",
      "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/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://energy.gov/topics/tribal-energy-access",
      "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/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": 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
    }
  ],
  "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": 86,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-2141a8e9"
          }
        ]
      },
      {
        "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": 60,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-e2b043dc"
          }
        ]
      },
      {
        "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": 49,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"collection-item__date p2\">",
            "xpath": null,
            "message": "Confirm this text 'May 18, 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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-a20fbef0"
          }
        ]
      },
      {
        "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": 36,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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": 35,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-13065efa"
          }
        ]
      },
      {
        "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": 33,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-ed7d8057"
          }
        ]
      },
      {
        "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": 17,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://energy.gov/digital-engagement-and-media",
            "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": "219b91a5a1a1",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "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": "d37f178c26f6",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": 17,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "url": "https://energy.gov/digital-engagement-and-media",
            "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": "7d93fa1ba43b",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "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": "3a7939a30351",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-d9c21324"
          }
        ]
      },
      {
        "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": 17,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-3838eff2"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<input aria-controls=\"DataTables_Table_0\" placeholder=\"\" class=\"form-control form-text\" type=\"search\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6819cc34b511",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-e694d8e7"
          }
        ]
      },
      {
        "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": 16,
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "url": "https://energy.gov/digital-engagement-and-media",
            "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": "58aefe64d2fa",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "url": "https://energy.gov/internships-fellowships",
            "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": "6f84775cc6ab",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-91188f8b"
          }
        ]
      },
      {
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-12ed0e0a"
          }
        ]
      },
      {
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-d8850d9b"
          }
        ]
      },
      {
        "rule": "link-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [
            "2.4.4",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures links have discernible text. Screen reader users often navigate pages by listing all links — links without text or with only 'click here' provide no context."
        },
        "wcag": {
          "scs": [
            "2.4.4",
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 7,
        "examples": [
          {
            "url": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </a>",
            "xpath": ".field--field_text > p:nth-child(1) > a[data-entity-type=\"node\"][data-entity-substitution=\"canonical\"][data-once=\"links\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "64d697a5cb7d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4c09511f"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(1) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1ca8498a2529",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c6f93f07"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(2) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6b60862622cc",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-8cf8ed77"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(3) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "93adc1498ab7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-b0c63ee8"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(4) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "45e1a42d7c41",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4db06a21"
          }
        ]
      },
      {
        "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": 7,
        "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-19T01:21:59.146Z",
            "patternId": "A11Y-af61e23a"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.facebook.com/NNSANews/\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "84f2caa1ebc5",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-cde8bfc7"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.instagram.com/nnsanews/\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2cdb41441849",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-0d1116c4"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f03515680dbb",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-0e02a83d"
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.youtube.com/nnsanews\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "0975f070b663",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-54ba462c"
          }
        ]
      },
      {
        "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-a66310b3"
          }
        ]
      },
      {
        "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": 5,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<iframe data-gtm-yt-inspected-41=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-24=\"true\" id=\"969256010\" data-gtm-yt-inspected-10=\"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": "27772e3158b6",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-c586c737"
          },
          {
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-ee1b6f35"
          },
          {
            "url": "https://energy.gov/us-department-energy-national-laboratories",
            "html": "<iframe style=\"height: 428px;\" aria-label=\"U.S Department of Energy National Laboratories iframe 1\" title=\"National Labs H5P Test Map\" lang=\"en\" scrolling=\"no\" frameborder=\"0\" data-content-id=\"1249\" class=\"h5p-iframe h5p-initialized\" id=\"h5p-iframe-1249\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1a6bcac8d50c",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-73e13265"
          },
          {
            "url": "https://energy.gov/web-policies",
            "html": "<table data-once=\"tablefix\" cellspacing=\"0\" cellpadding=\"0\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"cellpadding, cellspacing\" is deprecated for the <table> element in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ec677251ffd7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-dfb6645d"
          },
          {
            "url": "https://energy.gov/web-policies",
            "html": "<td valign=\"baseline\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"valign\" is deprecated for the <td> element in HTML 5",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "22ee0ced5956",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-81a2ce24"
          }
        ]
      },
      {
        "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": 5,
        "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-19T01:21:59.146Z",
            "patternId": "A11Y-16897965"
          },
          {
            "url": "https://energy.gov/our-leadership-offices",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "31263cb35fda",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-16897965"
          },
          {
            "url": "https://energy.gov/web-policies",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "5189d9091aa9",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "url": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "cefcddb46e17",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-16897965"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
            "html": "<h3>Media Inquiries:</h3>",
            "xpath": ".group-section__item--start > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6b6e484cd099",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-d1199dad"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<iframe data-gtm-yt-inspected-41=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-24=\"true\" id=\"969256010\" data-gtm-yt-inspected-10=\"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": "0424fb32019d",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-f98684e7"
          },
          {
            "url": "https://energy.gov/us-department-energy-national-laboratories",
            "html": "<iframe style=\"height: 428px;\" aria-label=\"U.S Department of Energy National Laboratories iframe 1\" title=\"National Labs H5P Test Map\" lang=\"en\" scrolling=\"no\" frameborder=\"0\" data-content-id=\"1249\" class=\"h5p-iframe h5p-initialized\" id=\"h5p-iframe-1249\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d0a2382cd5f7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-fc1c2d15"
          }
        ]
      },
      {
        "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": 2,
        "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-19T01:21:59.146Z",
            "patternId": "A11Y-16d81cfc"
          },
          {
            "url": "https://energy.gov/scep/wap/weatherization-assistance-program",
            "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": "49e17cba8aaa",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "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": 2,
        "examples": [
          {
            "url": "https://energy.gov/web-policies",
            "html": "<p>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Web Site Feedback\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2b039acc37b0",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "url": "https://energy.gov/web-policies",
            "html": "<li>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"The following links are subject to the DOE disclaimer.\"",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e28c698973f8",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-4aac82d8"
          }
        ]
      },
      {
        "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": 1,
        "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/55b1ff8b/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\31 83201996",
            "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": "c52fcf288cc7",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-fbf7d9c2"
          }
        ]
      },
      {
        "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-19T01:21:59.146Z",
            "patternId": "A11Y-27edf888"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "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-19T01:21:59.146Z",
            "patternId": "A11Y-7d3afd29"
          }
        ]
      },
      {
        "rule": "html_skipnav_exists",
        "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/us-department-energy-national-laboratories",
            "html": "<html lang=\"en\" class=\"h5p-iframe\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8091ed62082a",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-977cca00"
          }
        ]
      },
      {
        "rule": "list_markup_review",
        "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/web-policies",
            "html": "<p>",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4d3bb6f730fb",
            "firstSeenAt": "2026-05-19T01:21:59.146Z",
            "patternId": "A11Y-a76263bd"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 10,
      "Visual Designer": 0,
      "Content Author": 10,
      "Front-End Developer": 417
    },
    "severityStats": {
      "Critical": 0,
      "Serious": 7,
      "Moderate": 420,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 427,
    "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": "c52fcf288cc7",
        "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": "27772e3158b6",
        "url": "https://www.energy.gov/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0424fb32019d",
        "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": "219b91a5a1a1",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d93fa1ba43b",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58aefe64d2fa",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dc168798f78",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1adbe9b77d9a",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e90c2c4108",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "274efb2487aa",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77e0f0240d9b",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d852f4d400b8",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a0c72207667",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c774be1a4b90",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c8b3b436b34",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce486ec10da6",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f863afb5de3",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a5e4cd7f9de",
        "url": "https://www.energy.gov/digital-engagement-and-media",
        "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": "b0d5a3667016",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0b6144b5a96",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "695f6ea4626b",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18406db7fa66",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d27c8f5ea9cb",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a46ad8870b1d",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1f0fb4f9379",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fd2026f3ed8",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9720a346144f",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51b9e6347225",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67981a5911d6",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31b07ed15d47",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "990c2151f4ff",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34243d4c3b93",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c6623e1eae7",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44c14a2c5fb8",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31263cb35fda",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9862d3d788d1",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b4c8c3be5b2",
        "url": "https://www.energy.gov/our-leadership-offices",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54d4d3d95ee3",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab66e20b31e4",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbc72a378247",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a0976780f8d",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "477945ffbfb4",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba213f9b8321",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "517d70f38729",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d960e52dcab0",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f9949f39d3d",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa63fedc99c1",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26f6984d6e84",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2378633f401b",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ea7a3e861f7",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a6bcac8d50c",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0a2382cd5f7",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8091ed62082a",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "724216814d26",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "970a6852b042",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65f480abfe2c",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30b9986cf170",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c723f86bedc5",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcd9b567a897",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a39be4370ea",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75bb4fa4e003",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7462cbf957e4",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3d92d9bc2db",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81af9da70b1d",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4042d5a182d0",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "085bc8cae10e",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c28090609f4",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77bb90fb4c3d",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7ec1fd8c937",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3f65660404c",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5cafca809b5a",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a35db8c26072",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a123e292a4f",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67bff7a950b1",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28e13a569116",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50079a8e3bc7",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "550a0612f7f3",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be2c6802728a",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "461c9c1a419f",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68d05087bafc",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cbc33d6ac05",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3554819aa2c7",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "813da1a83c96",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37ab1f1db849",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a352ca971f8",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f522965d4118",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc402807f782",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e618db01e321",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00ab6088b80b",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b67e85466d6",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4003688ba130",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16c9bc8b51a7",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed2812926a6b",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4531cf8afc32",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2b07c0e88c7",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29b5670fa73c",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f9c366ab360",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8eb26ceb8a8",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf72339a7527",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2823990ba927",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d69a6a0fcfd",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e97345886f0e",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b15b2bb583fd",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f9c7da6affb",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79d2b7b35d51",
        "url": "https://www.energy.gov/us-department-energy-national-laboratories",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69a7313529da",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4eab87ff626f",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12d4c30100aa",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a2fee297e53",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a2cd7967f60",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f072a127ab88",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1bad41613b8",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09718bf51620",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a52d7ad4aef0",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d483da409a31",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "948ebcb8edde",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b211d5dc1415",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3145dd7a22de",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b8d779f1e3",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5485129024ab",
        "url": "https://www.energy.gov/us-energy-information-administration-eia",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9da5a7adcc92",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fd6943c1328",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa5a91867da2",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aa04657968a",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fdb65438639",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fe69d0965af",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aa23cd8a627",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "169056207a1b",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "305874f7e484",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9c019884bf1",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aac73a5b0e17",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccdde3498541",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f2d344bdbea",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b039acc37b0",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec677251ffd7",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4df240d11088",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab1037c0ff37",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22ee0ced5956",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2510c6a1ed2d",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaea29a5230a",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d3bb6f730fb",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e28c698973f8",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5189d9091aa9",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f46fa3d5dd7",
        "url": "https://www.energy.gov/web-policies",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39ea1944599f",
        "url": "https://www.energy.gov/web-policies",
        "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": "6b6e484cd099",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2767f76078ea",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17afb43e807c",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e4d5bce8e50",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "982b13f6f96f",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21581011b8c8",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67296ccf6e06",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aae27df0f531",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b53e9c96e19",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cbe74d0b850",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64c9ca5af1d7",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cefcddb46e17",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac9594eb0ae6",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c3acc860a62",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed707209ef13",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be98788d2c49",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db3566dba75a",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baf8718e701a",
        "url": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f14626714477",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3c3c5749d58",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0caae718df0c",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ac1ffdc4dff",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aa3a6a11120",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0da3b891d233",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd8e7deb38d0",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19390ba490f9",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0af41650dcf0",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e925edd5772",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faa24ad24c05",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "281cb1b9e44e",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00395e154439",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c798ddabe2ed",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77082c469ee3",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3847313a20dc",
        "url": "https://www.energy.gov/ceser/does-use-federal-power-act-emergency-authority",
        "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": "1ca8498a2529",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b60862622cc",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93adc1498ab7",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45e1a42d7c41",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf43cb608780",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af3e4d450b3c",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aea32b239a96",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65f85a0b9b50",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4683fe5ef801",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b93ac7b8696",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e12058d51b9d",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05e536cee97e",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e09481683f5a",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37649b48617b",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4283c268869",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2941cf155a29",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2196f07913b0",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8753d18d441",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9bf71f083e8",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0ae7bda16aa",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "115535db4a71",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0284f5ce762",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84f2caa1ebc5",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cdb41441849",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f03515680dbb",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0975f070b663",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ff121cd0889",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c5e71ae9068",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38cff3ddcc69",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a3f9b145693",
        "url": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
        "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": "9647f0d666b0",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "048ba165a713",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2f4d9a8cfd5",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44a65bccd824",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "674619ce87a3",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c53fad13d09",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b6aaab2b78",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7119afb112e",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b5219f26912",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76fda9377ef9",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6855e3707cba",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ff542469dcc",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95fa5d140f39",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c61a5d2d6c14",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49e17cba8aaa",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3db66a79ae0f",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff4c33e24a76",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0304861253ae",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c1b78ba5a08",
        "url": "https://www.energy.gov/cmei/scep/wap/weatherization-assistance-program",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      }
    ],
    "resolvedIssues": []
  }
}
