{
  "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-14T01:06:43.355Z",
  "totalElapsedMs": 181761,
  "totalSubmitted": 69,
  "acceptedCount": 69,
  "scannedCount": 69,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 17799,
    "failed": 26,
    "cantTell": 160,
    "inapplicable": 823
  },
  "equalAccessTotals": {
    "passed": 44574,
    "failed": 658,
    "uniqueFailed": 458,
    "duplicates": 200,
    "cantTell": 416,
    "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": 204,
  "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": 11755,
      "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": 954,
          "failed": 7,
          "cantTell": 17,
          "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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": "#\\35 07039808",
            "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/041232d8/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": "f86cba77ea08",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-66e674fd"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 07039808",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "patternId": "A11Y-e2b043dc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8727a62cc815",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 8, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 30, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 26, 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-35=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"556644201\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc841b2a2fc6",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-86dc2b3b"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"556644201\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dd05f932190",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-2657c091"
          },
          {
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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": 10371,
      "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "patternId": "A11Y-63410479"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" title=\"Grid Resilience and Innovation Partnerships (GRIP) Program Projects -old\" data-entity-substitution=\"canonical\" data-entity-uuid=\"a8b8c2fb-140a-4fb3-91c9-25ca0b08f93c\" data-entity-type=\"node\" href=\"/oe/grid-resilience-and-innovation-partnerships-grip-program-projects-old\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 242: Hydroelectric Production Incentive Program\" title=\"Section 242: Hydroelectric Production Incentive Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-type=\"node\" href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41bc349ef4e5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-851cf943"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Wholesale Electricity Market Studies and Engagement Program\" title=\"Wholesale Electricity Market Studies and Engagement Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"74e16a08-5cac-42fc-a6f9-6b74fd98ce7f\" data-entity-type=\"node\" href=\"/oe/wholesale-electricity-market-studies-and-engagement-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "patternId": "A11Y-26ba822c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 247: Maintaining and Enhancing Hydroelectricity Incentives\" title=\"Section 247: Maintaining and Enhancing Hydroelectricity Incentives\" data-entity-substitution=\"canonical\" data-entity-uuid=\"7647db17-93be-4de2-ae4c-10344e2b5321\" data-entity-type=\"node\" href=\"/cmei/water/section-247-maintaining-and-enhancing-hydroelectricity-incentives\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02bcc948649e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7a4ebf61"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 243: Hydroelectric Efficiency Improvement Incentives Program\" title=\"Section 243: Hydroelectric Efficiency Improvement Incentives Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"bbffa5f0-83d8-472f-939b-b01175c23223\" data-entity-type=\"node\" href=\"/cmei/water/section-243-hydroelectric-efficiency-improvement-incentives-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0fd5df40682",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-dff13715"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Section 242: Hydroelectric Production Incentive Program\" title=\"Section 242: Hydroelectric Production Incentive Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"9e3698ec-caaa-41da-a9bf-0cb2efbbe10f\" data-entity-type=\"node\" href=\"/cmei/water/section-242-hydroelectric-production-incentive-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Civil Nuclear Credit Program\" title=\"Civil Nuclear Credit Program\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4076d020-49cb-4c61-b145-3a874c59bd0a\" data-entity-type=\"node\" href=\"/oe/civil-nuclear-credit-program\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "205bc27cfab4",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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": 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/budget-performance",
      "finalUrl": "https://www.energy.gov/budget-performance",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Budget &amp; Performance | Department of Energy",
      "elapsedMs": 9214,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1160,
          "failed": 2,
          "cantTell": 5,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".layout-breakout.layout-float.layout-right > .field--text_default.field--body.field--name-body > h3",
            "html": "<h3><a href=\"/cfo/listings/budget-justification-supporting-documents\" data-once=\"links\">More Budget Requests</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fe8fc403af3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-e43b0c47"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4><a aria-label=\"Read more about More Annual Performance Reports\" href=\"/cfo/listings/annual-performance-reports\" title=\"Read more about More Annual Performance Reports\" data-once=\"links\">More Annual Performance Reports</a></h4>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bceac92fbd3d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-61c4188c"
          }
        ],
        "outcomeCount": 1214,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2894,
          "failed": 35,
          "cantTell": 20,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "style_background_decorative",
          "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": "14f3dbb32153",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "18b42ef723f9",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "2b5205ac031c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "122259cb6d5f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "863f04117085",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "9998d879bf1e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "22a8549358f2",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "da94416202c3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "8924203be7f7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "24e268ed09ad",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "f6f649fb09d3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/budget-performance\">",
            "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": "425a9d27266b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-1b1bce4b"
          },
          {
            "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": "238d21ffa558",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" href=\"/cfo/listings/budget-justification-supporting-documents\">",
            "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": "6dd21c18ebc2",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4abad3c6"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"FY 2027 Budget Justification\" title=\"FY 2027 Budget Justification\" data-entity-substitution=\"canonical\" data-entity-uuid=\"40dde835-0160-42e8-8576-1433caf55420\" data-entity-type=\"node\" href=\"/cfo/articles/fy-2027-budget-justification\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3077335dd3b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d97b237a"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"FY 2026 Budget Justification\" title=\"FY 2026 Budget Justification\" data-entity-substitution=\"canonical\" data-entity-uuid=\"b606ce35-f60b-48d1-9329-6c1533c3a9af\" data-entity-type=\"node\" href=\"/cfo/articles/fy-2026-budget-justification\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c6c42c4ae33",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7d0a8b6c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"FY 2025 Budget Justification\" data-entity-substitution=\"canonical\" data-entity-uuid=\"ff45888f-0227-4822-950e-95c662067047\" data-entity-type=\"node\" aria-label=\"FY 2024 Budget Justification\" href=\"/cfo/articles/fy-2025-budget-justification\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d74ae26c7ddd",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-0a1953d3"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Statement by Secretary Granholm on the President's Fiscal Year 2025 Budget\" title=\"Statement by Secretary Granholm on the President's Fiscal Year 2025 Budget\" data-entity-substitution=\"canonical\" data-entity-uuid=\"fe02bfdc-e474-4806-822f-395f788dd0b4\" data-entity-type=\"node\" href=\"/articles/statement-secretary-granholm-presidents-fiscal-year-2025-budget\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b68c57d7091c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a4ab7c6f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"FY 2024 Budget Justification\" data-entity-substitution=\"canonical\" data-entity-uuid=\"7f2fde24-4d0c-4b13-8e3f-d40e55e81833\" data-entity-type=\"node\" aria-label=\"FY 2024 Budget Justification\" href=\"/cfo/articles/fy-2024-budget-justification\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f867acc18550",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-94644d5e"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Statement by Energy Secretary Granholm on The President’s Fiscal Year 2024 Budget\" data-entity-substitution=\"canonical\" data-entity-uuid=\"ef77f5a0-a9d3-43d0-ad02-c95a8789d623\" data-entity-type=\"node\" aria-label=\"Statement by Energy Secretary Granholm on The President’s Fiscal Year 2024 Budget\" href=\"/articles/statement-energy-secretary-granholm-presidents-fiscal-year-2024-budget\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b293891daf6",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-59732380"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"FY2023 Budget Justification\" href=\"/cfo/articles/fy-2023-budget-justification\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8aeb4df21229",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d50b9e40"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" aria-label=\"Budget in Brief\" href=\"/sites/default/files/2022-03/doe-fy2023-budget-in-brief-v2.pdf\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f02ccc576f45",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-e2d11c11"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"FY2023 Press Release\" href=\"/articles/statement-energy-secretary-granholm-president-bidens-doe-fiscal-year-2023-budget\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d492b96a2ef5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-bd1be978"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d233276f1b77",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7ba465a7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__summary\">",
            "message": "Confirm this text 'Added April 2014' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e588515907b9",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-83365ee6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__summary\">",
            "message": "Confirm this text 'Updated February 2012' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "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 National Nuclear Security Administration\" href=\"http://www.fas.org/irp/agency/dod/jason/\" aria-label=\"Read more about National Nuclear Security Administration\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0f6bcd2786b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-0246d54c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Read more about GAO High-Risk Improvement Plans\" href=\"https://www.gao.gov/highrisk/overview\" aria-label=\"Read more about GAO High-Risk Improvement Plans\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d53beae5413b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-28abbcf0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Read more about Bonneville Power Administration\" href=\"https://www.bpa.gov/Finance/FinancialInformation/Pages/Budget-Submission-to-Congress.aspx\" aria-label=\"Read more about Bonneville Power Administration\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd961de0ed07",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-514ecb8e"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Read more about Energy Information Administration\" href=\"https://www.eia.gov/about/budget_performance.php\" aria-label=\"Read more about Energy Information Administration\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "090d0f7cf2e5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b8d0430a"
          },
          {
            "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": "2a3908bce0ba",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "b43122d31622",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2937,
        "uniqueFailedCount": 31,
        "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/commercialization",
      "finalUrl": "https://energy.gov/commercialization",
      "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/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": 8900,
      "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-4jw1288kpxya\" 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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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=uvf1sx504541\" 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-gyep1lni9dyz\" 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": "7ad114b4892a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d1e8aafa"
          },
          {
            "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=uvf1sx504541\" 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-gyep1lni9dyz\" role=\"presentation\" height=\"78\" width=\"304\" title=\"reCAPTCHA\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf5ece580b26",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-c8dda712"
          },
          {
            "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=uvf1sx504541\" 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-gyep1lni9dyz\" 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": "415969b385ee",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a3f5ce07"
          },
          {
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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": 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/digital-engagement-and-media",
      "finalUrl": "https://energy.gov/digital-engagement-and-media",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/EDF",
      "finalUrl": "https://www.energy.gov/EDF",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Office of Energy Dominance Financing | Department of Energy",
      "elapsedMs": 8388,
      "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": 945,
          "failed": 0,
          "cantTell": 12,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1000,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2520,
          "failed": 40,
          "cantTell": 32,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99df24c457f7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "5d9e81375765",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "02b356796de5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "30fea45cff55",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "e9b2e6d16636",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "da14833ce446",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "2627c792d57a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "b51b8a7dc6a1",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "03c3572de3fb",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "cd552e1084ca",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "29db96f963bb",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "2bb692d00f8a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "7ffc8301282e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "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": "Confirm this text 'Unleashing American Energy Infrastructure & Innovation' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5015c44851e1",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-bc43a993"
          },
          {
            "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": "a45fa1b15b4b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-3701e96c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faba96db3b41",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "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 'February 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 'January 22, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_person_title field field--name-field-person-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Director, EDF' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e152e1ac9d0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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 'Senior Advisor, EDF' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_person_title field field--name-field-person-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Deputy Director, EDF' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_person_title field field--name-field-person-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Chief Investment Officer, EDF' 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 'U.S. Department of Energy LP 10' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a5e6ba80c6f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '1000 Independence Ave, SW' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6e3af691f84",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Washington, DC 20585' is used as a heading and if so, modify to use a heading element or role",
            "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=\"first_name\" id=\"edit-first-name\" type=\"text\" data-drupal-selector=\"edit-first-name\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00ece4c4fced",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ccb5d6b4"
          },
          {
            "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=\"first_name\" id=\"edit-first-name\" type=\"text\" data-drupal-selector=\"edit-first-name\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0248d0bad57",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d53975ce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"form-text usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"last_name\" id=\"edit-last-name\" type=\"text\" data-drupal-selector=\"edit-last-name\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f0dfb8aa8d4",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-904f0339"
          },
          {
            "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_address\" id=\"edit-email-address\" type=\"email\" data-drupal-selector=\"edit-email-address\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e796448dd48",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4c0d1e50"
          },
          {
            "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_address\" id=\"edit-email-address\" type=\"email\" data-drupal-selector=\"edit-email-address\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaa6d8ced97e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-6be65d91"
          },
          {
            "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 'Your Message' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b8526b006f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "ae89c70c6df5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "91577ba885d2",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-3d4be4f2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Send\" name=\"op\" id=\"edit-actions-submit\" type=\"submit\" data-drupal-selector=\"edit-actions-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": "45e44b1b6473",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-415e0e13"
          },
          {
            "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": "19985eb11cc6",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "0f6774352eee",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2572,
        "uniqueFailedCount": 30,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://energy.gov/funding-opportunities",
      "finalUrl": "https://energy.gov/funding-opportunities",
      "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/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": 8762,
      "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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": 283,
      "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": 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/notice-court-orders",
      "finalUrl": "https://energy.gov/notice-court-orders",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/open-government",
      "finalUrl": "https://www.energy.gov/open-government",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Open Government | Department of Energy",
      "elapsedMs": 7795,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 781,
          "failed": 1,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".tablet-lg\\:grid-col-6:nth-child(1) > .block-layout-builder.block-inline-blockbasic.block > .field--text_default.field--body.field--name-body > h4:nth-child(1)",
            "html": "<h4>CUSTOMER SERVICE</h4>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6bbfd97912",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-f3558c16"
          }
        ],
        "outcomeCount": 831,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2012,
          "failed": 20,
          "cantTell": 16,
          "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"
        ],
        "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": "a9a5f20a996c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "dc4b63c0ca91",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "0b8eb547f909",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "9c724b5eb7da",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "6463ab3d47b4",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "b14b1194bdda",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "1c0be3d8e6f7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "2eb4b6ee1a9a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "d2fca93c1cd0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "5f645a8cd9d7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "2b09a16b45a8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/open-government\">",
            "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": "2367f3e2027c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-fa62225e"
          },
          {
            "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": "ecb68a73acfc",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" href=\"/sites/default/files/2023-07/DOE%20Public%20Access%20Plan%202023%20-%20Final.pdf\" aria-label=\"https://www.energy.gov/sites/default/files/2023-07/DOE Public Access Plan 2023 - Final.pdf\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f8c75b13d0b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-0936e2d1"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\" ext\" target=\"_blank\" href=\"/sites/prod/files/2014/08/f18/DOE_Public_Access%20Plan_FINAL.pdf\" aria-label=\"https://www.energy.gov/sites/prod/files/2014/08/f18/DOE_Public_Access Plan_FINAL.pdf\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "558d5ed63be1",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-cca92846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Denise Hill Denise Hill' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3941f9755776",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Open Government Representative' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56a1758525b3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "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": "8e9a08259d29",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "6aec5b1c28d0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2044,
        "uniqueFailedCount": 19,
        "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/our-leadership-offices",
      "finalUrl": "https://energy.gov/our-leadership-offices",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 266,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/power-marketing-administrations",
      "finalUrl": "https://energy.gov/power-marketing-administrations",
      "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/save",
      "finalUrl": "https://energy.gov/save",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/state-american-energy-promises-made-promises-kept",
      "finalUrl": "https://www.energy.gov/state-american-energy-promises-made-promises-kept",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "THE STATE OF AMERICAN ENERGY: Promises Made, Promises Kept | Department of Energy",
      "elapsedMs": 11763,
      "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": "#\\36 75383865",
            "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/ee507a59/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": "683932a25ee8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-fc529b32"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\36 75383865",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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=\"922627077\" 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": "5e926d990ab5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-786e6205"
          },
          {
            "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=\"922627077\" 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": "bacf9453b3c5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d7485636"
          },
          {
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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": 7248,
      "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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-14T01:06:43.355Z",
            "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://energy.gov/web-policies",
      "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/whistleblower-protection-and-nondisclosure-agreements",
      "finalUrl": "https://www.energy.gov/whistleblower-protection-and-nondisclosure-agreements",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Whistleblower Protection and Nondisclosure Agreements | Department of Energy",
      "elapsedMs": 7323,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 521,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 571,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1271,
          "failed": 17,
          "cantTell": 8,
          "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"
        ],
        "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": "bc682c2d7d0b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "ca82fd4beef5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "998a9016211f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "db542efc71b7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "1bc5e7612582",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "2b1def8c5969",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "dbdbc46b7b25",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "6f7741cc2ca1",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "842c8e31a47b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "43752127aea5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "ab4fdd91ebd2",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/whistleblower-protection-and-nondisclosure-agreements\">",
            "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": "5777ca9586bd",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-1733a283"
          },
          {
            "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": "5e57de8eba61",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Read more about www.osc.gov\" href=\"https://osc.gov/\" aria-label=\"Read more about www.osc.gov\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1330b7efa1a2",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-62bc80c3"
          },
          {
            "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": "dd75cd5f7591",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "9a18a16e1f52",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1288,
        "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/work-us-department-energy",
      "finalUrl": "https://energy.gov/work-us-department-energy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
      "finalUrl": "https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "finalUrl": "https://www.energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Department Approves Export Expansion at Corpus Christi LNG | Department of Energy",
      "elapsedMs": 9145,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 637,
          "failed": 1,
          "cantTell": 0,
          "inapplicable": 45
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".group-section__item--start > h3",
            "html": "<h3>Media Inquiries:</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b6e484cd099",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 683,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1616,
          "failed": 21,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2767f76078ea",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17afb43e807c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e4d5bce8e50",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "982b13f6f96f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21581011b8c8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67296ccf6e06",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aae27df0f531",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--article\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b53e9c96e19",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ce31ab30"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cbe74d0b850",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64c9ca5af1d7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cefcddb46e17",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"A Decade of U.S. LNG Leadership: Powering Prosperity, Security, and Human Flourishing\" title=\"A Decade of U.S. LNG Leadership: Powering Prosperity, Security, and Human Flourishing\" data-entity-substitution=\"canonical\" data-entity-uuid=\"56ef0e3c-9ab1-498d-9577-47715b57b8dc\" data-entity-type=\"node\" href=\"/hgeo/articles/decade-us-lng-leadership-powering-prosperity-security-and-human-flourishing\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac9594eb0ae6",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-23d64516"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '###' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c3acc860a62",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '(202) 586-4940 or DOENews@hq.doe.gov' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"group-section__item group-section__item--end\">",
            "message": "Confirm this text 'Read more at the' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed707209ef13",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-0152054d"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" title=\"Newsroom - Legacy\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f90aa94e-29ad-4fd7-b8c4-213e562c6167\" data-entity-type=\"node\" aria-label=\"Newsroom\" href=\"/newsroom-legacy\" style=\"color:#FFFFFF;\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be98788d2c49",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-59390d79"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db3566dba75a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baf8718e701a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1640,
        "uniqueFailedCount": 17,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "finalUrl": "https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
      "finalUrl": "https://energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "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://www.energy.gov/articles/us-department-energy-reverses-biden-lng-pause-restores-trump-energy-dominance-agenda",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "U.S. Department of Energy Reverses Biden LNG Pause, Restores Trump Energy Dominance Agenda | Department of Energy",
      "elapsedMs": 8709,
      "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": 580,
          "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": "22dbc8bd689c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-9f5de03c"
          }
        ],
        "outcomeCount": 626,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1503,
          "failed": 20,
          "cantTell": 10,
          "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": "3470581d4075",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "d5ea96c96d78",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "7000336d3cac",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "a38c96277925",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "e9c60d15541d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "721f2caff57d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "cac467312dc3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "476ce7e0322c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "36149337f5c3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "02200b309219",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "67e044aaebfb",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a6608020"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<center>",
            "message": "The <center> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '###' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "239b0977ce99",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"press-release-buttons__title title-sm\">",
            "message": "Confirm this text 'LPO Year in Review 2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4f436781958",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-efb40292"
          },
          {
            "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": "6ddde7155aa5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "acaa37f3b7b2",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "55d44f490a59",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "3bf769263abb",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1523,
        "uniqueFailedCount": 17,
        "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/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": 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/ceser/emergency-response-hub-0",
      "finalUrl": "https://energy.gov/ceser/emergency-response-hub-0",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/department-energy-information-quality-guidelines",
      "finalUrl": "https://energy.gov/cio/department-energy-information-quality-guidelines",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/cio/privacy-program",
      "finalUrl": "https://www.energy.gov/cio/privacy-program",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Privacy Program | Department of Energy",
      "elapsedMs": 7845,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 803,
          "failed": 0,
          "cantTell": 13,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 863,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2043,
          "failed": 25,
          "cantTell": 23,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_background_decorative",
          "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": "4c2de3d657fc",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "fefd5e37de53",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "06db66d29b20",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "b2691c2861e5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "565e7f6349d3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "eea6722e7f90",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "e1d65bc1dca8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "74afa68334bf",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "7dcfa66f2ec8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "12d7566396a4",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "bc030e0c5636",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/cio/about-our-services\">",
            "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": "a22bc4a126f5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a2d0485c"
          },
          {
            "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=\"/cio/guidance\">",
            "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": "09c7f24587bd",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-302a5f93"
          },
          {
            "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=\"/cio/privacy-program\">",
            "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": "58c528bbcde1",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d842c6d1"
          },
          {
            "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": "241f9e5b4665",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96af0a8962db",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7ba465a7"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style>",
            "message": "Verify the CSS background image does not convey important information",
            "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": "ccedcefa4d52",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "879144f57099",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2076,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://energy.gov/energysaver/energy-saver",
      "finalUrl": "https://energy.gov/energysaver/energy-saver",
      "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/femp/federal-energy-management-program-funding-opportunities",
      "finalUrl": "https://energy.gov/femp/federal-energy-management-program-funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/gc/freedom-information-act",
      "finalUrl": "https://energy.gov/gc/freedom-information-act",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "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://www.energy.gov/hgeo/hgeo-solicitations-and-business-opportunities",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "HGEO Solicitations and Business Opportunities | Department of Energy",
      "elapsedMs": 7952,
      "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": 763,
          "failed": 1,
          "cantTell": 10,
          "inapplicable": 37
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "scope-attr-valid",
          "svg-img-alt",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3",
            "html": "<h3><strong>HGEO Funding</strong></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "769b62cd8933",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-09c71066"
          }
        ],
        "outcomeCount": 811,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1925,
          "failed": 30,
          "cantTell": 24,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse",
          "widget_tabbable_single"
        ],
        "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": "89665370fee0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "9e68958f6ea1",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "71c52975b716",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "b03437640b20",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "ab4b11af4937",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "f49dde6f1174",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "7e1761f8da85",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "1b697c4a8e5e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "e96ab0b9259c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "d2e2d586f426",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "14097e77f6c3",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "527346a1616c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "0dcb60ba5766",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b7be48e0"
          },
          {
            "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": "cb2ad6bee010",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Open Funding Opportunities \" href=\"/hgeo/hgeo-solicitations-and-business-opportunities#funding\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41ac2f9b1da0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-e4d8d2f7"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"All Funding Opportunities \" href=\"/fecm/past-and-current-funding\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b991e4f691b6",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-506c5551"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<span>",
            "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": "cd3878f5ce9d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<span>",
            "message": "Confirm the word(s) 'Below' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "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 'Email Updates' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b9f9ca97f7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "21f2a0ec7c34",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "87f0c1a06860",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "b9861c18c7a8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-644533ce"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--text_default field--body field field--name-body field--type-text-with-summary field--label-hidden field__item\">",
            "message": "Confirm this text 'Last Updated: February 25, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da4b80c5b9b0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-f3e9e9b0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Last Updated: February 25, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff6aeb7db45b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "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": "2ead1ed08167",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "98c7fc76507b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 1960,
        "uniqueFailedCount": 25,
        "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/ig/office-inspector-general",
      "finalUrl": "https://energy.gov/ig/office-inspector-general",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 280,
      "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": 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/mesc/funding",
      "finalUrl": "https://energy.gov/mesc/funding",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/nnsa/national-nuclear-security-administration",
      "finalUrl": "https://www.energy.gov/nnsa/national-nuclear-security-administration",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "National Nuclear Security Administration | Department of Energy",
      "elapsedMs": 8844,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1116,
          "failed": 6,
          "cantTell": 8,
          "inapplicable": 46
        },
        "failedRules": [
          "link-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(1) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ca8498a2529",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-c6f93f07"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(2) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b60862622cc",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-8cf8ed77"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(3) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93adc1498ab7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b0c63ee8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(4) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45e1a42d7c41",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4db06a21"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"NNSANews\"]",
            "html": "<a href=\"https://www.x.com/NNSANews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf43cb608780",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-155c66a9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div:nth-child(6) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "html": "<a href=\"https://www.threads.net/@nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3e4d450b3c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-40ef3e42"
          }
        ],
        "outcomeCount": 1176,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3036,
          "failed": 36,
          "cantTell": 23,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea32b239a96",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65f85a0b9b50",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4683fe5ef801",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b93ac7b8696",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e12058d51b9d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05e536cee97e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e09481683f5a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--homepage\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37649b48617b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4d62af3d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4283c268869",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2941cf155a29",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2196f07913b0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8753d18d441",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl\">",
            "message": "Confirm this text 'The U.S. Nuclear Weapons Stockpile' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9bf71f083e8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-e0650a3b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a data-once=\"links\" aria-label=\"Working at NNSA\" title=\"Working at NNSA\" data-entity-substitution=\"canonical\" data-entity-uuid=\"becdf799-4bd1-447b-a45b-2d49d011b028\" data-entity-type=\"node\" href=\"/nnsa/working-nnsa\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0ae7bda16aa",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-c67129db"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 13, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115535db4a71",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 10, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 20, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'February 4, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"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=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'The U.S. Nuclear Weapons Stockpile' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0284f5ce762",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.facebook.com/NNSANews/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84f2caa1ebc5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-cde8bfc7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.instagram.com/nnsanews/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cdb41441849",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-0d1116c4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f03515680dbb",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-0e02a83d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.youtube.com/nnsanews\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0975f070b663",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-54ba462c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.x.com/NNSANews\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ff121cd0889",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-35188adf"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.threads.net/@nnsanews\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c5e71ae9068",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-20f4f392"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38cff3ddcc69",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a3f9b145693",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 3083,
        "uniqueFailedCount": 24,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 12
    },
    {
      "submittedUrl": "https://energy.gov/OMEI/office-civil-rights-and-equal-employment-opportunity",
      "finalUrl": "https://energy.gov/OMEI/office-civil-rights-and-equal-employment-opportunity",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/science/department-energy-nobel-laureates",
      "finalUrl": "https://energy.gov/science/department-energy-nobel-laureates",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/science/office-science-funding-opportunities",
      "finalUrl": "https://energy.gov/science/office-science-funding-opportunities",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/2025-doe-403-orders",
      "finalUrl": "https://energy.gov/topics/2025-doe-403-orders",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/advancing-innovation-technology-transitions-and-early-investments",
      "finalUrl": "https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 253,
      "error": "fetch failed",
      "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": 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/artificial-intelligence",
      "finalUrl": "https://energy.gov/topics/artificial-intelligence",
      "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/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://energy.gov/topics/earth-systems-modeling",
      "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-security",
      "finalUrl": "https://www.energy.gov/topics/energy-security",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Security | Department of Energy",
      "elapsedMs": 7951,
      "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": 817,
          "failed": 0,
          "cantTell": 7,
          "inapplicable": 48
        },
        "failedRules": [],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 872,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2276,
          "failed": 30,
          "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": "4d8f973ac020",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "da43f5a55b7b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "c832aac1acf5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "ae8c73c1939e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "19b8cb68164d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "593b9d695bde",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "c5130082204b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "eddecb365d7b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "66621d66b119",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "c9cf9eeb0851",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "48059ec5d8fe",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "6aff52d003ca",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'How DOE Safeguards Our Nation’s Energy Security' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33e91a695ad7",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'January 5, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf8ac1d2a30b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'July 28, 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 14, 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 'April 16, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text '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 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 'May 19, 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 13, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Cybersecurity, Energy Security, and Emergency Response' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b062ca86923b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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 'Grid Deployment Office' 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": "1ddc4234a9fe",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "a08603ab5c4c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2308,
        "uniqueFailedCount": 17,
        "duplicateFailedCount": 13,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 13
    },
    {
      "submittedUrl": "https://energy.gov/topics/energy-workforce",
      "finalUrl": "https://www.energy.gov/topics/energy-workforce",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Energy Workforce | Department of Energy",
      "elapsedMs": 9580,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1116,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 8082541",
            "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/041232d8/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": "b1fdec317483",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-95102770"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\35 8082541",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 1167,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2637,
          "failed": 29,
          "cantTell": 24,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c5fd0cd5f3b",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dd9f04bb0ff",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea1861ffa898",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9826b302d0cd",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d2e6ee6f4e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e722731960c6",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1937ff3ed4ff",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "798eb307fdab",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6adac51b8035",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a249b51a932d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "052245950c4a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfb0d72f5060",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Energy Workforce Advisory Board Strategy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62f1ece0988a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"939921081\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/3gX3jNUa22s?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Investing in America: A Future Forged of Steel \" title=\"A Future Forged of Steel \" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7db8b6048b19",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-13af75e0"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"939921081\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/3gX3jNUa22s?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Investing in America: A Future Forged of Steel \" title=\"A Future Forged of Steel \" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e366e1ec037f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4b0e53a5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"media--caption\">",
            "message": "Confirm this text 'Investing in America: A Future Forged of Steel' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f628d3340fd0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4e27b12c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 18, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "569f2494edfc",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'September 16, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'September 2, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'August 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=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Manufacturing Deployment Office (MDO)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0091af8817c0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Policy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6fbe23e767f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfbf945dcb29",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2675,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 9,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://energy.gov/topics/environmental-and-legacy-management",
      "finalUrl": "https://energy.gov/topics/environmental-and-legacy-management",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/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": 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/cio/articles/vulnerability-disclosure-policy",
      "finalUrl": "https://energy.gov/cio/articles/vulnerability-disclosure-policy",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "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": 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/national-science-bowl",
      "finalUrl": "https://energy.gov/topics/national-science-bowl",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/grid-deployment-and-transmission",
      "finalUrl": "https://energy.gov/topics/grid-deployment-and-transmission",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 252,
      "error": "fetch failed",
      "alfa": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped because initial URL fetch failed",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
      "finalUrl": "https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Puerto Rico Grid Resilience and Modernization | Department of Energy",
      "elapsedMs": 8212,
      "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": 906,
          "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": 960,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2534,
          "failed": 33,
          "cantTell": 26,
          "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": "072bde543949",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "25a55a1a3879",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "7a19548e3e7f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "51ca4f6ed75c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "f21727204434",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "9d2291b4fe96",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "0f3ba5e98212",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "97bd42d36df1",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "14f02a13d96d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "8bec5078db2d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "280409a6eb2f",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "84549f3baf8c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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 'Puerto Rico Energy Resilience Fund' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fd62412368d",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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 'Puerto Rico Energy Resilience Fund' 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 'Modernizing Puerto Rico's Grid' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbb7c72052d4",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Puerto Rico Grid Resilience Hubs 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=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 13, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3026695fd055",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 10, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 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 'April 9, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 20, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'February 4, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"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=\"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 'Grid Deployment Office' 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": "ae50f0d44350",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "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": "69f283489fc5",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2571,
        "uniqueFailedCount": 17,
        "duplicateFailedCount": 16,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://energy.gov/topics/tribal-energy-access",
      "finalUrl": "https://www.energy.gov/topics/tribal-energy-access",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Tribal Energy Access | Department of Energy",
      "elapsedMs": 9273,
      "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": 988,
          "failed": 2,
          "cantTell": 9,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 79335217",
            "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/041232d8/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": "a52e0e0e6745",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-b304a0f1"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#\\32 79335217",
            "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": 1042,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 1,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2410,
          "failed": 33,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31e071b81853",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c5b80d13452",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09aa25608afe",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0f92f7ec685",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\" class=\"usa-header usa-header--extended usa-header--extended-megamenu\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3f2bf666a5c",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-8ac060c1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Main Menu\" type=\"button\" class=\"usa-menu-btn megamenu-mobile-btn\" id=\"megamenu-hamburger-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18640295acd",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-5be64582"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"search\" aria-controls=\"search-nav\" aria-expanded=\"false\" class=\"search usa-accordion__button usa-current\" id=\"megamenu-search-btn-mobile\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de3637457690",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ba3a4bbc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main tabindex=\"-1\" role=\"main\" id=\"main-content\" class=\"main-content usa-layout-docs usa-section node-type--topic\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "005474e38c23",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-82602493"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"system-breadcrumb\" role=\"navigation\" class=\"usa-breadcrumb\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed8040fc7a89",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-54a70ff1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ac72334ec5e",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-97dd9b59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0397f080bcd",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"links\" class=\"usa-breadcrumb__link\" href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 15.6816px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"field field--string field--title\">",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 55.1232px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04f640933571",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-136c2a12"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Indian Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3f2693fe9a",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-4051b571"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Office of Indian Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Energy Improvements in Rural or Remote Areas' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--basic_string field--field_summary field field--name-field-summary field--type-string-long field--label-hidden field__item\">",
            "message": "Confirm this text 'Highlights of the ERA program from OCED' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cfbc07213f0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-5d52149a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--string field--field_short_title field field--name-field-short-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Energy Improvements in Rural or Remote Areas' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"title-2xl force-fullwidth--tablet\">",
            "message": "Confirm this text 'Advancing Tribal Energy Access' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a29a56ba2460",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-579b737f"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'above' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a0ea955fd0",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-27=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" id=\"543919635\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/1sT9RFGIP6o?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"In this video, learn about Colusa Indian Community Council’s expansion of the electric distribution line to power more Tribal homes. The project was co-funded by the U.S. Department of Energy (DOE) Office of Indian Energy. \" title=\"Colusa Indian Community Council Tribal Electrification Expansion Project\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "069c3f7c4451",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-16d6820b"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-27=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" id=\"543919635\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/1sT9RFGIP6o?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"In this video, learn about Colusa Indian Community Council’s expansion of the electric distribution line to power more Tribal homes. The project was co-funded by the U.S. Department of Energy (DOE) Office of Indian Energy. \" title=\"Colusa Indian Community Council Tribal Electrification Expansion Project\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83257ec69815",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-6a184d88"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'March 25, 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffff7cf6b4c8",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-7201c1a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'June 2, 2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"collection-item__date p2\">",
            "message": "Confirm this text 'November 1, 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 'Office of Indian Energy' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"usa-footer usa-footer--medium\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72bf2f742c37",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-cff1aca1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"footer-heading\">",
            "message": "Confirm this text 'Follow Us' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "149d8d83ee43",
            "firstSeenAt": "2026-04-14T01:06:43.355Z",
            "patternId": "A11Y-a20fbef0"
          }
        ],
        "outcomeCount": 2446,
        "uniqueFailedCount": 21,
        "duplicateFailedCount": 12,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 13
    },
    {
      "submittedUrl": "https://energy.gov/topics/research-technology-and-economic-security",
      "finalUrl": "https://energy.gov/topics/research-technology-and-economic-security",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 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/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://energy.gov/topics/nuclear-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
    }
  ],
  "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": 65,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"collection-item__date p2\">",
            "xpath": null,
            "message": "Confirm this text 'April 9, 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": "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": 47,
        "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": 46,
        "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/budget-performance",
            "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": "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": 45,
        "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": "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/budget-performance",
            "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": 21,
        "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/budget-performance",
            "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/EDF",
            "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/budget-performance",
            "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/EDF",
            "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/budget-performance",
            "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/EDF",
            "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": 10,
        "examples": [
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Program: activate to sort column descending\" aria-sort=\"ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting sorting_asc\">",
            "xpath": null,
            "message": "The tabbable element's role 'columnheader' is not a widget role",
            "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": "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": 8,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"556644201\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "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=uvf1sx504541\" 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-gyep1lni9dyz\" 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=\"922627077\" 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": "table_headers_related",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<th aria-label=\"Program: activate to sort column descending\" aria-sort=\"ascending\" colspan=\"1\" rowspan=\"1\" aria-controls=\"DataTables_Table_0\" tabindex=\"0\" class=\"sorting sorting_asc\">",
            "xpath": null,
            "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'",
            "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": "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": 7,
        "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/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/articles/energy-department-approves-export-expansion-corpus-christi-lng",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities",
            "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
          }
        ]
      },
      {
        "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": 7,
        "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
          },
          {
            "url": "https://energy.gov/EDF",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-text required usa-input\" maxlength=\"255\" size=\"60\" value=\"\" name=\"first_name\" id=\"edit-first-name\" type=\"text\" data-drupal-selector=\"edit-first-name\">",
            "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/EDF",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required usa-input\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email_address\" id=\"edit-email-address\" type=\"email\" data-drupal-selector=\"edit-email-address\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "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": 6,
        "examples": [
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<h3><a href=\"/cfo/listings/budget-justification-supporting-documents\" data-once=\"links\">More Budget Requests</a></h3>",
            "xpath": ".layout-breakout.layout-float.layout-right > .field--text_default.field--body.field--name-body > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<h4><a aria-label=\"Read more about More Annual Performance Reports\" href=\"/cfo/listings/annual-performance-reports\" title=\"Read more about More Annual Performance Reports\" data-once=\"links\">More Annual Performance Reports</a></h4>",
            "xpath": "h4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/open-government",
            "html": "<h4>CUSTOMER SERVICE</h4>",
            "xpath": ".tablet-lg\\:grid-col-6:nth-child(1) > .block-layout-builder.block-inline-blockbasic.block > .field--text_default.field--body.field--name-body > h4:nth-child(1)",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng",
            "html": "<h3>Media Inquiries:</h3>",
            "xpath": ".group-section__item--start > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/articles/us-department-energy-reverses-biden-lng-pause-restores-trump-energy-dominance-agenda",
            "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
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.facebook.com/NNSANews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(1) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.instagram.com/nnsanews/\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(2) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(3) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.youtube.com/nnsanews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "div:nth-child(4) > .paragraph--type--button.paragraph.paragraph--view-mode--default > .field--link.field--field_button_link.field--name-field-button-link > .usa-button--blue[aria-label=\" \"][data-extlink=\"\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a href=\"https://www.x.com/NNSANews\" class=\"usa-button usa-button--blue ext\" aria-label=\" \" data-once=\"links\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">",
            "xpath": "a[href$=\"NNSANews\"]",
            "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": 6,
        "examples": [
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.facebook.com/NNSANews/\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.instagram.com/nnsanews/\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.linkedin.com/company/national-nuclear-security-administration/posts/?feedView=articles\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.youtube.com/nnsanews\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/nnsa/national-nuclear-security-administration",
            "html": "<a rel=\"noopener nofollow noreferrer\" target=\"_blank\" data-extlink=\"\" data-once=\"links\" aria-label=\" \" class=\"usa-button usa-button--blue ext\" href=\"https://www.x.com/NNSANews\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "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": "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": 5,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-20=\"true\" id=\"556644201\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/Jon_mN4_yzM?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Genesis Mission video\" title=\"Genesis Mission video YouTube embed\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "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=uvf1sx504541\" 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-gyep1lni9dyz\" 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=\"922627077\" 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/energy-workforce",
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" data-gtm-yt-inspected-17=\"true\" id=\"939921081\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/3gX3jNUa22s?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"Investing in America: A Future Forged of Steel \" title=\"A Future Forged of Steel \" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/topics/tribal-energy-access",
            "html": "<iframe data-gtm-yt-inspected-35=\"true\" data-gtm-yt-inspected-27=\"true\" data-gtm-yt-inspected-44314647_67=\"true\" id=\"543919635\" data-gtm-yt-inspected-8=\"true\" src=\"https://www.youtube.com/embed/1sT9RFGIP6o?autoplay=0&start=0&rel=0&mute=1&enablejsapi=1&origin=https%3A%2F%2Fwww.energy.gov\" aria-label=\"In this video, learn about Colusa Indian Community Council’s expansion of the electric distribution line to power more Tribal homes. The project was co-funded by the U.S. Department of Energy (DOE) Office of Indian Energy. \" title=\"Colusa Indian Community Council Tribal Electrification Expansion Project\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"480\" width=\"854\">",
            "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": 4,
        "examples": [
          {
            "url": "https://energy.gov/",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/041232d8/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\35 07039808",
            "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/ee507a59/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\36 75383865",
            "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/energy-workforce",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-large-width-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/041232d8/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\35 8082541",
            "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/tribal-energy-access",
            "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/041232d8/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "#\\32 79335217",
            "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": "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": "style_background_decorative",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://energy.gov/budget-performance",
            "html": "<style>",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/cio/privacy-program",
            "html": "<style>",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "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=uvf1sx504541\" 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-gyep1lni9dyz\" 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": "widget_tabbable_single",
        "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/hgeo/hgeo-solicitations-and-business-opportunities",
            "html": "<a data-once=\"links\" aria-label=\"Open Funding Opportunities \" href=\"/hgeo/hgeo-solicitations-and-business-opportunities#funding\">",
            "xpath": null,
            "message": "Component with \"link\" role has more than one tabbable element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities",
            "html": "<a data-once=\"links\" aria-label=\"All Funding Opportunities \" href=\"/fecm/past-and-current-funding\">",
            "xpath": null,
            "message": "Component with \"link\" role has more than one tabbable element",
            "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-4jw1288kpxya\" 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": "list_markup_review",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/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
          }
        ]
      },
      {
        "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": "aria_child_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://energy.gov/internships-fellowships",
            "html": "<tr>",
            "xpath": null,
            "message": "The element with role \"row\" does not own any child element with any of the following role(s): \"cell, columnheader, gridcell, rowheader\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 12,
      "Visual Designer": 0,
      "Content Author": 12,
      "Front-End Developer": 468
    },
    "severityStats": {
      "Critical": 0,
      "Serious": 6,
      "Moderate": 474,
      "Minor": 0
    }
  }
}
