{
  "issueNumber": 61,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/61",
  "issueTitle": "TUESDAY: Energy.gov",
  "scanTitle": "Energy.gov",
  "submittedBy": "mgifford",
  "engines": [
    "axe",
    "equalaccess"
  ],
  "scannedAt": "2026-04-07T01:01:44.193Z",
  "totalElapsedMs": 176155,
  "totalSubmitted": 69,
  "acceptedCount": 69,
  "scannedCount": 69,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 18319,
    "failed": 24,
    "cantTell": 174,
    "inapplicable": 826
  },
  "equalAccessTotals": {
    "passed": 44629,
    "failed": 915,
    "uniqueFailed": 477,
    "duplicates": 438,
    "cantTell": 491,
    "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": 444,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 19,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 19,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://energy.gov/",
      "finalUrl": "https://www.energy.gov/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Department of Energy",
      "elapsedMs": 11906,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 953,
          "failed": 7,
          "cantTell": 18,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#main-carousel-slide01",
            "html": "<li class=\"field__item splide__slide is-active is-visible\" id=\"main-carousel-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\" style=\"width: calc(100%);\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role group is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16e5c3809ecf",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-2cc32b8f"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide01",
            "html": "<li class=\"splide__slide is-active is-visible\" id=\"thumbnail-carousel-slide01\" role=\"button\" aria-label=\"Go to slide 1\" aria-current=\"true\" tabindex=\"0\" aria-controls=\"main-carousel-slide01\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcaede5ed58a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-64eb7ad1"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide02",
            "html": "<li class=\"splide__slide is-visible is-next\" id=\"thumbnail-carousel-slide02\" role=\"button\" aria-label=\"Go to slide 2\" tabindex=\"0\" aria-controls=\"main-carousel-slide02\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "307a434832e3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-f48870f7"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide03",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide03\" role=\"button\" aria-label=\"Go to slide 3\" tabindex=\"0\" aria-controls=\"main-carousel-slide03\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61196ffe00c4",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ca5c93cb"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#thumbnail-carousel-slide04",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide04\" role=\"button\" aria-label=\"Go to slide 4\" tabindex=\"0\" aria-controls=\"main-carousel-slide04\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da62475f5f80",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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 81137152",
            "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/8c83ec2e/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": "3d3324029492",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-771098a5"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\31 81137152",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1015,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2524,
          "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",
          "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": "4198fd919b5c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "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": false,
            "duplicateOf": null,
            "fingerprint": "1a6866a25a70",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b71d7ccfb338",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-16897965"
          },
          {
            "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": "<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_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": 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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-e2b043dc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 30, 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-04-07T01:01:44.193Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 26, 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 25, 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 23, 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-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" data-gtm-yt-inspected-8=\"true\" id=\"773983058\" data-gtm-yt-inspected-35=\"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": "7a9483d3fa76",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-32b2c202"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" data-gtm-yt-inspected-8=\"true\" id=\"773983058\" data-gtm-yt-inspected-35=\"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": "29dc5f654c31",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-b1bf26bf"
          },
          {
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2574,
        "uniqueFailedCount": 27,
        "duplicateFailedCount": 21,
        "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": 22
    },
    {
      "submittedUrl": "https://energy.gov/cio/accessibility-standard-statement",
      "finalUrl": "https://energy.gov/cio/accessibility-standard-statement",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 254,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/gdo/funding-opportunities-and-requests-information",
      "finalUrl": "https://www.energy.gov/oe/funding-opportunities-and-requests-information",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Funding Opportunities and Requests for Information | Department of Energy",
      "elapsedMs": 11191,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1736,
          "failed": 0,
          "cantTell": 17,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1795,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4362,
          "failed": 52,
          "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-341ded3b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Transmission Siting and Economic Development Grants Program\" title=\"Transmission Siting and Economic Development Grants Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"612ec28f-1bc9-4266-b612-00229fcbadd2\" data-entity-type=\"node\" href=\"/gdo/TSED\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8711eb271a70",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-57fa32b3"
          },
          {
            "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-04-07T01:01:44.193Z",
            "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=\"/oe/section-242-hydroelectric-production-incentive-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bac71a619142",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-8f2bd347"
          },
          {
            "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=\"Transmission Siting and Economic Development Grants Program\" title=\"Transmission Siting and Economic Development Grants Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"612ec28f-1bc9-4266-b612-00229fcbadd2\" data-entity-type=\"node\" href=\"/gdo/TSED\">",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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=\"/oe/section-247-maintaining-and-enhancing-hydroelectricity-incentives\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e4e92e9404e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-b38c4135"
          },
          {
            "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=\"/oe/section-243-hydroelectric-efficiency-improvement-incentives-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec95b2dc8754",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-f3f1f3c7"
          },
          {
            "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=\"/oe/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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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=\"Transmission Siting and Economic Development Grants Program\" title=\"Transmission Siting and Economic Development Grants Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"612ec28f-1bc9-4266-b612-00229fcbadd2\" data-entity-type=\"node\" href=\"/gdo/TSED\">",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 4432,
        "uniqueFailedCount": 40,
        "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/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",
      "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": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/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": 7901,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 818,
          "failed": 0,
          "cantTell": 9,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 874,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2247,
          "failed": 32,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82e5534f6f1f",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 29, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "056140139173",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'June 5, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'January 8, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'December 19, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'May 12, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 26, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'December 3, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 30, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2284,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 14,
        "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": 14
    },
    {
      "submittedUrl": "https://energy.gov/contact-us",
      "finalUrl": "https://www.energy.gov/contact-us",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Contact Us | Department of Energy",
      "elapsedMs": 8498,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 832,
          "failed": 1,
          "cantTell": 14,
          "inapplicable": 36
        },
        "failedRules": [
          "presentation-role-conflict"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-input-field-name",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-toggle-field-name",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "iframe[title=\"reCAPTCHA\"]",
            "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-qjl439nlnynz\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\" aria-label=\"Contact Us iframe 1\">",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element does not have global ARIA attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acaf67c7ca19",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-bf3006db"
          }
        ],
        "outcomeCount": 883,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1745,
          "failed": 40,
          "cantTell": 29,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "frame_src_valid",
          "input_checkboxes_grouped",
          "input_label_visible",
          "label_ref_valid",
          "list_markup_review",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7d88c1aff9c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2afef510cd25",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "451be2773552",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49a45852fbb3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a70732fd7bc",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66a417759ffd",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "715b607f88ea",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "141c52ec9a15",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--webform\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b5d777df615",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0aea4185"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfe608a54c84",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc4e8681ab0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56a396791276",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/contact-us\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db1d32bf07da",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7fe8be01"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b34ed1330ce",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-item js-form-item form-type-select js-form-type-select form-item-category js-form-item-category\">",
            "message": "Confirm this text 'Topic or category' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75bca004f59a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0e4b1ff1"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label id=\"edit-category-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-category\">",
            "message": "The value \"edit-category\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f23d05c066",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-25403217"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"\" data-once=\"links\" class=\"chosen-single\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9e338d66355",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-08b71973"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<span>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ab184537861",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-e74bdb59"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div aria-label=\"Show options\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4e381f29f4a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7d3afd29"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-item js-form-item form-type-select js-form-type-select form-item-affiliation js-form-item-affiliation\">",
            "message": "Confirm this text 'Affiliation' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ddfd1ca6160",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-3bf1f350"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label id=\"edit-affiliation-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-affiliation\">",
            "message": "The value \"edit-affiliation\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f67e17efb26",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-9c91dd0d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"\" data-once=\"links\" class=\"chosen-single\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div aria-label=\"Show options\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-text required usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"subject\" id=\"edit-subject\" type=\"text\" data-drupal-selector=\"edit-subject\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da657408fe44",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-dafd90f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-text required usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"subject\" id=\"edit-subject\" type=\"text\" data-drupal-selector=\"edit-subject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "731ff3c7d7ca",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-8ea23a8e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-item js-form-item form-type-textarea js-form-type-textarea form-item-message js-form-item-message\">",
            "message": "Confirm this text 'Message' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d0c081edf2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0686a224"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<textarea aria-required=\"true\" required=\"required\" class=\"form-textarea required usa-textarea resize-vertical\" cols=\"60\" rows=\"5\" name=\"message\" id=\"edit-message\" data-drupal-selector=\"edit-message\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b72f248c5a6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-5355293b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<textarea aria-required=\"true\" required=\"required\" class=\"form-textarea required usa-textarea resize-vertical\" cols=\"60\" rows=\"5\" name=\"message\" id=\"edit-message\" data-drupal-selector=\"edit-message\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a13d40f9808a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-3d4be4f2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-once=\"webform-radios-required\" class=\"form-item js-form-item form-type-radios js-form-type-radios form-item-reply js-form-item-reply\">",
            "message": "Confirm this text 'Do you want a reply' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e75b214fceb6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-996126b4"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-reply\">",
            "message": "The value \"edit-reply\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8a89d47efd0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ed485d2a"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0caa6e3254a5",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-75ef2670"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93ab6462b8f0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-44ee7316"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input class=\"form-radio usa-radio__input\" value=\"yes\" name=\"reply\" id=\"edit-reply-yes\" type=\"radio\" data-drupal-selector=\"edit-reply-yes\">",
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2a911fb5466",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-27bf5f2c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=kUYUkUlSyqkjTSMaN2w3RaOh&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=9drkabucbjut\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-dzcd98lztgr1\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf6c6a8b6640",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-af90640e"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=kUYUkUlSyqkjTSMaN2w3RaOh&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=9drkabucbjut\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-dzcd98lztgr1\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "173226c4bce8",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-378439cd"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=kUYUkUlSyqkjTSMaN2w3RaOh&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=9drkabucbjut\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-dzcd98lztgr1\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <iframe> with ARIA role \"presentation\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1737cbe57f24",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-3b375a96"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Submit\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"webform-button--submit button button--primary js-form-submit form-submit usa-button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da60fe120cc9",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-e53302f6"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91508100f6d6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d55a93d6f5e6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1796,
        "uniqueFailedCount": 37,
        "duplicateFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 3
    },
    {
      "submittedUrl": "https://energy.gov/design",
      "finalUrl": "https://energy.gov/design",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/digital-engagement-and-media",
      "finalUrl": "https://energy.gov/digital-engagement-and-media",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/EDF",
      "finalUrl": "https://energy.gov/EDF",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/funding-opportunities",
      "finalUrl": "https://www.energy.gov/funding-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Funding Opportunities | Department of Energy",
      "elapsedMs": 7239,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 694,
          "failed": 0,
          "cantTell": 17,
          "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": 758,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1838,
          "failed": 19,
          "cantTell": 22,
          "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": "cf092c3e18fe",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "e84cb93ab23e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "6e39c72091fa",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "13decf67ad8e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "7ba064b2805d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "1775ba21ba9f",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "28fce10ced2e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "a2f8a6b5642c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "1aacce5552a3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "1ff847880ba8",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "1bcd8980285a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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\">",
            "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": "6e0bbac69b8a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 25, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e679a2468bee",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 17, 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 13, 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 12, 2026' 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": "a4bb1e614386",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f903bd5c3fe2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1868,
        "uniqueFailedCount": 15,
        "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/genesis",
      "finalUrl": "https://energy.gov/genesis",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/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": 8221,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1038,
          "failed": 0,
          "cantTell": 20,
          "inapplicable": 38
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "select-name",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1096,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2297,
          "failed": 110,
          "cantTell": 43,
          "inapplicable": 0
        },
        "failedRules": [
          "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-73425621"
          },
          {
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2423,
        "uniqueFailedCount": 48,
        "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": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/newsroom",
      "finalUrl": "https://energy.gov/newsroom",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/notice-court-orders",
      "finalUrl": "https://energy.gov/notice-court-orders",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/open-government",
      "finalUrl": "https://energy.gov/open-government",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/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": 8990,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1313,
          "failed": 0,
          "cantTell": 6,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1366,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3401,
          "failed": 47,
          "cantTell": 39,
          "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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": "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 Ombudsman' 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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 3452,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 28,
        "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": 28
    },
    {
      "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": 263,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/save",
      "finalUrl": "https://energy.gov/save",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/state-american-energy-promises-made-promises-kept",
      "finalUrl": "https://www.energy.gov/state-american-energy-promises-made-promises-kept",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "THE STATE OF AMERICAN ENERGY: Promises Made, Promises Kept | Department of Energy",
      "elapsedMs": 10270,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1494,
          "failed": 2,
          "cantTell": 2,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\39 83392642",
            "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/4746b641/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": "e3e28c0e66cd",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7ed89eeb"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\39 83392642",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1540,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3433,
          "failed": 19,
          "cantTell": 10,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "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": "7f269c790b64",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "1cfc3ecdea53",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "653868b495be",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "996a033f2473",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "2788f9affa9e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f8a75c80fcdd",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "88efb50e78c5",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "94156daac8c0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "37688ec95164",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f5e529369eb6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "8c2f48d215d3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31afb732c9a2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ddeef6352a3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" data-entity-substitution=\"canonical\" data-entity-uuid=\"eb7b7b2c-6acf-45a1-817d-8b7aba43cb67\" data-entity-type=\"node\" aria-label=\"2025 DOE 202(c) Orders\" title=\"2025 DOE 202(c) Orders\" href=\"/ceser/2025-doe-202c-orders\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d82a1e31ab1b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-55880ce5"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"497468824\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Vmke_h2MCpU?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\" One Year In: Unleashing American Energy Dominance\" title=\" One Year In: Unleashing American Energy Dominance\" 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": "8e15fd5b6968",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-33ce67f3"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"497468824\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Vmke_h2MCpU?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\" One Year In: Unleashing American Energy Dominance\" title=\" One Year In: Unleashing American Energy Dominance\" 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": "ca3ebe7cc1b1",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-2ab3ee99"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"freedom250time\">",
            "message": "Confirm this text 'Countdown to State of the Union' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "377fb65d8b37",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-f084cf36"
          },
          {
            "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": "6b77c78a9a1d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "7bbe4d5f95ca",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 3454,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://energy.gov/topics",
      "finalUrl": "https://energy.gov/topics",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/us-department-energy-national-laboratories",
      "finalUrl": "https://energy.gov/us-department-energy-national-laboratories",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/us-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": 7066,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 612,
          "failed": 0,
          "cantTell": 5,
          "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": 663,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1536,
          "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1556,
        "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": 8214,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1084,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [],
        "outcomeCount": 1129,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2696,
          "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2771,
        "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": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/work-us-department-energy",
      "finalUrl": "https://energy.gov/work-us-department-energy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-announces-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": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "finalUrl": "https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Department Announces Largest Loan in Department History, Delivering Over $7 Billion in Electricity Cost Savings for Georgia and Alabama Customers | Department of Energy",
      "elapsedMs": 6992,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 605,
          "failed": 1,
          "cantTell": 0,
          "inapplicable": 45
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".group-section__item--start > h3",
            "html": "<h3>Media Inquiries:</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7812cc68373d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 651,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1571,
          "failed": 24,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41071d2f3570",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77bdb305e1c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54e43c4c0ffd",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d7bf9327593",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a248941b98f4",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbfcb9fa87ee",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea23276ff954",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--article\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5499d0f43ef3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ce31ab30"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70fc314d0a8c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70fd9aa5158c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16eb993dea67",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ab918c7b"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h1>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'Largest'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70eca626d023",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-5e8e6b04"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6668cb131a81",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<center>",
            "message": "The <center> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f1ee4e9b2e2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a6608020"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '###' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52f36f58471b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"press-release-buttons__title title-sm\">",
            "message": "Confirm this text 'Energy Department Announces $171.5 Million To Expand U.S. Geothermal Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81167ed7786c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-efb40292"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"press-release-buttons__title title-sm\">",
            "message": "Confirm this text '$171.5M in New Funding to Expand Geothermal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '(202) 586-4940 or DOENews@hq.doe.gov' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"group-section__item group-section__item--end\">",
            "message": "Confirm this text 'Read more at the' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "352aaac1f896",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0152054d"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Newsroom - Legacy\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f90aa94e-29ad-4fd7-b8c4-213e562c6167\" data-entity-type=\"node\" aria-label=\"Newsroom\" href=\"/newsroom-legacy\" style=\"color:#FFFFFF;\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c78a6b6701ec",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-59390d79"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ed302ce241",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "168f1b29120b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1595,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "finalUrl": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "finalUrl": "https://www.energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "FACT SHEET: The Energy Department is Lowering Electricity Costs in Georgia and Alabama | Department of Energy",
      "elapsedMs": 7064,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 626,
          "failed": 1,
          "cantTell": 0,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "center > h3",
            "html": "<h3><em><strong>The Trump Administration’s Investments Will Help Save Americans in Georgia and Alabama Over $7 Billion in Electricity Costs</strong></em></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b0d48529fad",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-da731503"
          }
        ],
        "outcomeCount": 674,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1601,
          "failed": 17,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "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": "20923f68625e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "6d3f3da07ed2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "9a8cea68c7d0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "381967ce0327",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "920670973db6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "2626b30fe480",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "af9b0cb41b2a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "703e080fcf0d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "58f47509bfe3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "397fea84facd",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "element_attribute_deprecated",
            "xpath": null,
            "html": "<center>",
            "message": "The <center> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b21fcb1b412d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a6608020"
          },
          {
            "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": false,
            "duplicateOf": null,
            "fingerprint": "2b6aa9664bd2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "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": "d12b667a63c4",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "eaf2f307eede",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "71a0c342eeb8",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "c531fb897f7e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1618,
        "uniqueFailedCount": 16,
        "duplicateFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://energy.gov/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": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/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": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "finalUrl": "https://energy.gov/ceser/does-use-federal-power-act-emergency-authority",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ceser/emergency-response-hub-0",
      "finalUrl": "https://energy.gov/ceser/emergency-response-hub-0",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/department-energy-information-quality-guidelines",
      "finalUrl": "https://www.energy.gov/cio/department-energy-information-quality-guidelines",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Department of Energy Information Quality Guidelines | Department of Energy",
      "elapsedMs": 6952,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 736,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 785,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1753,
          "failed": 25,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408c7d0142af",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "709490df4329",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6741686dc5d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce3a999f673",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58bb2c2336c3",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d829f77afc0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48fd07803b0c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--page\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e54b0b3713b7",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-2141a8e9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bf7ba5b2719",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/cio\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd4a625dbb95",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0dc74cb9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec2b5d1deb16",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/cio/department-energy-information-quality-guidelines\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47739387e308",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-4d02ef89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\" property=\"schema:name\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5729ac6f0f98",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"provide policy and procedural g ... sseminated by Federal Agencies.\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f913de264335",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" href=\"https://www.whitehouse.gov/wp-content/uploads/legacy_drupal_files/omb/assets/OMB/fedreg/reproducible2.pdf\" aria-label=\"https://www.whitehouse.gov/wp-content/uploads/legacy_drupal_files/omb/assets/OMB/fedreg/reproducible2.pdf\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59c9b8f54010",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-c4bf60c3"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" href=\"https://www.whitehouse.gov/wp-content/uploads/2019/04/M-19-15.pdf\" aria-label=\"https://www.whitehouse.gov/wp-content/uploads/2019/04/M-19-15.pdf\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2193dfa75230",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-c4ea83c8"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Final Information Quality Bulletin for Peer Review.\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" class=\"ext\" data-once=\"links\" title=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government\" href=\"https://www.foreffectivegov.org/node/3472\" aria-label=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc7e320a5c0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-8c6cd232"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" title=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government.\" href=\"https://www.whitehouse.gov/sites/whitehouse.gov/files/omb/assets/OMB/fedreg/2005/011405_peer.pdf\" aria-label=\"Read more about This guidance emphasizes the benefits of meaningful peer review of science disseminated by the Federal Government.\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c20307defb0c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-13bc9ed1"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" title=\"Read more about 2002 Version of DOE Information Quality Act Guidelines\" href=\"/sites/prod/files/cioprod/documents/finalinfoqualityguidelines03072011.pdf\" aria-label=\"Read more about 2002 Version of DOE Information Quality Act Guidelines\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2126651df923",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-172aa4a6"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" title=\"Read more about 2002 Version of DOE Information Quality Act Guidelines (Archived) \" href=\"/sites/prod/files/cioprod/documents/finalinfoqualityguidelines03072011.pdf\" aria-label=\"Read more about 2002 Version of DOE Information Quality Act Guidelines (Archived) \">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cab8932e00e6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d9e30a13"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Read more about Link to IECA/DQA Letter\" href=\"/cio/downloads/letter-ieca-data-quality-act-request-correction\" aria-label=\"Read more about Link to IECA/DQA Letter\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cf6a90d2b86",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-17631660"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31ccb79c1023",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e0e519a8ed",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1790,
        "uniqueFailedCount": 23,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://energy.gov/cio/privacy-program",
      "finalUrl": "https://energy.gov/cio/privacy-program",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/energysaver/energy-saver",
      "finalUrl": "https://energy.gov/energysaver/energy-saver",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "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": 8274,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 693,
          "failed": 2,
          "cantTell": 6,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order",
          "link-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".layout--50-50.blade-section--white.blade-section--boxed:nth-child(2) > .grid-container > .blade-color > .grid-row > .tablet-lg\\:grid-col-6:nth-child(1) > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--name-body.field--type-text-with-summary > h5",
            "html": "<h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e68cca4f5c4a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ff227f47"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".field--field_text > p:nth-child(1) > a[data-entity-type=\"node\"][data-entity-substitution=\"canonical\"][data-once=\"links\"]:nth-child(1)",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64d697a5cb7d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-4c09511f"
          }
        ],
        "outcomeCount": 748,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1737,
          "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "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-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1767,
        "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",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities",
      "finalUrl": "https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/ig/office-inspector-general",
      "finalUrl": "https://energy.gov/ig/office-inspector-general",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
      "finalUrl": "https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/lm/history",
      "finalUrl": "https://energy.gov/lm/history",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/mesc/funding",
      "finalUrl": "https://www.energy.gov/mesc/funding",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Funding | Department of Energy",
      "elapsedMs": 9204,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1191,
          "failed": 2,
          "cantTell": 13,
          "inapplicable": 39
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "select-name",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4>Funding Opportunities</h4>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3146dc9d10d7",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5><strong>LOOKING FOR MORE?</strong> Visit the <a href=\"https://infrastructure-exchange.energy.gov/Default.aspx\" data-once=\"links\">Infrastructure Exchange</a> to see all clean energy infrastructure funding opportunity announcements.</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": "308bd5e1676f",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d1199dad"
          }
        ],
        "outcomeCount": 1245,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2596,
          "failed": 223,
          "cantTell": 49,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_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": "4c495b4949a7",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "b48e09458ef4",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f323ea6f6b3d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "bd1c9d787552",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f11073deb8cb",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "38078168afd8",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "e6ec7e263b0a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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--datatable\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59d4dee47c70",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-6d8d7dcf"
          },
          {
            "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": "4662239a2d31",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "1cf2a6b294cf",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "9e12127b8072",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "aaf3a44614d1",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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\">",
            "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": "a025b50a3316",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "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": "2441d0f86a43",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-e694d8e7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-csv=\"https://www.energy.gov/sites/default/files/2026-03/Funding_3_13_2026.csv\" class=\"datatable datatable--sortable datatable--with-facets\">",
            "message": "Confirm this text 'Showing 1 to 25 of 31 entries' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4de2024a4160",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-265ffa3c"
          },
          {
            "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 25 of 31 entries' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56045466e37c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-2ea3695d"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<table aria-describedby=\"DataTables_Table_0_info\" id=\"DataTables_Table_0\" data-order=\"[[\"7\",\"asc\"]]\" data-page-length=\"25\" 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": "4402de4839de",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-28e36df3"
          },
          {
            "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": "5d3ffd064e1c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-27edf888"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Funding Opportunity: 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": "25fe83e06590",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-92ecb8f5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Funding Opportunity: 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": "64cee05353c6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-e95d0434"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Funding Opportunity: 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": "c018381b929a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7ff2739d"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Status: 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": "83c4c7f3b95f",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-f8ed9ab3"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Status: 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": "f82da955cf8c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-83283581"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Status: 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": "00ed355a21ac",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-b4c13b2d"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Release Date: 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": "0985f8eb12a1",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-2790583d"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Release Date: 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": "aefc5577e30c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-251ff6a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Release Date: 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": "e8a8b2523a5e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ebe8b750"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Due Date: 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": "59de3e62b53e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d4e6b0ee"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Due Date: 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": "14d4b1527479",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0ed614e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Due Date: 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": "fcff39d8486a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-1f2cd8f4"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<th aria-label=\"Program: 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": "6e4eda54eb64",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-3cb2b4dd"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<th aria-label=\"Program: 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": "af586a1874c8",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-2655897f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<th aria-label=\"Program: 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": "359563360e73",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-dfd3b905"
          },
          {
            "rule": "table_headers_related",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control\">",
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3f0d007ae73",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d225fd42"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control\">",
            "message": "The tabbable element's role 'cell' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d378529e9fde",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-99cf68d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<td tabindex=\"0\" class=\"dtr-control\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ecd84f24fb4",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-03e602bc"
          },
          {
            "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": "051c2f0fbd7a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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 tabindex=\"0\" class=\"dtr-control\">",
            "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\">",
            "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\">",
            "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": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"See NOFO for Rare Earth Elements Demonstration Facility\" href=\"/articles/energy-department-announces-134-million-funding-strengthen-rare-earth-element-supply\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff27e7e4bdfa",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-4fc37698"
          },
          {
            "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\">",
            "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\">",
            "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\">",
            "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": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"See NOI for Rare Earth Elements Demonstration Facility NOI\" href=\"/articles/energy-department-announces-actions-secure-american-critical-minerals-and-materials-supply\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c93f2117e6a1",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-4ebd6a69"
          },
          {
            "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\">",
            "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\">",
            "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\">",
            "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": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"See NOI for Battery Materials Processing and Battery Manufacturing Grants NOI\" href=\"/articles/energy-department-announces-actions-secure-american-critical-minerals-and-materials-supply\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ddb34e52d5b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a4e9afd4"
          },
          {
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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\">",
            "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": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"DataTables_Table_0_paginate\" class=\"datatable-pager\">",
            "message": "Confirm this text 'Previous 1 2 Next' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea55ed7aca26",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "cfdb6b87c2eb",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "2495a4708c8c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "53f1ce210364",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "4e8cfbaa6b54",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-3df5b74b"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<a data-once=\"links\" id=\"DataTables_Table_0_next\" tabindex=\"0\" data-dt-idx=\"3\" 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": "11a87bfa99e5",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-cbe41051"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" id=\"DataTables_Table_0_next\" tabindex=\"0\" data-dt-idx=\"3\" 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": "2ec6910a4323",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d11b3991"
          },
          {
            "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": "150e0cd03c40",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f70dba364b40",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2823,
        "uniqueFailedCount": 49,
        "duplicateFailedCount": 174,
        "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": 174
    },
    {
      "submittedUrl": "https://energy.gov/nnsa/national-nuclear-security-administration",
      "finalUrl": "https://energy.gov/nnsa/national-nuclear-security-administration",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 265,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/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": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/science/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",
      "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": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/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",
      "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": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/american-manufacturing",
      "finalUrl": "https://energy.gov/topics/american-manufacturing",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/artificial-intelligence",
      "finalUrl": "https://energy.gov/topics/artificial-intelligence",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/cybersecurity",
      "finalUrl": "https://energy.gov/topics/cybersecurity",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/earth-systems-modeling",
      "finalUrl": "https://www.energy.gov/topics/earth-systems-modeling",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Earth Systems Modeling | Department of Energy",
      "elapsedMs": 8874,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 877,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 38453804",
            "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/8c83ec2e/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": "ca762727509d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0ebed05e"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 38453804",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 929,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1986,
          "failed": 26,
          "cantTell": 17,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22f95b683409",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04938c9cea02",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f965fb494d11",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a20eb89404",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73a1231de839",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b66a21d1872d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdaa620c3a13",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "901cf154f767",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e760e2dafe7c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e96b5d60cd",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd7e8353a59b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0125373dc10b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'DOE Explains...Earth System and Climate Models' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbe3e306bb2b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-5d52149a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_media_short_title field field--name-field-media-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'HyperFACETS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10afe3c367e6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-6e3490bc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Early System Models Provide Insights into Our Changing World' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64177409569b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"248807416\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/lTN4yKNrJws?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Introduction to the Energy Exascale Earth System Model \n\n \" title=\"Energy Exascale Earth System Model \" 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": "7f7df8239ebf",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a8b35b39"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"248807416\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/lTN4yKNrJws?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Introduction to the Energy Exascale Earth System Model \n\n \" title=\"Energy Exascale Earth System Model \" 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": "58a47b290034",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-389bbc5e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"media--caption\">",
            "message": "Confirm this text 'Introduction to the Energy Exascale Earth System Model' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4fe5f808769",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-4e27b12c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Science' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787e807a3a89",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5855eb01951",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "086aebdf1f8e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2018,
        "uniqueFailedCount": 21,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://energy.gov/topics/energy-security",
      "finalUrl": "https://energy.gov/topics/energy-security",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "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": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/environmental-and-legacy-management",
      "finalUrl": "https://www.energy.gov/topics/environmental-and-legacy-management",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Environmental and Legacy Management | Department of Energy",
      "elapsedMs": 7710,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 815,
          "failed": 0,
          "cantTell": 21,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 883,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2255,
          "failed": 33,
          "cantTell": 44,
          "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": "c1ae304daba1",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "c15c1e40a7f1",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "dd1c583780de",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "de26ede9dbf2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "cc039319353d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f213164fc82f",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "3bf0c5baca61",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f0c4a74ebee2",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "783ee80fe92d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "83194f50af79",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "dc40b5d42535",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "a7a03a2ee6ba",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<div class=\"tablet:grid-col-11 grid-col-12 description-col\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfc39edb5dc7",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-64770d2b"
          },
          {
            "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": false,
            "duplicateOf": null,
            "fingerprint": "11df741392de",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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 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 '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--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'Homepage for the Office of Legacy Management' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fdb62491cab",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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 '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 'History' 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 'History' 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 'Why DOE’s Environmental Legacy Missions are Critically Important' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c66e09bb65c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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 '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 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 '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--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'Homepage for the Office of 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 'Legacy 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": "73646f388c9f",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "8093028c619d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2309,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 15,
        "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": 15
    },
    {
      "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",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "finalUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "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": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/scep/wap/weatherization-assistance-program",
      "finalUrl": "https://energy.gov/scep/wap/weatherization-assistance-program",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/national-science-bowl",
      "finalUrl": "https://energy.gov/topics/national-science-bowl",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 251,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/grid-deployment-and-transmission",
      "finalUrl": "https://www.energy.gov/topics/grid-deployment-and-transmission",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Grid Deployment and Transmission | Department of Energy",
      "elapsedMs": 11264,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1351,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\39 14691045",
            "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/8c83ec2e/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": "28dcb0daa395",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7fff7082"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 01162379",
            "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/8c83ec2e/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": "61c7eaf7f4c5",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-72c0d658"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\31 75051610",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8c83ec2e/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": "9c752cbbdf93",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-cbc7cc6c"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\39 14691045",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\38 01162379",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\31 75051610",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1404,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 3,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2655,
          "failed": 43,
          "cantTell": 31,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c0737129a36",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "4367ee43c5d4",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "16952d6c79b6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "06ab4b17ce22",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "e0163d4b7ef1",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "ae24800abf30",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "c8fc82212158",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "8526a82d03f6",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "f2e51a35e3bb",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "11dead28b740",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "2cc086ef0d89",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "4cce027c5194",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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 'Enhanced Transmission Planning' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f34a78b7bc8c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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 'Enhanced Transmission Planning' 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 'Transmission Facilitation Program' 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 'Transmission Facilitation Program' 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 'Transforming Transmission Infrastructure' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffca50db1f9c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"789889869\" data-gtm-yt-inspected-8=\"true\" aria-label=\"Grid Deployment and Transmission iframe 1\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"U.S. DOE Office of Electricity 101\" src=\"https://www.youtube.com/embed/wQYvIOfFtCw?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d4eba110df",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-1a7f5110"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"789889869\" data-gtm-yt-inspected-8=\"true\" aria-label=\"Grid Deployment and Transmission iframe 1\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"U.S. DOE Office of Electricity 101\" src=\"https://www.youtube.com/embed/wQYvIOfFtCw?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ecf374fae4d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-f78ebada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" id=\"332559824\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" data-gtm-yt-inspected-8=\"true\" aria-label=\"Grid Deployment and Transmission iframe 2\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"Advanced Grid Components for a Future-Ready Grid\" src=\"https://www.youtube.com/embed/ovuH3Ku1_iY?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0a35678c4fb",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-82ab70fe"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" id=\"332559824\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" data-gtm-yt-inspected-8=\"true\" aria-label=\"Grid Deployment and Transmission iframe 2\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"Advanced Grid Components for a Future-Ready Grid\" src=\"https://www.youtube.com/embed/ovuH3Ku1_iY?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "165f4f5576ca",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-3186c95c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" id=\"54662177\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" data-gtm-yt-inspected-8=\"true\" aria-label=\"Grid Deployment and Transmission iframe 3\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"Transmission 101\" src=\"https://www.youtube.com/embed/J4lCBobenSA?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d189fa89a47a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-c2de0faa"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" id=\"54662177\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" data-gtm-yt-inspected-8=\"true\" aria-label=\"Grid Deployment and Transmission iframe 3\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"Transmission 101\" src=\"https://www.youtube.com/embed/J4lCBobenSA?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eee354f237c5",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-748004af"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'October 1, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71770004a004",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'September 30, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 21, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'May 21, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 12, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'September 3, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 21, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 16, 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Grid Deployment 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 'Office of the Under 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": "<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 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 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": "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": "ab39eda9017d",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "16e1ad152126",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2700,
        "uniqueFailedCount": 23,
        "duplicateFailedCount": 20,
        "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/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",
      "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",
      "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": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/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",
      "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://www.energy.gov/topics/nuclear-security",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Nuclear Security | Department of Energy",
      "elapsedMs": 7680,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 851,
          "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": 905,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2396,
          "failed": 35,
          "cantTell": 27,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "list_markup_review",
          "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": "2f01cd950adc",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "e1e977604343",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "e5e8f6e19709",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "135b000773c5",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "b463008aad0a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "47f73c2c6cfb",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "51f94a742763",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "78e662fee88e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "26b2229c4db0",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "9c096a8bb110",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "bb9bc4d52c9e",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "a17f2919df14",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl\">",
            "message": "Confirm this text 'Design, Build, and Deliver the Nation's Nuclear Stockpile' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb140c1e8b38",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-e0650a3b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" href=\"https://asc.llnl.gov/exascale/el-capitan\">",
            "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": "f4106b852a2b",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-0e293034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl\">",
            "message": "Confirm this text 'Forge Solutions That Enable Global Security and Stability' 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": "b7055338149a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a76263bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '- Minimizing weapons-usable nuclear materials around the world' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4a34b9b0f20",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '- Developing monitoring and verification technologies for nuclear agreements' 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 '- Preventing terrorists from acquiring and smuggling nuclear materials' 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 'Harness the Atom to Power a Global Naval Fleet' 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 25, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6e08fb096be",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 18, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'January 23, 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 'December 23, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text '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=\"collection-item__date p2\">",
            "message": "Confirm this text 'January 29, 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 'December 1, 2025' 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": "39133091244a",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "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": "cf2d024d101c",
            "firstSeenAt": "2026-04-07T01:01:44.193Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2433,
        "uniqueFailedCount": 19,
        "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
    }
  ],
  "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": 75,
        "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>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 63,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"collection-item__date p2\">",
            "xpath": null,
            "message": "Confirm this text 'March 30, 2026' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 47,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 44,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 43,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 37,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 27,
        "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<a href=\"\" data-once=\"links\" class=\"chosen-single\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 19,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/funding-opportunities",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 19,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/funding-opportunities",
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 19,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/funding-opportunities",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 19,
        "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 15,
        "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 14,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<iframe data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" data-gtm-yt-inspected-8=\"true\" id=\"773983058\" data-gtm-yt-inspected-35=\"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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=kUYUkUlSyqkjTSMaN2w3RaOh&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=9drkabucbjut\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-dzcd98lztgr1\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/state-american-energy-promises-made-promises-kept",
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"497468824\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Vmke_h2MCpU?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\" One Year In: Unleashing American Energy Dominance\" title=\" One Year In: Unleashing American Energy Dominance\" 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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 8,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/our-leadership-offices",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/state-american-energy-promises-made-promises-kept",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the word(s) 'lower' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 7,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<iframe data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" data-gtm-yt-inspected-8=\"true\" id=\"773983058\" data-gtm-yt-inspected-35=\"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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=kUYUkUlSyqkjTSMaN2w3RaOh&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=9drkabucbjut\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-dzcd98lztgr1\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/state-american-energy-promises-made-promises-kept",
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"497468824\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Vmke_h2MCpU?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\" One Year In: Unleashing American Energy Dominance\" title=\" One Year In: Unleashing American Energy Dominance\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/earth-systems-modeling",
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"248807416\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/lTN4yKNrJws?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Introduction to the Energy Exascale Earth System Model \n\n \" title=\"Energy Exascale Earth System Model \" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/grid-deployment-and-transmission",
            "html": "<iframe data-gtm-yt-inspected-32=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"789889869\" data-gtm-yt-inspected-8=\"true\" aria-label=\"Grid Deployment and Transmission iframe 1\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" title=\"U.S. DOE Office of Electricity 101\" src=\"https://www.youtube.com/embed/wQYvIOfFtCw?enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" height=\"auto\" width=\"100%\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria-prohibited-attr",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8c83ec2e/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\31 81137152",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/state-american-energy-promises-made-promises-kept",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/4746b641/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\39 83392642",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/earth-systems-modeling",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8c83ec2e/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\32 38453804",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/grid-deployment-and-transmission",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8c83ec2e/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\39 14691045",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/grid-deployment-and-transmission",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/8c83ec2e/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\38 01162379",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria-allowed-role",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"field__item splide__slide is-active is-visible\" id=\"main-carousel-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\" style=\"width: calc(100%);\">",
            "xpath": "#main-carousel-slide01",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role group is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-active is-visible\" id=\"thumbnail-carousel-slide01\" role=\"button\" aria-label=\"Go to slide 1\" aria-current=\"true\" tabindex=\"0\" aria-controls=\"main-carousel-slide01\">",
            "xpath": "#thumbnail-carousel-slide01",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible is-next\" id=\"thumbnail-carousel-slide02\" role=\"button\" aria-label=\"Go to slide 2\" tabindex=\"0\" aria-controls=\"main-carousel-slide02\">",
            "xpath": "#thumbnail-carousel-slide02",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide03\" role=\"button\" aria-label=\"Go to slide 3\" tabindex=\"0\" aria-controls=\"main-carousel-slide03\">",
            "xpath": "#thumbnail-carousel-slide03",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/",
            "html": "<li class=\"splide__slide is-visible\" id=\"thumbnail-carousel-slide04\" role=\"button\" aria-label=\"Go to slide 4\" tabindex=\"0\" aria-controls=\"main-carousel-slide04\">",
            "xpath": "#thumbnail-carousel-slide04",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "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": 5,
        "examples": [
          {
            "url": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
            "html": "<h3>Media Inquiries:</h3>",
            "xpath": ".group-section__item--start > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
            "html": "<h3><em><strong>The Trump Administration’s Investments Will Help Save Americans in Georgia and Alabama Over $7 Billion in Electricity Costs</strong></em></h3>",
            "xpath": "center > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/mesc/funding",
            "html": "<h4>Funding Opportunities</h4>",
            "xpath": "h4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/mesc/funding",
            "html": "<h5><strong>LOOKING FOR MORE?</strong> Visit the <a href=\"https://infrastructure-exchange.energy.gov/Default.aspx\" data-once=\"links\">Infrastructure Exchange</a> to see all clean energy infrastructure funding opportunity announcements.</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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 3,
        "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\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-text required usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"subject\" id=\"edit-subject\" type=\"text\" data-drupal-selector=\"edit-subject\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<textarea aria-required=\"true\" required=\"required\" class=\"form-textarea required usa-textarea resize-vertical\" cols=\"60\" rows=\"5\" name=\"message\" id=\"edit-message\" data-drupal-selector=\"edit-message\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "label_ref_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<label id=\"edit-category-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-category\">",
            "xpath": null,
            "message": "The value \"edit-category\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<label id=\"edit-affiliation-chosen-label-0\" class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-affiliation\">",
            "xpath": null,
            "message": "The value \"edit-affiliation\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<label class=\"usa-input-required usa-label control-label js-form-required form-required\" for=\"edit-reply\">",
            "xpath": null,
            "message": "The value \"edit-reply\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<span>",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/nuclear-security",
            "html": "<p>",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "text_quoted_correctly",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://energy.gov/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\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "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.\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/cio/department-energy-information-quality-guidelines",
            "html": "<p>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"provide policy and procedural g ... sseminated by Federal Agencies.\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<div aria-label=\"Show options\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe aria-label=\"Contact Us iframe 1\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfCYFAUAAAAACsX_mpeDJfSQbZ5kJTZtXpF7el_&co=aHR0cHM6Ly93d3cuZW5lcmd5Lmdvdjo0NDM.&hl=en&type=image&v=kUYUkUlSyqkjTSMaN2w3RaOh&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=9drkabucbjut\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-dzcd98lztgr1\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <iframe> with ARIA role \"presentation\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "input_checkboxes_grouped",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "xpath": null,
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/contact-us",
            "html": "<input class=\"form-radio usa-radio__input\" value=\"yes\" name=\"reply\" id=\"edit-reply-yes\" type=\"radio\" data-drupal-selector=\"edit-reply-yes\">",
            "xpath": null,
            "message": "Radio input and others with the name \"reply\" are not grouped together",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "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": 2,
        "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\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/mesc/funding",
            "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\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "presentation-role-conflict",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-qjl439nlnynz\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\" aria-label=\"Contact Us iframe 1\">",
            "xpath": "iframe[title=\"reCAPTCHA\"]",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element does not have global ARIA attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "element_tabbable_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/contact-us",
            "html": "<input class=\"form-radio usa-radio__input\" checked=\"checked\" value=\"no\" name=\"reply\" id=\"edit-reply-no\" type=\"radio\" data-drupal-selector=\"edit-reply-no\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "heading_markup_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
            "html": "<h1>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "link-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [
            "2.4.4",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures links have discernible text. Screen reader users often navigate pages by listing all links — links without text or with only 'click here' provide no context."
        },
        "wcag": {
          "scs": [
            "2.4.4",
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
            "html": "<a href=\"/cmei/femp/federal-energy-management-program-legacy\" data-entity-type=\"node\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-substitution=\"canonical\" data-once=\"links\"> </a>",
            "xpath": ".field--field_text > p:nth-child(1) > a[data-entity-type=\"node\"][data-entity-substitution=\"canonical\"][data-once=\"links\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "a_text_purpose",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
            "html": "<a data-once=\"links\" data-entity-substitution=\"canonical\" data-entity-uuid=\"d5b7971e-461c-4dd6-a523-f44e158d469a\" data-entity-type=\"node\" href=\"/cmei/femp/federal-energy-management-program-legacy\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 6,
      "Visual Designer": 0,
      "Content Author": 6,
      "Front-End Developer": 489
    },
    "severityStats": {
      "Critical": 0,
      "Serious": 1,
      "Moderate": 494,
      "Minor": 0
    }
  }
}
