{
  "issueNumber": 63,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/63",
  "issueTitle": "THURSDAY: WA.gov Washington State",
  "scanTitle": "WA.gov Washington State",
  "submittedBy": "mgifford",
  "engines": [
    "axe",
    "equalaccess"
  ],
  "scannedAt": "2026-04-16T01:17:56.555Z",
  "totalElapsedMs": 740474,
  "totalSubmitted": 86,
  "acceptedCount": 86,
  "scannedCount": 86,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 62117,
    "failed": 1559,
    "cantTell": 1010,
    "inapplicable": 3543
  },
  "equalAccessTotals": {
    "passed": 140519,
    "failed": 2715,
    "uniqueFailed": 2564,
    "duplicates": 151,
    "cantTell": 1215,
    "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": 151,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 86,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 0,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://wa.gov/",
      "finalUrl": "https://wa.gov/",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 10748,
      "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": 863,
          "failed": 1,
          "cantTell": 5,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af22724a41a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 910,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1912,
          "failed": 18,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "3e4e9ff6e0d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee89f798f2f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4a409866758",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcb8a90d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a059560673",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc4ffd78"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80f375f91ddc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7007bd85473e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b7a5c88260a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5c3a8e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b5ef4d71c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-banner-title\">",
            "message": "Confirm this text 'Your gateway to Washington state government information and services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bd2e1eab544",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6af596e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Your gateway to Washington state government information and services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c847a67f3d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7bbfb040ae3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f99aa520"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7b51ca0273e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb3142f99c93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12372691a3a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'Washington declares statewide drought due to very low snowpack' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e17cc63191a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'The 2026 Washington legislative session is adjourned' 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=\"top\">",
            "message": "Confirm this text 'Earthquake preparedness tips and remembering the Nisqually earthquake' 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=\"top\">",
            "message": "Confirm this text 'Some Puget Sound shellfish season dates change for 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1930,
        "uniqueFailedCount": 15,
        "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://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
      "finalUrl": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7396,
      "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": 443,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e910a7449037",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 495,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1310,
          "failed": 14,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "451b29759dfe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cccb2e9c2cb2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eb1acdeee95",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8965fcc2e3e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbdd340d9419",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb058761f7ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8bd5eab6c7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5c5238585ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fd882e17ae3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c4dbbe148ff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc414b848544",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"479932209\" paraeid=\"{3bf8dca8-dfc4-4989-9b4b-2becf47b9f30}{37}\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c9d12498cba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35833a13"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"1738951702\" paraeid=\"{3bf8dca8-dfc4-4989-9b4b-2becf47b9f30}{54}\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dc3c426516f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96213b13"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"1766806774\" paraeid=\"{3bf8dca8-dfc4-4989-9b4b-2becf47b9f30}{138}\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a67b55422d22",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b79d187"
          }
        ],
        "outcomeCount": 1348,
        "uniqueFailedCount": 14,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics",
      "finalUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6153,
      "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": 275,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0f400b72979",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 327,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 818,
          "failed": 10,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "dce0c4ed6882",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d3ffe36e56",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "187348930c0f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51560a2af920",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cde696f67cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb0e27578909",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffd262cdc4c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a95d6737ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d907eff6f0f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "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": "2d3a07fdc1ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-de33bbe5"
          }
        ],
        "outcomeCount": 828,
        "uniqueFailedCount": 10,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/accessibility-laws",
      "finalUrl": "https://wa.gov/accessibility-in-washington/accessibility-laws",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6818,
      "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": 358,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 48
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "685b2f709197",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 411,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1055,
          "failed": 10,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "6c07f2cd749f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bba34676c8f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e47ee5584058",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d30d5c22a907",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9be2a1faf3ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "615e427e5e7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12bafb9f69e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84094021b421",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e27e07670392",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"1022589680\" paraeid=\"{f1f85071-140b-48a1-8de2-41d6c94bfddc}{57}\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b755b8fa8760",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-88a7a96b"
          }
        ],
        "outcomeCount": 1079,
        "uniqueFailedCount": 10,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/accessibility-resources",
      "finalUrl": "https://wa.gov/accessibility-in-washington/accessibility-resources",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7956,
      "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": 700,
          "failed": 1,
          "cantTell": 8,
          "inapplicable": 42
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "summary-name",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cbf5383567b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 751,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1601,
          "failed": 19,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "503d2193b5af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e0ef7377d93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_o0mMbOmtLhRBFIXoQNtZrylCPKjeW39flKWXcIU3eF8.css?delta=0&language=en&theme=accwa_custom&include=eJyFUtGSwyAI_CEbP8lBJalTlQxgcvn7M23a67Vz1xcH2BXZRQhhBReaKBU7ZfKQjUdVZIdfMwlGN6bcU7ETVuQdJlJRhtl5YE5kPSPEwK34d2wkLu_V20Mn0S2nOr3hTprXMxa0P0iI9R_eS8NwwZiU2EEIxDFRtY9oGJmqYo0m-kO4U6Isd_mR2wzZg-Af4z4Rfhs39sawolCf6CkeVvR7Kh8Jg5xTMRk2aupikkAL8mapYqBsShcF9raOIcCsXY1hlJmqpAVdwdrsSz48PPvM7Gu8zJSqfqTenZBNFIvdrTBLwlXs9RwKxZaP0vF_nMIkdr-IZoWJFtdqWty5fx1ke62cliRJTz5TuHwDy70JeA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b304186efc15",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45219c95"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUtGSwyAI_CEbP8lBJalTlQxgcvn7M23a67Vz1xcH2BXZRQhhBReaKBU7ZfKQjUdVZIdfMwlGN6bcU7ETVuQdJlJRhtl5YE5kPSPEwK34d2wkLu_V20Mn0S2nOr3hTprXMxa0P0iI9R_eS8NwwZiU2EEIxDFRtY9oGJmqYo0m-kO4U6Isd_mR2wzZg-Af4z4Rfhs39sawolCf6CkeVvR7Kh8Jg5xTMRk2aupikkAL8mapYqBsShcF9raOIcCsXY1hlJmqpAVdwdrsSz48PPvM7Gu8zJSqfqTenZBNFIvdrTBLwlXs9RwKxZaP0vF_nMIkdr-IZoWJFtdqWty5fx1ke62cliRJTz5TuHwDy70JeA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16276c1e6438",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e498be0c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e735d804e2f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://wa.gov\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8005bd76de9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c7caf75"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68d4fed480c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington/accessibility-resources\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15c92fa9e550",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b97c8394"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" data-bs-toggle=\"dropdown\" id=\"adv-languages-dropdown-\" type=\"button\" class=\"active btn dropdown-toggle btn-primary\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28990fd6a3d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86738ff0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"navbar-brand\" rel=\"home\" title=\"Home\" href=\"/accessibility-in-washington\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ffcfb3f4a3f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ba4f8714"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b50feb9cc2b0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6329d5bb7c91",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c10238e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d258c9ed1060",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ffe6fd336a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9bf2cf7de14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80a7b65"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b5af334719f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-764290d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e46e932642",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e733f6e7"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\" id=\"active-filter-button-group\">",
            "message": "The tabbable element does not have a valid widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada182677ba6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1cd2c947"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" id=\"resources-view-results\">",
            "message": "The tabbable element does not have a valid widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74fef447c7ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b0c92c21"
          }
        ],
        "outcomeCount": 1620,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/education-recreation",
      "finalUrl": "https://wa.gov/accessibility-in-washington/education-recreation",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6156,
      "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": 275,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d9149e75dc0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 327,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 818,
          "failed": 9,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "87899e11060a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15823adbd136",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f3a3880de6a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd978eaeb07e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efc8dbc86131",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3decb44b7bf8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "083862a2846c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7e5eea138de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "511e2c86ab8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          }
        ],
        "outcomeCount": 827,
        "uniqueFailedCount": 9,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilities",
      "finalUrl": "https://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6787,
      "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": 416,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 48
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb2db0eb9724",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 469,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1226,
          "failed": 10,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "adc406d0a5f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c43a77336853",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67a29de3cac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bed72e40b01",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43c150530620",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10ce58fbe715",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca770d6020e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12816f1b462d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8a4f29957ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"1172126447\" paraeid=\"{55e5b131-e6dc-4fa4-a85f-718d8e5f347c}{105}\">",
            "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": "1a2b596586e4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3cbdab5c"
          }
        ],
        "outcomeCount": 1257,
        "uniqueFailedCount": 10,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/transportation-and-personal-mobility",
      "finalUrl": "https://wa.gov/accessibility-in-washington/transportation-and-personal-mobility",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6778,
      "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": 451,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c568f0367789",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 503,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1338,
          "failed": 9,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "2d0310baa855",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f23a2d4c0ca0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b623f7ced44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bddd6b226c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "838042dc329e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1580cbb8f0e8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4f040268dd1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a05f05d1194",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42f2de793ee9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          }
        ],
        "outcomeCount": 1377,
        "uniqueFailedCount": 9,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/workplace-accessibility",
      "finalUrl": "https://wa.gov/accessibility-in-washington/workplace-accessibility",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 5973,
      "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": 264,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8cb100ff7e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 316,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 786,
          "failed": 9,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "16509506951d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10e98ff7b9c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c863932af9c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a75ea1116ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "102c5f1b69a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fda2bb8ab0e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b4c47cc807c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "097fc1dabf7f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5699fb3571cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          }
        ],
        "outcomeCount": 795,
        "uniqueFailedCount": 9,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/accessibility-policy",
      "finalUrl": "https://wa.gov/people-with-disabilities/accessibility-policy",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8210,
      "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": 664,
          "failed": 24,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95d764e7a65d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0a6a201952f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://nwadacenter.org/index.php?q=training/\">Training | ADANW (nwadacenter.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "697db4ded6f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ada-training\"]",
            "html": "<a href=\"https://adata.org/ada-training\">ADA Training | ADA National Network (adata.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5756ba0ffaa2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ca5758c8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.disabilityempowerment.org/consulting-for-businesses\">What We Do: Consulting for Businesses — Disability Empowerment Center</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e667da327e52",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ced22a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"eeoc.gov/\"]",
            "html": "<a href=\"https://www.eeoc.gov/\">Equal Employment Opportunity Commission</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d6907e62819",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47dcc049"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(2) > li:nth-child(5) > a[href$=\"GCDE\"]",
            "html": "<a href=\"https://esd.wa.gov/GCDE\">Governor’s Committee on Disability Issues and Employment</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ae535d5fb33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9b6b543c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://ncdae.org/resources/articles/procurement.php\">Let the Buyer be Aware (ncdae.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c90cab172d8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.itic.org/policy/accessibility/vpat\">VPAT - Information Technology Industry Council (itic.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "094644b80694",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.ocio.wa.gov/sites/default/files/public/policies/188_Accessibility_Interim_TSB_Sub_201705_3.pdf\">188_Accessibility_Interim_TSB_Sub_201705_3.pdf (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0667423b3e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23c445bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(1) > a",
            "html": "<a href=\"https://webaim.org/articles/imp_of_leadership/\">WebAIM: The Importance of Leadership</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c5b95a1eb70",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-879a05eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(2) > a",
            "html": "<a href=\"https://webaim.org/articles/implementation/\">WebAIM: 8-Step Implementation Model - Introduction: Overview of a Model of Reform</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7015778a7bfa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0457a2af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"din.wa.gov/\"]",
            "html": "<a href=\"https://din.wa.gov/\">DIN - DIN Homepage (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c37f4deabedf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-55073c84"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(4) > a",
            "html": "<a href=\"https://equity.wa.gov/people/we-people/persons-disabilities\">Persons with Disabilities | Office of Equity (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f53160e34698",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6d65a6cb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(5) > a[href$=\"GCDE\"]",
            "html": "<a href=\"https://esd.wa.gov/GCDE\">ESDWAGOV - Governor's Committee on Disability Issues &amp; Employment (GCDE)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eca32663944",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d57ab41a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"di-wash.org/\"]",
            "html": "<a href=\"https://di-wash.org/\">Disability:IN (Disability Inclusion Network) Washington, formerly WSBLN (di-wash.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab7553c7b63a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f927f92"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">Guide to Service Animals and Washington State Law </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fa8d6c932b8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e088635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">ADA Service Animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea1eebcff82b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdf6512a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(3) > a",
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">WA State Laws – Washington State Service Dog Association</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8051bb22f4a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40d840de"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">GDB – Access Letter to businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a29ba762ba8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03ca0d0f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(1) > a",
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">What is Orientation and Mobility?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1dccefbf54c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b828e7e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">Assisting Blind Individuals: Guidelines for Eye Health Workers and Other Helpers - PMC (nih.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "263aa8215b0e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be1ab8fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">Light House Guild - Guide Technique video</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fac27ebeebf2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5ea7e44"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2117b4349ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 732,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 24
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1338,
          "failed": 30,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "f932c052a03f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "784847d401cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ae6258a5517",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cebb2309b22",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50a5ef0da758",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e556bffa4e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3c6385da50c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a335372fe736",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "986aff1113ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nwadacenter.org/index.php?q=training/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fb730a8a0d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce69f401"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://adata.org/ada-training\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37ddb3d6f2bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01cc0dc5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.disabilityempowerment.org/consulting-for-businesses\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "637530695de9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5112cc8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.eeoc.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "323043d6bc15",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-acb08c6e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://esd.wa.gov/GCDE\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b92bfe35cc33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a7f79215"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ncdae.org/resources/articles/procurement.php\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "067650544570",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dfe4bd66"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.itic.org/policy/accessibility/vpat\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca9e866f5070",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9dbe4841"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ocio.wa.gov/sites/default/files/public/policies/188_Accessibility_Interim_TSB_Sub_201705_3.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1f2744378cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-42e18c19"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/articles/imp_of_leadership/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33603d098e3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20f84f31"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/articles/implementation/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c475d89c16b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-64af48ce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://din.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748f18095fab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4e183c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://equity.wa.gov/people/we-people/persons-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6725ef47f95f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-107b9f89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://esd.wa.gov/GCDE\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://di-wash.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a39b088cba0a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d8f26c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e3e31b06405",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af5cd870"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1742542c36f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9c7986d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c0720cf415",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce2e4a28"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de123845804",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d9721d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db7b1d7e385b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01753443"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd7a694ed3d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-748cc10e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a6bb0471747",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35f6ad10"
          }
        ],
        "outcomeCount": 1371,
        "uniqueFailedCount": 29,
        "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://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy",
      "finalUrl": "https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8039,
      "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": 631,
          "failed": 18,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c12788b08d8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a37d01d7c82",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://apps.leg.wa.gov/rcw/default.aspx?cite=49.60.030\">RCW 49.60.030: Freedom from discrimination—Declaration of civil rights</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "812ca16a7971",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://app.leg.wa.gov/RCW/default.aspx?cite=70.84.010\">RCW 70.84.010: Declaration—Policy. (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f91fddcecb7e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Disability%20Q%20and%20A_updated%202012.pdf\">Guide to Disability and Washington State Nondiscrimination Laws</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bab4ddcf12ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ced22a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing/disability-access-requirements\">Disability Access Requirements | WSHRC</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a6cffe3ccf2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://tenantsunion.org/rights/disability-laws\">Disability Laws | Tenants Union</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a63652c929e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(3) > a",
            "html": "<a href=\"https://nwadacenter.org/toolkit/accessibility-requirements-state-building-codes-washington-oregon-idaho-and-alaska\">Washington State Building Code Requirements for Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d739dabda62",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23c445bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(1) > a",
            "html": "<a href=\"https://app.leg.wa.gov/RCW/default.aspx?cite=70.84.040\">RCW 70.84.040: Precautions for drivers of motor vehicles approaching a wheelchair user or pedestrian who is using a white cane, dog guide, or service animal. (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8160956749ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-879a05eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(2) > a",
            "html": "<a href=\"https://app.leg.wa.gov/RCW/default.aspx?cite=70.84.060\">RCW 70.84.060: Unauthorized use of white cane, dog guide, or service animal. (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b7ef920b50e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0457a2af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.ready.gov/disability\">Individuals with Disabilities | Ready.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce04fb16c967",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-824b2351"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.wasilc.org/coalition-on-inclusive-emergency-planning\">Coalition on Inclusive Emergency Planning (CIEP) (wasilc.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72412bc7c548",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2465a86c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.disabilityempowerment.org/\">Disability Empowerment Center</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d5428142c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-060b6da4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(10) > li:nth-child(1) > a",
            "html": "<a href=\"https://training.section508.gov/508-training/courses/508-basics/index.html\">Section 508: What is It and Why is It Important to You?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69f06bf82f70",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c0d404e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(10) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.section508.gov/manage/laws-and-policies/quick-reference-guide/#changes\">Laws and Policy Quick Reference Guide | Section508.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738ee051ccca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e615353c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nwadacenter.org/\"]",
            "html": "<a href=\"https://nwadacenter.org/\">Northwest ADA Center | ADANW</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76429863eef9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1efcde9c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hum.wa.gov/\"]",
            "html": "<a href=\"https://www.hum.wa.gov/\">WSHRC | (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b74a07797895",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8429c728"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ec2e1b1a473",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 693,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 18
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1241,
          "failed": 24,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "1294c017c718",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3c1679816bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65229355bffb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1394fe98d9ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94c7535631dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7572f9fc574c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "733a3d5a0f69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ecae506d7d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd3649e77dea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://apps.leg.wa.gov/rcw/default.aspx?cite=49.60.030\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "253e87b034bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-683e6574"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://app.leg.wa.gov/RCW/default.aspx?cite=70.84.010\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed1ab62369b1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b2443909"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Disability%20Q%20and%20A_updated%202012.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae226d4134da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a7b56261"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing/disability-access-requirements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee0095c114b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-08bc5ab6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://tenantsunion.org/rights/disability-laws\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "def74cadccce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c66fa4e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nwadacenter.org/toolkit/accessibility-requirements-state-building-codes-washington-oregon-idaho-and-alaska\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab86e0abbe08",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d4e097fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://app.leg.wa.gov/RCW/default.aspx?cite=70.84.040\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7bbcb7dd3bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f206f977"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://app.leg.wa.gov/RCW/default.aspx?cite=70.84.060\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5de579e8c54c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a40b89c1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ready.gov/disability\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb98c568b518",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1976d6fb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wasilc.org/coalition-on-inclusive-emergency-planning\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9092aacd487b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-272b4422"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.disabilityempowerment.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31a6a780401d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f2032717"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://training.section508.gov/508-training/courses/508-basics/index.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f85010fcd2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8db780c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.section508.gov/manage/laws-and-policies/quick-reference-guide/#changes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98ba108e0379",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-446c1ffb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nwadacenter.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2155fcc729a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0e90f495"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c8092892fc9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8d4ba247"
          }
        ],
        "outcomeCount": 1266,
        "uniqueFailedCount": 24,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/electronic-and-data-accessibility",
      "finalUrl": "https://wa.gov/people-with-disabilities/electronic-and-data-accessibility",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8482,
      "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": 752,
          "failed": 38,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d49a0cd06f67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdb98c978bc9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"Funding%20assistive%20technology%20in%20the%20workplace\">Small Business, Big Tech: Funding Assistive Technology in the Workplace (accessibility.com)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "844e75495e99",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://dsb.wa.gov/assistive-technology-0\">Assistive Technology | DSB - Wa Dept of Services for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2599ccb87ed9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://dsb.wa.gov/resources/accessible-documents-and-websites\">Accessible Documents and Websites | DSB - Wa Dept of Services for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4652f5c2ced7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://support.microsoft.com/en-us/office/make-your-content-accessible-to-everyone-ecab0fcf-d143-4fe8-a2ff-6cd596bddc6d?redirectsourcepath=%252fen-us%252farticle%252faccessibility-in-office-365-aca7accf-58a0-4467-be5c-24a7e7933a9d\">Microsoft Office Products</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d24d7b73bab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > ul > li > a",
            "html": "<a href=\"https://support.microsoft.com/en-us/office/accessibility-video-training-71572a1d-5656-4e01-8fce-53e35c3caaf4\">Microsoft Accessibility Video Training</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a16f4687b778",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52f8f5d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.adobe.com/accessibility/pdf/pdf-accessibility-overview.html\">PDF Accessibility Overview (adobe.com)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1543a349fe46",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23c445bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(4) > a",
            "html": "<a href=\"https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-overview\">Overview of accessibility in Power BI - Power BI | Microsoft Docs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "174189aee00d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ccbade1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(5) > a",
            "html": "<a href=\"https://www.deque.com/blog/virtual-meeting-accessible-zoom/\">How to make your next virtual meeting more accessible | Deque</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56dc647296a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7961fb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(1) > a",
            "html": "<a href=\"https://webaim.org/articles/visual/\">WebAIM: Visual Disabilities - Introduction</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8e0312ebb27",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-879a05eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(2) > a",
            "html": "<a href=\"https://developer.mozilla.org/en-US/docs/Learn/Accessibility/What_is_accessibility\">What is accessibility? - Learn web development | MDN</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8c121bc551a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0457a2af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.audioeye.com/post/accessible-website-design-examples/\">10 Web Accessibility Examples for ADA Compliance (audioeye.com)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db82052d2e0f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25c1d0d8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\">WCAG 2 Overview | Web Accessibility Initiative (WAI) | W3C</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bec8cd90659b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2974362"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.w3.org/WAI/standards-guidelines/\">W3C Accessibility Standards Overview | Web Accessibility Initiative (WAI) | W3C</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d404888176e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7736d4db"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(5) > ul > li > a",
            "html": "<a href=\"https://www.w3.org/WAI/standards-guidelines/atag/\">Authoring Tool Accessibility Guidelines (ATAG) Overview | Web Accessibility Initiative (WAI) | W3C</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b9d743f07ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8210354a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(1) > a",
            "html": "<a href=\"https://training.section508.gov/508-training/courses/508-basics/index.html\">Section 508: What is It and Why is It Important to You?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c1f9db44f0f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-824b2351"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.section508.gov/manage/laws-and-policies/quick-reference-guide/#changes\">Laws and Policy Quick Reference Guide | Section508.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14ff32594727",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2465a86c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.section508.gov/manage/laws-and-policies/update-agency-policies\">How to Update Agency Accessibility Policies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1979ff040e86",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-060b6da4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.section508.gov/manage/identify-user-needs\">How to Identify User Needs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8568cd6efe31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a1ddafec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(5) > a",
            "html": "<a href=\"https://www.section508.gov/manage/support-accessible-content\">Build Organizational Support for Accessible Electronic Content</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99c0ce4b41ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fa4c998f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"art\"]",
            "html": "<a href=\"https://www.section508.gov/art\">Accessibility Requirements Tool</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95c8f6e20e4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f257534"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(7) > a",
            "html": "<a href=\"https://assets.section508.gov/files/508-standards-applicability-checklist.docx\">Revised 508 Standards Applicability Checklist</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4fa3ca867d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0640461b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(8) > a",
            "html": "<a href=\"https://www.section508.gov/buy/determine-508-standards-exceptions\">Determine 508 Standards and Exceptions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90dc62ef4bb8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36ee6318"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(10) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.perkins.org/resource/make-your-meeting-accessible/\">Make your meeting accessible - Perkins School for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "479f3da71240",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c0d404e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(10) > li:nth-child(2) > a",
            "html": "<a href=\"https://storemultisites.blob.core.windows.net/media/DIN/DIN%20Documents/DIN_Resources/Inclusive-Virtual-Meeting-Planning.pdf\">Virtual Meeting Planning Document (windows.net)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08994c1c21d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e615353c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(10) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.afb.org/blog/entry/accessibility-online-conferences-classes\">5 Accessibility Actions You Can Take When You’re Moving Your Conference or Classes Online | American Foundation for the Blind (afb.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53763c6da50a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec1bc851"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(10) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.afb.org/about-afb/events-and-awards/afblc-2020-overview/virtual-afblc/remote-instruction/resources\">American Foundation for the Blind (afb.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8d02bf8e1e4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bd176d06"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"dequeuniversity.com/\"]",
            "html": "<a href=\"https://dequeuniversity.com/\">Deque University: Web Accessibility Training and Courses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bf254d504a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d429588a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(12) > li:nth-child(2) > a",
            "html": "<a href=\"https://webaim.org/articles/training/\">WebAIM: Training Others - Accommodating Various Abilities and Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64bb5220d039",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bb29d960"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">Guide to Service Animals and Washington State Law </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acfb5d574302",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e088635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">ADA Service Animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f35f76c7145d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdf6512a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(3) > a",
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">WA State Laws – Washington State Service Dog Association</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2caddfcd7894",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40d840de"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">GDB – Access Letter to businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b5a8b591db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03ca0d0f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(1) > a",
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">What is Orientation and Mobility?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4224dc0ef38d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b828e7e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">Assisting Blind Individuals: Guidelines for Eye Health Workers and Other Helpers - PMC (nih.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddcaa9fd1426",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be1ab8fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">Light House Guild - Guide Technique video</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dffe7951822b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5ea7e44"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b1d6a68ddbe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 834,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 38
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1622,
          "failed": 44,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "81a349566b15",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45fb6530b60e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "249e6c755373",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70f40eccc0e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22e508114c2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f18cfe7b3113",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67cfc2800ca9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98940451a8aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09614b78f3d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"Funding%20assistive%20technology%20in%20the%20workplace\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ebe1e1d93da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-527b47f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dsb.wa.gov/assistive-technology-0\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6186e53b7e63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-964cb289"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dsb.wa.gov/resources/accessible-documents-and-websites\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5c76d06480d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f508b0f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://support.microsoft.com/en-us/office/make-your-content-accessible-to-everyone-ecab0fcf-d143-4fe8-a2ff-6cd596bddc6d?redirectsourcepath=%252fen-us%252farticle%252faccessibility-in-office-365-aca7accf-58a0-4467-be5c-24a7e7933a9d\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22190b8edabf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8008e7e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://support.microsoft.com/en-us/office/accessibility-video-training-71572a1d-5656-4e01-8fce-53e35c3caaf4\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8505da6706d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da57cef8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.adobe.com/accessibility/pdf/pdf-accessibility-overview.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "286bfa99936e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f6906aa4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-overview\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18b014f10dc5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a4d6878a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.deque.com/blog/virtual-meeting-accessible-zoom/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b85e532fe6d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bf678cd4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/articles/visual/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f786128986f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-052bf95e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://developer.mozilla.org/en-US/docs/Learn/Accessibility/What_is_accessibility\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "077b21988efb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d18d1f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.audioeye.com/post/accessible-website-design-examples/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6949f294d0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eedd1412"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0c78d65a571",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-30fb64ea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.w3.org/WAI/standards-guidelines/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1f9e6e5dc68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1bf2fd5a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.w3.org/WAI/standards-guidelines/atag/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fcf2b01ff0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d9fb853"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://training.section508.gov/508-training/courses/508-basics/index.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63414d6c5c18",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8db780c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.section508.gov/manage/laws-and-policies/quick-reference-guide/#changes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c03d6406b51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-446c1ffb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.section508.gov/manage/laws-and-policies/update-agency-policies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "909f749628c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-75108499"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.section508.gov/manage/identify-user-needs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c6ce41786a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc3a3410"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.section508.gov/manage/support-accessible-content\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d8f0587e449",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35de3a3b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.section508.gov/art\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894765ad8552",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d70ac2ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://assets.section508.gov/files/508-standards-applicability-checklist.docx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e7e28de244a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2626c18d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.section508.gov/buy/determine-508-standards-exceptions\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "681b4b4c544d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4fb9b852"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.perkins.org/resource/make-your-meeting-accessible/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2fe0147358d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dfbf3c3a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://storemultisites.blob.core.windows.net/media/DIN/DIN%20Documents/DIN_Resources/Inclusive-Virtual-Meeting-Planning.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74ff4d133126",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-de06fa11"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.afb.org/blog/entry/accessibility-online-conferences-classes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abc075233e52",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-002840b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.afb.org/about-afb/events-and-awards/afblc-2020-overview/virtual-afblc/remote-instruction/resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f741eaf4e3cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-adbebe72"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dequeuniversity.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eb5591032ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3281747b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/articles/training/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f69d81e88407",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49354c0f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0000e9754423",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af5cd870"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e37768763d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9c7986d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a315ad0e6a90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce2e4a28"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86105c605a31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d9721d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a646f2919c3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01753443"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5e8affae472",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-748cc10e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12c0dffa021f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35f6ad10"
          }
        ],
        "outcomeCount": 1670,
        "uniqueFailedCount": 44,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities",
      "finalUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 5915,
      "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": 310,
          "failed": 2,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "heading-order",
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3[paraid=\"1333256644\"]",
            "html": "<h3 paraeid=\"{22822a97-584b-47c5-a5c6-b0f92da819e5}{37}\" paraid=\"1333256644\"><a href=\"https://www.cdc.gov/ncbddd/disabilityandhealth/materials/factsheets/fs-communicating-with-people.html\" rel=\"noreferrer noopener\" target=\"_blank\">Using people-first language</a>&nbsp;</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": "0804ac38ed31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-43138773"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6060872c63ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 363,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 929,
          "failed": 13,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "1b1392452123",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8953fa1aeae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d8d99be46c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e373a885dc19",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90beee4ca02b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "669f85035a44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9d6c08bfbf4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1af0b20bae78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90fce8705b52",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dbac616df43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "583365a7931b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"1329786890\" paraeid=\"{22822a97-584b-47c5-a5c6-b0f92da819e5}{25}\">",
            "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": "76ff346cbd8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3ee0a886"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"625534515\" paraeid=\"{22822a97-584b-47c5-a5c6-b0f92da819e5}{119}\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'bite-size'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "210fa5f415ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-90ed1d86"
          }
        ],
        "outcomeCount": 948,
        "uniqueFailedCount": 13,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible",
      "finalUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6339,
      "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": 425,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f9824e63322",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 477,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1255,
          "failed": 11,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "7359d9eaed30",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b4cf75aacfe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "642b322ccfdf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b826d92705e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd49719aa8ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edf05d808ca2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c331bfe635a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffd8fa440d0a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9750cf8d5041",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05f9d3976768",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66428dba373c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          }
        ],
        "outcomeCount": 1285,
        "uniqueFailedCount": 11,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/report-suspected-fraud",
      "finalUrl": "https://wa.gov/report-suspected-fraud",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7509,
      "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": 600,
          "failed": 2,
          "cantTell": 6,
          "inapplicable": 40
        },
        "failedRules": [
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a64e2141143e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57eb745c924e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 648,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1090,
          "failed": 14,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "bc125a2ff085",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c35ca1ebdf94",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_KyMOBuKTd8b1z3ex775Ccjy2aYudlEKuYxPuWYZm_bs.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUluOwzAIvJBrH8nygySotokAJ8rtN8223apRtz8YmAHB4EikohxmHwMzkosMISfuNZr4jg3E9ZwdC8VQLqJbwTaecC896gQV3B-ScvuH99YwXSGjEvuQEnFGau7p2YGpKbRscvSpi1L1SlTk3sRk7nMoMQh8GPeF8Fv_qBz2xmEFoX2iF9-uEG-hfCVYmbCaEjbq6jNKogV4c9QgUTF1Xyq4AYsC2xRm3bcxDDJTE1zAV2jdvcX2qdl35n7G60zY9Cv1oYT0GXhAmRw2VCObKFR3U8YsCKu4w9pKuRcwaxhp8b3h4qf9xwC7I3NZUFAvsVC6mkMJru7-2kR1ph2GEwJlP3xTm0EDFrFK41g-0yqIhPEzToeccsJv5gd2Hiv3\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b8b329a4597",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-908dd0c0"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUluOwzAIvJBrH8nygySotokAJ8rtN8223apRtz8YmAHB4EikohxmHwMzkosMISfuNZr4jg3E9ZwdC8VQLqJbwTaecC896gQV3B-ScvuH99YwXSGjEvuQEnFGau7p2YGpKbRscvSpi1L1SlTk3sRk7nMoMQh8GPeF8Fv_qBz2xmEFoX2iF9-uEG-hfCVYmbCaEjbq6jNKogV4c9QgUTF1Xyq4AYsC2xRm3bcxDDJTE1zAV2jdvcX2qdl35n7G60zY9Cv1oYT0GXhAmRw2VCObKFR3U8YsCKu4w9pKuRcwaxhp8b3h4qf9xwC7I3NZUFAvsVC6mkMJru7-2kR1ph2GEwJlP3xTm0EDFrFK41g-0yqIhPEzToeccsJv5gd2Hiv3\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c5862a37fdf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0a1265e2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eaaf7c6ee4f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9346afc20e01",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form data-drupal-form-fields=\"edit-keys,edit-url\" data-once=\"form-updated\" accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd0d78e3368a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d0175e45"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e54f2ed71182",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "799255dcf7b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Carved more than 13,000 years ago, Palouse Falls is among the last active waterfalls on the Ice Age Floods path. This natural wonder was named Washington's state waterfall in 2014, when the state Legislature passed a bill written by local schoolchildren, who advocated for the designation.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a50c3b693f68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0d04fdb7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "a162460f14c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "034127b217a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cab029c23dab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form data-drupal-form-fields=\"edit-fraud-type-business,edit-fraud-type-person,edit-fraud-type-govt,edit-fraud-type-unsure,edit-actions-wizard-next,edit-url--2\" data-once=\"form-updated webform-details-toggle\" accept-charset=\"UTF-8\" id=\"webform-submission-what-kind-of-fraud-should-i-repo-node-169620-add-form\" method=\"post\" action=\"/report-suspected-fraud\" data-drupal-selector=\"webform-submission-what-kind-of-fraud-should-i-repo-node-169620-add-form\" class=\"webform-submission-form webform-submission-add-form webform-submission-what-kind-of-fraud-should-i-repo-form webform-submission-what-kind-of-fraud-should-i-repo-add-form webform-submission-what-kind-of-fraud-should-i-repo-node-169620-form webform-submission-what-kind-of-fraud-should-i-repo-node-169620-add-form js-webform-disable-autosubmit js-webform-details-toggle webform-details-toggle\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92ae20b56372",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-761c09d1"
          }
        ],
        "outcomeCount": 1104,
        "uniqueFailedCount": 14,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/blindness-related-tools-and-services",
      "finalUrl": "https://wa.gov/people-with-disabilities/blindness-related-tools-and-services",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8530,
      "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": 790,
          "failed": 44,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c63c27742c9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24a0f41a6129",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://guidedogusersinc.org/resources/guide-dog-training-schools/\">List of Guide Dog schools</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b54dc9408cc1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://guidedogusersinc.org/resources\">Guide Dog Users Inc Resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e658169fc36d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">Guide to Service Animals and Washington State Law </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b1e8f9899f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ced22a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">ADA Service Animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c74ba1ca923",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-604ac65b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(5) > a",
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">WA State Laws – Washington State Service Dog Association</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56a9c18380ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6034271"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(6) > a",
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">GDB – Access Letter to businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "639dddf257ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1295a566"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(7) > a",
            "html": "<a href=\"https://www.guidedogs.com/explore-resources/general-information/guide-dog-access-laws/individual-state-and-province-access-laws\">Guide Dog Protection Laws by state</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cc6e8a2ced1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a68d6874"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://familyconnect.org/education/expanded-core-curriculum/orientation-and-mobility/\">Orientation and Mobility for Children Who Are Blind or Visually Impaired - FamilyConnect</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c386ab1647f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.frontiersin.org/articles/10.3389/feduc.2020.572641/full\">Frontiers | The Use of Wayfinding Apps by Deafblind Travelers in an Urban Environment: Insights From Focus Groups | Education (frontiersin.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb280f4d6bf6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(3) > a",
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">VisionAware Orentation and Mobility overview and basic skills</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45f755b099d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23c445bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"aira.io/\"]",
            "html": "<a href=\"https://aira.io/\">Aira paid service</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85b92dc588bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-afcb6bc9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bemyeyes.com/\"]",
            "html": "<a href=\"https://www.bemyeyes.com/\">Be My Eyes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c484cff366ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5de212b1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(3) > a",
            "html": "<a href=\"https://gcc02.safeli...\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a98ccc36ea5a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25c1d0d8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.microsoft.com/en-us/research/product/soundscape/\">Microsoft Soundscape</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f9e1c49a3c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6d65a6cb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.microsoft.com/en-us/ai/seeing-ai\">Seeing AI</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7f082967e15",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-438b0653"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(2) > a",
            "html": "<a href=\"https://gcc02.safeli...\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0fafb5e8f45",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3cd6d83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hadleyhelps.org/\"]",
            "html": "<a href=\"https://hadleyhelps.org/\">Hadley</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4483e8c4349c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ffe94e72"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(11) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.wssb.wa.gov/services/video-clips-blindness-tips\">WSSB Blindness Tips</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "519fcab84db8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b35707f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"independentliving.com/\"]",
            "html": "<a href=\"https://independentliving.com/\">Independent Living Aids</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feeb44ac23fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5229841"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"lighthouseguild.org/\"]",
            "html": "<a href=\"https://lighthouseguild.org/\">Lighthouse Guild</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8549ce4b0fd6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec77d55e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"lssproducts.com/\"]",
            "html": "<a href=\"https://lssproducts.com/\">LS&amp;S</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24c042bb2696",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e1ee7901"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"maxiaids.com/\"]",
            "html": "<a href=\"https://www.maxiaids.com/\">MaxiAids</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "540e844501b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e1b1943b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(15) > li:nth-child(1) > a",
            "html": "<a href=\"file://DSB1UTOLY1/Shared/PublicShare/2022%20Accessibility%20Website/watap.org\">WATAP</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ae2a4fc5637",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d63cb09e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(15) > li:nth-child(2) > a",
            "html": "<a href=\"http://ctdinstitute.org/sites/default/files/file_attachments/Assistive%20Technology%20101_0.pdf\">Assistive Technology 101</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ea31f1473a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7c98c7c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(15) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.tsbvi.edu/tsbvi-tech-tips\">TSBVI Tech Tips</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0477be7606e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-83d62e03"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nwaccessfund.org/\"]",
            "html": "<a href=\"https://www.nwaccessfund.org/\">Northwest Access Fund – NWAF (nwaccessfund.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daac71fb938d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f2a35e7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"icanconnect.org/\"]",
            "html": "<a href=\"https://www.icanconnect.org/\">iCanConnect</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ac9d678b6af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d86b686"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.perkins.org/blind-etiquette-six-ways-to-be-considerate-when-interacting-with-people-with-visual-impairments/\">Blindness etiquette</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c6e418f3637",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4503b130"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">Assisting someone who is visually impaired</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8d24da01a7e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4459a529"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">Light House Guild - Guide Technique video</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47adef9d2a4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b4dda76c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(20) > li:nth-child(1) > a",
            "html": "<a href=\"https://dsb.wa.gov/resources/accessible-documents-and-websites\">Learn about Accessible Documents and Websites from WA state Department of Services for the Blind </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b7cd4e20e2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-055bd919"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(20) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.amazon.com/dp/B09W7S7HJN/ref=cm_sw_r_oth_api_i_KDB0XWTXA6YK6ACYASEK\">Is&nbsp; my web content accessible? </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7498d504db2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4850a67"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(20) > li:nth-child(3) > a",
            "html": "<a href=\"https://gcc02.safeli...\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "611b92eb8be8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4e5b05c7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(22) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.adobe.com/accessibility.html\">Adobe Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef1ac06dfed6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c37fadb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(22) > li:nth-child(2) > a",
            "html": "<a href=\"https://webaim.org/techniques/acrobat/converting\">Converting Documents to Accessible PDF</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c72db121125d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71b030dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(22) > li:nth-child(3) > a",
            "html": "<a href=\"https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-overview\">Overview of accessibility in Power BI - Power BI | Microsoft Docs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56f975a7f87c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c55d6cb2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(22) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.deque.com/blog/virtual-meeting-accessible-zoom/\">How to make your next virtual meeting more accessible | Deque</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a85e90eacf5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3bd8aa9e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wtbbl.org/\"]",
            "html": "<a href=\"https://www.wtbbl.org/\">Washington Talking Book &amp; Braille Library (WTBBL)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaa8feaabf17",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f3549390"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(24) > li:nth-child(2) > a",
            "html": "<a href=\"https://nfb.org/programs-services/nfb-newsline\">NFB-NEWSLINE® | National Federation of the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b20953bf89c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8aa9f201"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(24) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.doubledaylargeprint.com/\">Double Day Large Print</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ad7a55fd5d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-897e531c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"seedlings.org/\"]",
            "html": "<a href=\"http://www.seedlings.org/\">Seedlings</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceab11adc354",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18d4e9ad"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d2c867dee0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 878,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 44
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1725,
          "failed": 51,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "4f1f7e15a8f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4eceafc6cda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a11e37e3c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afed4d82bc25",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "992d9f75f13d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c683624fbbf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "533f8e68ab90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d1fefb26b8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b50a86f7ddd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://guidedogusersinc.org/resources/guide-dog-training-schools/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe71e93b8c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5009f2de"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://guidedogusersinc.org/resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f4cf48bca2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38dd996b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0467ddbae65c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af5cd870"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e0598fad965",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9c7986d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "752daed84f66",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce2e4a28"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2b6df95eb09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d9721d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.guidedogs.com/explore-resources/general-information/guide-dog-access-laws/individual-state-and-province-access-laws\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31d086f015e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5ae648e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://familyconnect.org/education/expanded-core-curriculum/orientation-and-mobility/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ef26cafeb72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-544c6f3d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frontiersin.org/articles/10.3389/feduc.2020.572641/full\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "285415e83020",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1d5f4739"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5944821c1f88",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01753443"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://aira.io/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8105deeb9e78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-32b48ec3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.bemyeyes.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75b316cfa285",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3b18ceea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.blindsquare.com%2F&amp;data=05%7C01%7Cdonna.elkins%40dsb.wa.gov%7C8f9d1bb59dd5461e51ed08da52ee60be%7C11d0e217264e400a8ba057dcc127d72d%7C0%7C0%7C637913481068523701%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=5YpFqvc3uInz8dPDuugW7s%2F30zLCEydB%2BUj4CB%2BZw18%3D&amp;reserved=0\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d722171124b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45f15dc5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.microsoft.com/en-us/research/product/soundscape/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d9e400afd24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-733fdcd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.microsoft.com/en-us/ai/seeing-ai\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cee64d4cbf12",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-08610b54"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.bemyeyes.com%2F&amp;data=05%7C01%7Cdonna.elkins%40dsb.wa.gov%7C68e52e3337494a9fa7ee08da52ee38c9%7C11d0e217264e400a8ba057dcc127d72d%7C0%7C0%7C637913480374367232%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=8prrDT4yYpEsiT1ABGUEJghkS8y%2BUSqUDHBSVk3er4M%3D&amp;reserved=0\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e43133777a36",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-010565b9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://hadleyhelps.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5272960b7273",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15ff737d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wssb.wa.gov/services/video-clips-blindness-tips\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb53223b7d78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7b3b3d45"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://independentliving.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e892fc60ef74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d0ba38e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lighthouseguild.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ebcca5a15de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3f376a46"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lssproducts.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4638b0b8de4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a14f0421"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.maxiaids.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40d8d9f6fa4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e44aebb8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"file://DSB1UTOLY1/Shared/PublicShare/2022%20Accessibility%20Website/watap.org\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6ed04dba185",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-57d82858"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://ctdinstitute.org/sites/default/files/file_attachments/Assistive%20Technology%20101_0.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7464a7ea744",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-417be6ac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.tsbvi.edu/tsbvi-tech-tips\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7efb7377535a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9385a95"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.nwaccessfund.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79bd44b9098a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0e80a6ae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.icanconnect.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "007185f55ca9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6863da10"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.perkins.org/blind-etiquette-six-ways-to-be-considerate-when-interacting-with-people-with-visual-impairments/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0892dba3c50c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9caec78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b228b8bea8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-748cc10e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20103ebda545",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35f6ad10"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dsb.wa.gov/resources/accessible-documents-and-websites\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d962fc64b53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f508b0f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.amazon.com/dp/B09W7S7HJN/ref=cm_sw_r_oth_api_i_KDB0XWTXA6YK6ACYASEK\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b962975cfe9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5af16c6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsupport.microsoft.com%2Fen-us%2Foffice%2Fimprove-accessibility-with-the-accessibility-checker-a16f6de0-2f39-4a2b-8bd8-5ad801426c7f&amp;data=05%7C01%7Cdonna.elkins%40dsb.wa.gov%7C62fc2aa5a610467fb08d08da52fc244b%7C11d0e217264e400a8ba057dcc127d72d%7C0%7C0%7C637913540178675511%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=YO6a4Pnr4y6Xmah%2Fo6meSbUeAdUzPlJPZNzdo1YwhVQ%3D&amp;reserved=0\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbb0245253a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-545684e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.adobe.com/accessibility.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21cc8c8b2f15",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c0c5e26"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/techniques/acrobat/converting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90ec94c85800",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd0bb154"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-overview\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b83022d253f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a4d6878a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.deque.com/blog/virtual-meeting-accessible-zoom/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4001cbb0279",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bf678cd4"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h2>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'Large'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48774b0967b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a322a38"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wtbbl.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9567939c8a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52699a49"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nfb.org/programs-services/nfb-newsline\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71823972c882",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5cf165f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doubledaylargeprint.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b654c0551b6a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f79635d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.seedlings.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5b5520bd839",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cba78522"
          }
        ],
        "outcomeCount": 1779,
        "uniqueFailedCount": 51,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/checklists-and-tools",
      "finalUrl": "https://wa.gov/checklists-and-tools",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7133,
      "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": 526,
          "failed": 3,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3eade67f209",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".layout__region > .text-formatted.field--name-body.field--type-text-with-summary > ul > li > a",
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/disbselfassess%20updated.pdf\">HRC Self-Assessment for Best Practice - Employment</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85d0d990f5f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdec70f6"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9deaceff4222",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 573,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 921,
          "failed": 9,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "5e133ab6c6f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da2833b74038",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2136fb3af0da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f575497818",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76e8fc1e2b38",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70f4f0907504",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc408831c129",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "607ddae2d74e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/disbselfassess%20updated.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef72325a4c43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16586142"
          }
        ],
        "outcomeCount": 931,
        "uniqueFailedCount": 9,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/error",
      "finalUrl": "https://wa.gov/error",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7054,
      "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": 533,
          "failed": 6,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca929c0caef2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"https://wa.gov/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "813dfcef6e66",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c044dd3e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"https://wa.gov/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3d4045e9279",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a[href$=\"get-help\"]",
            "html": "<a href=\"/get-help\">Get Help</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d80d3329c52b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8874a365"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#title-404",
            "html": "<h1 id=\"title-404\"><span id=\"main-content\" class=\"\"></span></h1>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix 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": "73f2025b885a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36979364"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8aeac495d50",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 584,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 915,
          "failed": 14,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_visible",
          "heading_content_exists",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "65ca30c0467c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bded2bbd043f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "751dc6bfec74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1a702c84c8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67a0477dd9e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d31876ac696",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7355acba8815",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "758a81c01d59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h1 id=\"title-404\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80bb7de5a99f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3314f162"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h1 id=\"title-404\">",
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf10df80f960",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3cf62f6b"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<span class=\"\" id=\"main-content\">",
            "message": "The <span> element has the id \"main-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e14543c1a69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-873cc53f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa.gov/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbb0bca74585",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b8611c40"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa.gov/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22fd4691713e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af5f7da5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/get-help\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd2d8034bce5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2f1f7c9"
          }
        ],
        "outcomeCount": 929,
        "uniqueFailedCount": 14,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/get-help",
      "finalUrl": "https://wa.gov/get-help",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8630,
      "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": 979,
          "failed": 13,
          "cantTell": 4,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "178e671492ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"1764699694\"] > a[href$=\"#create-account\"]",
            "html": "<a href=\"#create-account\">create&nbsp;a WA.gov account</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c44cf9792f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b8d9bc0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"718587847\"] > a[target=\"_blank\"][rel=\"noreferrer noopener\"]",
            "html": "<a href=\"https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services\" rel=\"noreferrer noopener\" target=\"_blank\">SAW account</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1cc6a3898f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38b0c567"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#finding-info\"][rel=\"noreferrer noopener\"]:nth-child(1)",
            "html": "<a href=\"#finding-info\" rel=\"noreferrer noopener\">unemployment</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2da37a00e92b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49126167"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#finding-info\"][rel=\"noreferrer noopener\"]:nth-child(2)",
            "html": "<a href=\"#finding-info\" rel=\"noreferrer noopener\">licensing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27d1c19179bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dacf49e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#finding-info\"][rel=\"noreferrer noopener\"]:nth-child(3)",
            "html": "<a href=\"#finding-info\" rel=\"noreferrer noopener\">another agency service</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a4b2515ad6e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0ea77b7a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#accordion1 > .text-end.d-block > .toggle-accordion[href=\"javascript:void(0)\"]",
            "html": "<a aria-expanded=\"false\" href=\"javascript:void(0)\" class=\"toggle-accordion\">Expand all</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb49669210de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5cf1543d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#accordion2 > .text-end.d-block > .toggle-accordion[href=\"javascript:void(0)\"]",
            "html": "<a aria-expanded=\"false\" href=\"javascript:void(0)\" class=\"toggle-accordion\">Expand all</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bdf5b27b13",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-218666b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#accordion3 > .text-end.d-block > .toggle-accordion[href=\"javascript:void(0)\"]",
            "html": "<a aria-expanded=\"false\" href=\"javascript:void(0)\" class=\"toggle-accordion\">Expand all</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81b26ac35fb9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dbdaab8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#accordion4 > .text-end.d-block > .toggle-accordion[href=\"javascript:void(0)\"]",
            "html": "<a aria-expanded=\"false\" href=\"javascript:void(0)\" class=\"toggle-accordion\">Expand all</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e701f3f1356f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-faf16931"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#accordion5 > .text-end.d-block > .toggle-accordion[href=\"javascript:void(0)\"]",
            "html": "<a aria-expanded=\"false\" href=\"javascript:void(0)\" class=\"toggle-accordion\">Expand all</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fdad548a44c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e4b65bd"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#create-account",
            "html": "<h2 aria-level=\"4\" id=\"create-account\" paraeid=\"{5f11862d-080e-4ae3-8c20-35f719db1398}{210}\" paraid=\"1676407293\" role=\"heading\">Create a&nbsp;WA.gov&nbsp;account</h2>",
            "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": "93ab88fe3d43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-83c30bbb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d2108afaa3b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 1035,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 13
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1833,
          "failed": 19,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "7f90ef414d29",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccb74264b65f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "070a8b570dc4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed27b6b469f2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b6dd22059c7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64ce8ff3bd72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f0e9a48ac25",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44c043962650",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#create-account\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5abc71c75473",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ecd1dedd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf5471452e4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ed98bee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noreferrer noopener\" href=\"#finding-info\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dbf870659d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f1be51b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noreferrer noopener\" href=\"#finding-info\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noreferrer noopener\" href=\"#finding-info\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h2 role=\"heading\" paraid=\"1676407293\" paraeid=\"{5f11862d-080e-4ae3-8c20-35f719db1398}{210}\" id=\"create-account\" aria-level=\"4\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h2>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "557c1f877214",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a24afbc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"toggle-accordion\" href=\"javascript:void(0)\" aria-expanded=\"false\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a48d617513eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a167a4e2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"toggle-accordion\" href=\"javascript:void(0)\" aria-expanded=\"false\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"toggle-accordion\" href=\"javascript:void(0)\" aria-expanded=\"false\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"toggle-accordion\" href=\"javascript:void(0)\" aria-expanded=\"false\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"toggle-accordion\" href=\"javascript:void(0)\" aria-expanded=\"false\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1853,
        "uniqueFailedCount": 13,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://wa.gov/privacy-notice",
      "finalUrl": "https://wa.gov/privacy-notice",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8000,
      "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": 683,
          "failed": 12,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27a38ad78d00",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"http://www.sos.wa.gov/archives/\">State Archives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "385c5cdb4fa1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(13) > a",
            "html": "<a href=\"https://www.gpo.gov/fdsys/pkg/USCODE-2011-title15/html/USCODE-2011-title15-chap91-sec6501.htm\">Children's Online Privacy Protection Act</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "705a0e164eda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3e6067d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(3)",
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">RCW 42.56</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40a71f99b5fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dac47909"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(7)",
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56.070\">RCW 42.56.070(6)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "418affc89d7b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f93599aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(8)",
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">Chapter 42.56 RCW</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34c50e8e55bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f3fdf142"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(9)",
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">Chapter 42.56 RCW</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "256fc9345490",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44cbaa31"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(10)",
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">Chapter 42.56 RCW</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d438157e8aaf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-287d2a3b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"e99e4625-430c-4104-b77e-22054d1cc413\" href=\"/webform/contact-wagov-team\" title=\"Contact the WA.gov Team\">webmaster</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88bc4b04f203",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(4)",
            "html": "<a href=\"https://www.ftc.gov/site-information/privacy-policy/internet-cookies\">Federal Trade Commission’s explanation on its&nbsp;website</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31a85c9f7aff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6817fa00"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacy.wa.gov/\"]",
            "html": "<a href=\"http://privacy.wa.gov/\">Privacy.wa.gov.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c5ec4cffbf0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-476e5e46"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1159a7a7d7b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 739,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1336,
          "failed": 21,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "586779cc91a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec20b6c45aa9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "885db81e2a53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91dbc13ab83a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68e3486dd315",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8be0d25fa134",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bab7fbd77fcf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4326b815974c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.sos.wa.gov/archives/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0954e44d23e8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9f99ff7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.gpo.gov/fdsys/pkg/USCODE-2011-title15/html/USCODE-2011-title15-chap91-sec6501.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ac331752887",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7aeb83bd"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec3919c3f18f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c92d8c02210",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2a01ad93"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56.070\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a2970de19ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-76d93ce0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://apps.leg.wa.gov/RCW/default.aspx?cite=42.56\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact the WA.gov Team\" href=\"/webform/contact-wagov-team\" data-entity-uuid=\"e99e4625-430c-4104-b77e-22054d1cc413\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3d52619022",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2824b303"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' 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": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ftc.gov/site-information/privacy-policy/internet-cookies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "194f34634ad1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c378898e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://privacy.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53c9ead54b61",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c1cb31e"
          }
        ],
        "outcomeCount": 1357,
        "uniqueFailedCount": 16,
        "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://wa.gov/test",
      "finalUrl": "https://wa.gov/test",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7387,
      "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": 522,
          "failed": 2,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f180c5afa5ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a88f190bde5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 569,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 902,
          "failed": 10,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "c5f6ee410d19",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af9b2fb4f99b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abd20e0f1745",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca600bb5b497",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7821ce346fa3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c5320e8d237",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7ebce0d3c4c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a9f06f8d8d8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item\">",
            "message": "Confirm this text 'Click to toggle popover' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e2939c52309",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-61d27db5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Click to toggle popover' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9e326cd4d1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f2bf52aa"
          }
        ],
        "outcomeCount": 912,
        "uniqueFailedCount": 10,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/use-our-logo",
      "finalUrl": "https://wa.gov/use-our-logo",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7703,
      "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": 672,
          "failed": 7,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f753c46108d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a[href=\"https://wa.gov/index.html\"]",
            "html": "<a href=\"https://wa.gov/index.html\">https://wa.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4ebaf5b3647",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c3027a02"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html\">Read about WCAG Color contrast standards</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f09b326ca48",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2974362"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://webaim.org/resources/contrastchecker/\">Check your color contrast at WebAIM</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "967292044904",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7736d4db"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href=\"https://wa.gov/index.html\"]",
            "html": "<a href=\"https://wa.gov/index.html\">Visit WA.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c29b3f05da2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6c39806"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"mailto:Support@WaTech.wa.gov\"]",
            "html": "<a href=\"mailto:Support@WaTech.wa.gov\">WaTech DL Support</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae150d23e494",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86b3aa58"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bab3349ffece",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 723,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1293,
          "failed": 17,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_valid",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "b15eb6eda05b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "353b28abd542",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2c25bd667bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6736de00aa61",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbdbf39af79e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ff29fd428f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24a7f65ade2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b793993da76f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa.gov/index.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80490d0c78bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e30dc836"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3daf82beb678",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9add65f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/resources/contrastchecker/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d5a9e02f693",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c91c7e51"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<li>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"WA.gov, Official State Government Website\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd676388292a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4aac82d8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa.gov/index.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5962b70f6f21",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38ad08ba"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:Support@WaTech.wa.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ae7ce9eb27e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f889bac4"
          }
        ],
        "outcomeCount": 1310,
        "uniqueFailedCount": 14,
        "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://wa.gov/washingtons-it-strategic-plan",
      "finalUrl": "https://wa.gov/washingtons-it-strategic-plan",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7645,
      "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": 675,
          "failed": 11,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a5ac0a9949",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "strong[data-end=\"511\"]",
            "html": "<strong data-end=\"511\" data-start=\"490\">RCW 43.105.220(1)</strong>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "628f82cd159e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c24821ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p[data-end=\"1189\"] > a",
            "html": "<a href=\"/sites/default/files/2025-08/Washington%20State%20IT%20Strategic%20Plan-8.27.25.pdf\">Learn more about Washington's IT Strategic Plan</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8223e64cc519",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6da24ae9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p[data-end=\"1517\"] > a[href$=\"watech.wa.gov\"]",
            "html": "<a href=\"https://watech.wa.gov\">Washington Technology Solutions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03696c5361b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d5e39b42"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-3 > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"/sites/default/files/2025-08/Washington%20State%20IT%20Strategic%20Plan-8.27.25.pdf\">Washington's IT Strategic Plan 2025-2028</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cc1a715e959",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-acd9950b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-3 > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2025-05/Enterprise%20IT%20Security%20Strategy-Short-Final.pdf\">Enterprise Cybersecurity Strategy 2025-2027</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26bed16aeb1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-422b4cf1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-3 > ul:nth-child(2) > li:nth-child(3) > a",
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2025-03/Enterprise%20Data%20Strategy%20Plan-Final_1.pdf\">Enterprise Data Strategy 2025-2027</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de0af9375975",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-876ee406"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2025-06/Ent.%20IT%20Strategic%20Plan%20Report_829.pdf\">Enterprise IT Strategic Plan 2023-2025</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1829c7da8e4b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2023-11/State-IT-Strat-Plan-2021-25.docx\">State IT Strategic Plan 2021-2025</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36d6790e25c7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-3 > p:nth-child(6) > a",
            "html": "<a href=\"mailto: david.mendel@watech.wa.gov\">David Mendel</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dc0be3cbae8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-910ded89"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2b390eeb60a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 731,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1281,
          "failed": 24,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "9b1698101cd9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "938a453646d1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e2019b7b9d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0990b88c022",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3512f86841be",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57cca381fb7d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "929006696e14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "585d33aed0a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p data-start=\"475\" data-end=\"953\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'shape'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8ce6c7208e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9712bf28"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://app.leg.wa.gov/rcw/default.aspx?cite=43.105.220\">",
            "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": "32ab012b3abd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1cb70a35"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong data-start=\"490\" data-end=\"511\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfeaa386b862",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84beeba1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/sites/default/files/2025-08/Washington%20State%20IT%20Strategic%20Plan-8.27.25.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d14534bc7465",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-636b8bc7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://watech.wa.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94c36f51613d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a24bd6e6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/sites/default/files/2025-08/Washington%20State%20IT%20Strategic%20Plan-8.27.25.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2025-05/Enterprise%20IT%20Security%20Strategy-Short-Final.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e1899f5f4fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a66d5bc9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2025-03/Enterprise%20Data%20Strategy%20Plan-Final_1.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ad91eaf6fa6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f388b667"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Previous IT Strategic Plans Previous IT Strategic Plans' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "531e35a9f08a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2025-06/Ent.%20IT%20Strategic%20Plan%20Report_829.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49853723c416",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e388275f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://watech.wa.gov/sites/default/files/2023-11/State-IT-Strat-Plan-2021-25.docx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4ed94a6aa4c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68bef3d2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto: david.mendel@watech.wa.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66fe876fe1e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cc326776"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Create a Government Experience that Leaves No Community Behind' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a000293aa26b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'From Insight to Impact: Improving Lives Through Data' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Relentlessly Pursue Relevant Technology to Improve Services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Transform How We Work to Enable Strategic Modernization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1312,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    },
    {
      "submittedUrl": "https://wa.gov/get-help/get-touch",
      "finalUrl": "https://wa.gov/get-help/get-touch",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7608,
      "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": 589,
          "failed": 7,
          "cantTell": 4,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe955fcc397",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"get-help\"]",
            "html": "<a href=\"/get-help\">Get Help</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc00f22b909c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c78a291"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[rel=\"noreferrer noopener\"][target=\"_blank\"][href$=\"agency\"]",
            "html": "<a href=\"https://wa.gov/agency\" rel=\"noreferrer noopener\" target=\"_blank\">Contact the agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d0243021947",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-92c11368"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a[href$=\"get-help\"]",
            "html": "<a href=\"/get-help\">Get Help</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d494df63378",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8874a365"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > p > a",
            "html": "<a href=\"/form/contact-us-for-support-with-your\">Submit a help ticket</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "476418cea49e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-34e31f76"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(9) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://secureaccess.wa.gov/myAccess/saw/select.do\" rel=\"noreferrer noopener\" target=\"_blank\">SecureAccess Washington website</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ac009714c22",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af4c2be4"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "058be9de2631",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 639,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1044,
          "failed": 14,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "64baebfa4660",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5991bd62867",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e0ed7f6ae42",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1063a16fe7f4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b2ab7425ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c7bf3632883",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b61a5b7e6d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4b78651bd0f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/get-help\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5a0a88c2662",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2f1f7c9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://wa.gov/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab5b62a0453f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4fd73d68"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/get-help\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<ul role=\"list\">",
            "message": "The explicitly-assigned ARIA role \"list\" is redundant with the implicit role of the element <ul>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9863163afc50",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6e14db1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/form/contact-us-for-support-with-your\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2806e16f685a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3db47e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://secureaccess.wa.gov/myAccess/saw/select.do\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1008aa2ad68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c8c18c3a"
          }
        ],
        "outcomeCount": 1060,
        "uniqueFailedCount": 13,
        "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://wa.gov/Get%20Help%20Finding%20Food",
      "finalUrl": "https://wa.gov/Get%20Help%20Finding%20Food",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7255,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32ebb6431786",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08a82f83ec9a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed46c1906b71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98b10e44b53d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "647842d793e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb1b26400509",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "a7218bd20be6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec256fda17f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc9db86ba13d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2949696b7c6b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47911107e34f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3501f6148d8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dd518d177dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "420964a31a9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2781a3550341",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62bfbf4397e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae8a8e83d671",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93a891730972",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/health-safety/public-utilities",
      "finalUrl": "https://wa.gov/health-safety/public-utilities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 10119,
      "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": 1181,
          "failed": 65,
          "cantTell": 7,
          "inapplicable": 33
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scope-attr-valid",
          "scrollable-region-focusable",
          "select-name",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7f34b956ea4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"health-and-safety\"]",
            "html": "<a href=\"/health-and-safety\">Health &amp; Safety</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71de3c9bfb2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0db500aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nwnatural.com/\"]",
            "html": "<a href=\"https://www.nwnatural.com/\">Northwest Natural Gas</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tbody > tr:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "818e202f36ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f61e9677"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(2) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.rustonwa.org/departments/utility-department/\">Town of Ruston </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb20b1a245ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8d4e2fa5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(3) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://townofcouleedam.org/billing-and-payments\">City of Coulee Dam </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d537dbd91a5c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-359babc9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kec.com/\"]",
            "html": "<a href=\"https://www.kec.com/\">Kootenai Electric Cooperative</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e1070ac91f2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6f7bffc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nli.coop/\"]",
            "html": "<a href=\"https://www.nli.coop/\">Northern Lights</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "159573d1e1c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9f14a7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"yakamapower.com/\"]",
            "html": "<a href=\"https://www.yakamapower.com/\">Yakama Power</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7868748b9a10",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc8c47ec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kalispelutilities.com/\"]",
            "html": "<a href=\"https://kalispelutilities.com/\">Kalispel Tribal Utilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71848d167c5c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6151d8d1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"cngc.com/\"]",
            "html": "<a href=\"https://www.cngc.com/\">Cascade Natural Gas</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f73568ef88",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c7fa94f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(9) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://townofsteilacoom.org/150/Utility-Billing\">Town of Steilacoom</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20f9ced46f71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6d13eca7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(10) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.cityofmilton.net/155/Utility-Billing\">City of Milton </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "588233670ff9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-548c18c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(11) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.ci.blaine.wa.us/113/Utility-Billing\">City of Blaine </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(11)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f74b4c3042e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e27107f6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"fcpud.com/\"]",
            "html": "<a href=\"https://fcpud.com/\">Ferry County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25bac145ec0a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fc808482"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ocec.coop/\"]",
            "html": "<a href=\"https://ocec.coop/\">Okanogan County Electric Co-op</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(13)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d834c178312c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3cee812c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"columbiarea.coop/\"]",
            "html": "<a href=\"https://www.columbiarea.coop/\">Columbia Rural Elec Association</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28c1dd997531",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c971cc3b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wahkiakumpud.org/\"]",
            "html": "<a href=\"https://www.wahkiakumpud.org/\">Wahkiakum County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(15)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c7dfcfdfd6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-05954250"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nvec.org/\"]",
            "html": "<a href=\"https://www.nvec.org/\">Nespelem Valley Electric Co-op</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1214c3f25d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-972b1946"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(17) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.clearwaterpower.com/\">Clearwater Power Company</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(17)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ded2d9912ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-189097be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(18) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.cityofsumas.com/utility-rates-and-fees/\">City of Sumas </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4178d2f7d08f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01109a7e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(19) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.cityofmccleary.com/publicworks/page/utility-billing\">City of McCleary</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(19)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60cb41e90a3e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-55a0607a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(20) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://eatonville-wa.gov/utilities/\">Town of Eatonville</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72db44140012",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fc9c511f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(21) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.cityofchewelah.org/billing\">City of Chewelah</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(21)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a16ab57a6a4b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ede3e8ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(22) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.modernelectricwater.com/\">Modern Electric Water Company</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e17411839b97",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f06d2e4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"lakeviewlight.com/\"]",
            "html": "<a href=\"https://www.lakeviewlight.com/\">Lakeview Light &amp; Power</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(23)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1575b410dc0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a6ba56da"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"skamaniapud.com/\"]",
            "html": "<a href=\"https://www.skamaniapud.com/\">Skamania Co PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fa5733eaef2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-56663230"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(25) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.cityofcheney.org/288/Utility-Billing-Services\">City of Cheney </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(25)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d5262ea097",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25b9d184"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bbec.org/\"]",
            "html": "<a href=\"https://www.bbec.org/\">Big Bend Electric Cooperative</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47e23af31b1b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c84dd7a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(27) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.tannerelectric.coop/\">Tanner Electric Cooperative</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(27)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6beffa46166",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-127f5e3a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ohop.coop/\"]",
            "html": "<a href=\"https://www.ohop.coop/\">Ohop Mutual Light Company, Inc</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b54c54a304c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44beadcc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"plw.coop/\"]",
            "html": "<a href=\"https://www.plw.coop/\">Parkland Light &amp; Water Company</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(29)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d78305e04bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6339882c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(30) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://ci.ellensburg.wa.us/1045/Utilities\">City of Ellensburg </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b0641ba0ce8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0b3a0838"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(31) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.cityofcentralia.com/183/City-Light\">City of Centralia </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(31)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb788c275b9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-04e80761"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"popud.org/\"]",
            "html": "<a href=\"https://popud.org/\">Pend Oreille PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d0dec9b710b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9799b9b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(33) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://cityofpa.us/278/City-Utilities\">City of Port Angeles </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(33)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b084e324c4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1578fce5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kittitaspud.com/\"]",
            "html": "<a href=\"https://www.kittitaspud.com/\">Kittitas County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67e95b3b0503",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35c79749"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"klickitatpud.com/\"]",
            "html": "<a href=\"http://www.klickitatpud.com/\">Klickitat County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(35)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8274b5834b09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47cea31f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"verawaterandpower.com/\"]",
            "html": "<a href=\"https://verawaterandpower.com/\">Vera Water and Power</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f09847956d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-72ef2a16"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bentonrea.org/\"]",
            "html": "<a href=\"https://bentonrea.org/\">Benton Rural Electric Association</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(37)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9119d7df36ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c63e5ad6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(38) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.elmhurstmutual.org/\">Elmhurst Mutual Power &amp; Light Co</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f2035bd3c80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-13f2999d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"opalco.com/\"]",
            "html": "<a href=\"https://www.opalco.com/\">Orcas Power &amp; Light Co-op (OPALCO)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(39)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e01de8fddc5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3233c66d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pacificpud.org/\"]",
            "html": "<a href=\"https://www.pacificpud.org/\">Pacific County PUD No. 2</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96c301798a74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fe9052e7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"douglaspud.org/\"]",
            "html": "<a href=\"https://douglaspud.org/\">Douglas County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(41)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0db62ab65055",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d9cf6b34"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"okanoganpud.org/\"]",
            "html": "<a href=\"https://www.okanoganpud.org/\">Okanogan County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c256bb39d4f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2da6112"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"jeffpud.org/\"]",
            "html": "<a href=\"https://www.jeffpud.org/\">Jefferson County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(43)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31de0216e2b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6dd05b0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(44) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.ci.richland.wa.us/departments/energy-services\">City of Richland </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68dbc024d68b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ab496a3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"franklinpud.com/\"]",
            "html": "<a href=\"https://www.franklinpud.com/\">Franklin PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(45)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b36868b35289",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58350c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"lcpud.org/\"]",
            "html": "<a href=\"https://www.lcpud.org/\">Lewis County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39fd80d1e196",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c827f252"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"penlight.org/\"]",
            "html": "<a href=\"https://www.penlight.org/\">Peninsula Light Company</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(47)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6760aceb3ec5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b7f62c9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pud3.org/\"]",
            "html": "<a href=\"https://www.pud3.org/\">Mason County PUD No. 3</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b4ff3785608",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e96765f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"clallampud.net/\"]",
            "html": "<a href=\"https://clallampud.net/\">Clallam County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(49)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5da4985c824b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fbaa7332"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ghpud.org/\"]",
            "html": "<a href=\"https://www.ghpud.org/\">Grays Harbor PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1b0e0597ce7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86dedf14"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"inlandpower.com/\"]",
            "html": "<a href=\"https://www.inlandpower.com/\">Inland Power &amp; Light Company</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(51)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "945e09a4e75d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8540ec27"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"chelanpud.org/\"]",
            "html": "<a href=\"https://www.chelanpud.org/\">Chelan County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4ccca44b1a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ca1132af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"grantpud.org/\"]",
            "html": "<a href=\"https://www.grantpud.org/\">Grant County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(53)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93ec0d74e0f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-250c6ee7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bentonpud.org/\"]",
            "html": "<a href=\"https://www.bentonpud.org/\">Benton PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47aa13f6d3f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c57557d0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"cowlitzpud.org/\"]",
            "html": "<a href=\"https://www.cowlitzpud.org/\">Cowlitz County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(55)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f69d20faf21d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-845eb9c0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pacificorp.com/\"]",
            "html": "<a href=\"https://www.pacificorp.com/\">PacifiCorp</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de98e3042356",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35ac66dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"mytpu.org/\"]",
            "html": "<a href=\"https://www.mytpu.org/\">Tacoma Public Utilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(57)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e90d17a761c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-75a32fc9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "tr:nth-child(58) > .views-field-title[headers=\"view-title-table-column\"] > a",
            "html": "<a href=\"https://www.clarkpublicutilities.com/\">Clark Public Utilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b12dee24414",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18e63acf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"myavista.com/\"]",
            "html": "<a href=\"https://www.myavista.com/\">Avista Corp</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(59)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95381067cea2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35adc287"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"snopud.com/\"]",
            "html": "<a href=\"https://www.snopud.com/\">Snohomish County PUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7670b67a0041",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-421d3c12"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"city-light\"]",
            "html": "<a href=\"https://seattle.gov/city-light\">Seattle City Light</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #018fe2, background color: #f0f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "tr:nth-child(61)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "343126b0357f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c68aeacc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pse.com/\"]",
            "html": "<a href=\"https://www.pse.com/\">Puget Sound Energy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edd9b22c7048",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-428464e8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8678be20e302",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 1286,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 65
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2844,
          "failed": 75,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "8f04855a71e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6f3ba0d91a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_L_fnyge0E7N0IZCbRitK_9Jbx1D8BHaban6MehSYuMY.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCEaHgnx4SRWASPbJMvbj7ZrV7Xa-gfZd2fD2QRQBXbw1UgguRnzSMUuUIF9NoFIRdk3Fzwzkg0MPkXuJbxzM3F5R5dMweeT6JGxLm-8kx50hQL2l4mp_qN7aRjPkFCJnY-ROCFV-4immakq1GQGADZxbz5PvitFKi2DgknBxS5KxSlRlp_u5iYNXuAPH0-CW_29ch43-h2ExlOf4mmHcEnlo2CSFYvJ_qCuLqFE2oAPSxUiZVOGW29ve5qibzpsGgZpVAU3cAVqty_59BjmZ-XY77kRVv0ovU9CegOeUVaLFdXIIQrFXiZjNoRd7PWcCqWewex-oc31iptbx1cCtlfktKGgnkKmeP4G5FIHug\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9ad0895a80e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcea73ed"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCEaHgnx4SRWASPbJMvbj7ZrV7Xa-gfZd2fD2QRQBXbw1UgguRnzSMUuUIF9NoFIRdk3Fzwzkg0MPkXuJbxzM3F5R5dMweeT6JGxLm-8kx50hQL2l4mp_qN7aRjPkFCJnY-ROCFV-4immakq1GQGADZxbz5PvitFKi2DgknBxS5KxSlRlp_u5iYNXuAPH0-CW_29ch43-h2ExlOf4mmHcEnlo2CSFYvJ_qCuLqFE2oAPSxUiZVOGW29ve5qibzpsGgZpVAU3cAVqty_59BjmZ-XY77kRVv0ovU9CegOeUVaLFdXIIQrFXiZjNoRd7PWcCqWewex-oc31iptbx1cCtlfktKGgnkKmeP4G5FIHug\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0bfd22ec69f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-53b9ef7e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4904005f33b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31beab8d084",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d8454bc26f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5c3a8e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b08fa9fefd4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fba17670b2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/health-and-safety\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eecfcf649a89",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6e8ff92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form data-once=\"befSingleCheckboxFix\" accept-charset=\"UTF-8\" id=\"views-exposed-form-utility-providers-block-1\" method=\"get\" action=\"/health-safety/public-utilities\" data-drupal-selector=\"views-exposed-form-utility-providers-block-1\" class=\"views-exposed-form bef-exposed-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8874fc6336c9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-67d4d4dc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b3b88b9df8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-764290d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27cf2d2dcf80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e733f6e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.nwnatural.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd30f46cc254",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a2542fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.rustonwa.org/departments/utility-department/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea637cfe5fd1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b17f6431"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://townofcouleedam.org/billing-and-payments\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d77095d0ac4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9bbafa25"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.kec.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09b173d6bd13",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-81b3296a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.nli.coop/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "709c97ba2c4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d7fb763"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.yakamapower.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e1bc7cfad9d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce8f6dea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://kalispelutilities.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a856ced95566",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c8acfb4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cngc.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0bff2ddab2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-df617134"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://townofsteilacoom.org/150/Utility-Billing\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "667a7b5efcc4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-df5557d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cityofmilton.net/155/Utility-Billing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0652d69337e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7760ccd9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ci.blaine.wa.us/113/Utility-Billing\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e39f83f70731",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b00526a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fcpud.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "276e0bf33449",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bf8372e3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ocec.coop/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cea4f297a5ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bb5b555b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.columbiarea.coop/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a70746ea01a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20bd7db2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wahkiakumpud.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ce5828e4a4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-04e459e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.nvec.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c46c65f2224a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-793a9614"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.clearwaterpower.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02c51d30f93a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a3fc42e2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cityofsumas.com/utility-rates-and-fees/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c64e81157efa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c0ee2995"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cityofmccleary.com/publicworks/page/utility-billing\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b9bfa7f5076",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ee838e4f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://eatonville-wa.gov/utilities/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7da37b8f5c5d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d0df0e8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cityofchewelah.org/billing\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59d5d79115c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dbf42724"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.modernelectricwater.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d118b1f8b9da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5bc56d6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lakeviewlight.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b275d2f46da7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4efc5a2d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.skamaniapud.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eba96a46f5e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6d1322a8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cityofcheney.org/288/Utility-Billing-Services\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "866e9c10c2d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a7e5b9c1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.bbec.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52150d1cc56",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef1a3d78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.tannerelectric.coop/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94d760375f9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d76f6af5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ohop.coop/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d929e9f08297",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c0a693f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.plw.coop/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4f4a7122ace",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be4a52c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ci.ellensburg.wa.us/1045/Utilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcd01170edd9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e915dcc9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cityofcentralia.com/183/City-Light\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1707deb018ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2208cd38"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://popud.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5781ca88ec38",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9546bf09"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://cityofpa.us/278/City-Utilities\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94944f7507af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec18d8ed"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.kittitaspud.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f64e22665986",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8158e13"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.klickitatpud.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58a3dde80a17",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8bb853d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://verawaterandpower.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de0fee04098",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8428d4e3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://bentonrea.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22ee314b34e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-deea8a0f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.elmhurstmutual.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8cd163d2a20",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-26ad6a9b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.opalco.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7150f807682",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4bd8f72e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pacificpud.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c64e927d65a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-358ad14e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://douglaspud.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c77b58bf8daf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5d18bcfc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.okanoganpud.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "320900916c7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-28e1337a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.jeffpud.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c2f239b2e4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-19045269"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ci.richland.wa.us/departments/energy-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bab7f7f34c41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-660fe82f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.franklinpud.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aa57dd821d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2534eaab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lcpud.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54e64d83dc58",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bd0cee79"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.penlight.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dce5d02bafa8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5978c6fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pud3.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb6d84bd1344",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29cf13f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://clallampud.net/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8bf1aff0620",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1ba5675"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ghpud.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de65d560586b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20001e1d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.inlandpower.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d862cbb6637",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c920c373"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.chelanpud.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5363fb372c95",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c48495d0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.grantpud.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b09121c7dbdb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-46089092"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.bentonpud.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9fbc71758c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc33c983"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cowlitzpud.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfe09cb1558e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a72c7bc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pacificorp.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e52ee2d3c5bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58c00338"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.mytpu.org/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c33f5683ec7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2384f870"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.clarkpublicutilities.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fffd8c8a068",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a3d77bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.myavista.com/\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00076bc948be",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7a43051f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.snopud.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b9a31240444",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-34c0979a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://seattle.gov/city-light\">",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bbd23037079",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8884c879"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pse.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651cc6065b44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-64fd5dab"
          }
        ],
        "outcomeCount": 2919,
        "uniqueFailedCount": 75,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/age-55-and-senior-blind-individuals",
      "finalUrl": "https://wa.gov/people-with-disabilities/age-55-and-senior-blind-individuals",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7690,
      "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": 595,
          "failed": 14,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "206123e5c2de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bf5cb55034b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://visionaware.org/emotional-support/for-family-and-friends/guidance-for-caregivers-of-individuals-who-are-blind-or-visually-impaired/resource-list-for-caregivers-of-individuals-with-vision-loss/\">Guidance for Caregivers of Individuals Who Are Blind or Visually Impaired</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91980ab6b272",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.caregiveraction.org/\">Caregiver Action Network</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20abac4374ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.agingkingcounty.org/\">Area Agency on Aging (Seattle)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3af7a6c21fe6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ced22a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.agingkingcounty.org/help-information/caregiver-support/\">Aging and Disabilities Caregiver Support Resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e55fa3747884",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-604ac65b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(5) > a",
            "html": "<a href=\"https://washingtoncommunitylivingconnections.org/consite/index.php\">Community Living Connections (Statewide)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20fad164c46d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6034271"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(6) > a[href$=\"altsa\"]",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa\">DSHS Aging and long-term supports administration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9661a88031c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebd012e7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(7) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/ALTSA/resources\">DSHS Aging and long-term supports respite care</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29a83ec58f53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a68d6874"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(8) > a",
            "html": "<a href=\"https://retirementconnection.com/\">Retirement Connection</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16da89cb61a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-87b0f09d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://retirementconnection.com/\">Retirement Connection</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86cbcfaec79c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a[href$=\"altsa\"]",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa\">DSHS Aging and long-term supports administration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c669eaf89d60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dd3d0cdc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(3) > a",
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">APH VisionAware</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78930fca6e6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23c445bd"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21cbe2e25a79",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 653,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1117,
          "failed": 20,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "e5fb2b5c6e9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a35fde2dc46",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df5b72e595fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a3c433fd1ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78218656f454",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ee861e9e1eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65c29e52bfed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fdf1f1cbebe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53e450f080f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://visionaware.org/emotional-support/for-family-and-friends/guidance-for-caregivers-of-individuals-who-are-blind-or-visually-impaired/resource-list-for-caregivers-of-individuals-with-vision-loss/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29d5178a759d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-39f80602"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.caregiveraction.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a57f114eede",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8136d10"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.agingkingcounty.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8f1a7b9a686",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70a94cde"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.agingkingcounty.org/help-information/caregiver-support/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afb7413b88d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-086ed7aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://washingtoncommunitylivingconnections.org/consite/index.php\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f15bd87b68f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-08869e18"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1795c1b74512",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a10b942"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/ALTSA/resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "342c3ed38957",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-99b01386"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://retirementconnection.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a828a84fd244",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f31373b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://retirementconnection.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3357b345705a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01753443"
          }
        ],
        "outcomeCount": 1137,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/creating-disability-friendly-spaces",
      "finalUrl": "https://wa.gov/people-with-disabilities/creating-disability-friendly-spaces",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8012,
      "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": 632,
          "failed": 20,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16e1b4e25aca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81e8b5d9b5d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">What is blindness and low vision? | National Technical Assistance Center (msstate.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee7ab2126b59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://youth.gov/youth-topics/inclusion-and-accessibility\">Inclusion and Accessibility | Youth.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1567880e6720",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.perkins.org/blind-etiquette-six-ways-to-be-considerate-when-interacting-with-people-with-visual-impairments/\">Blindness etiquette</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e956d968cea5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ced22a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.dol.gov/sites/dolgov/files/odep/pdf/faestrategies.pdf\">Employment Strategies: A Framework for Disability Inclusion</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e085fd686a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-604ac65b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(5) > a",
            "html": "<a href=\"https://dequeuniversity.com/curriculum/packages/customer-service\">Customer Service for People with Disabilities Curriculum Package | Curriculum Packages</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "239778d680f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6034271"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(6) > a",
            "html": "<a href=\"https://www.washington.edu/doit/what-difference-between-accessible-usable-and-universal-design\">What is the difference between accessible, usable, and universal design? | DO-IT (washington.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be032007d477",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1295a566"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(7) > a",
            "html": "<a href=\"https://www.washington.edu/doit/equal-access-universal-design-physical-spaces\">Equal Access: Universal Design of Physical Spaces | DO-IT (washington.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e5e4a2d7b48",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a68d6874"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(8) > a",
            "html": "<a href=\"https://www.cdc.gov/ncbddd/disabilityandhealth/disability-strategies.html#:~:text=Accessibility,by%20people%20of%20all%20abilities.\">Disability and Health Inclusion Strategies | CDC</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9aef8d0a952",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-87b0f09d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(9) > a",
            "html": "<a href=\"https://nwadacenter.org/toolkit/accessibility-requirements-state-building-codes-washington-oregon-idaho-and-alaska\">Accessibility Requirements in WA State Building Codes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f050f1f19d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d68199d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li > a",
            "html": "<a href=\"https://oah.wa.gov/Portals/0/Content%20Area%20Documents/SR%20TRAINING%20-%20Communicating%20With%20and%20About%20People%20with%20Disabilities.pdf\">Communicating With and About People with Disabilities (wa.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "134dd07efac1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-acbb88f7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">Guide to Service Animals and Washington State Law </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d74f8117dc3e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e088635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">ADA Service Animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de1a892ddd6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdf6512a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(3) > a",
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">WA State Laws – Washington State Service Dog Association</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8433b5a53585",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40d840de"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">GDB – Access Letter to businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25c2c9e2fb2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03ca0d0f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(1) > a",
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">What is Orientation and Mobility?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c68e86a6f41a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b828e7e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">Assisting Blind Individuals: Guidelines for Eye Health Workers and Other Helpers - PMC (nih.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "691f06f76c55",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be1ab8fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">Light House Guild - Guide Technique video</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2417ecd30d17",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5ea7e44"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d049a8a48b79",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 696,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 20
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1257,
          "failed": 26,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "1c04452c909c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "588e1ef2dd60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb8355ff2a7e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b85e64219716",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7100137aadad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa3c23d2ec45",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a05b8355eaff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebf7b2ebbcac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e4bc1ccf94c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1111361719f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8da02ed9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://youth.gov/youth-topics/inclusion-and-accessibility\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e03d08f6edb7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c36780b5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.perkins.org/blind-etiquette-six-ways-to-be-considerate-when-interacting-with-people-with-visual-impairments/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0433355a9c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9caec78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.gov/sites/dolgov/files/odep/pdf/faestrategies.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee7266e90b74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-278ed1a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dequeuniversity.com/curriculum/packages/customer-service\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "989bd44f775a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-57dd5c2a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washington.edu/doit/what-difference-between-accessible-usable-and-universal-design\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02a4e9a6830b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1317c9fe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washington.edu/doit/equal-access-universal-design-physical-spaces\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef515968753d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-46c68883"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cdc.gov/ncbddd/disabilityandhealth/disability-strategies.html#:~:text=Accessibility,by%20people%20of%20all%20abilities.\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6ca43fe4533",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8cb61a6d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nwadacenter.org/toolkit/accessibility-requirements-state-building-codes-washington-oregon-idaho-and-alaska\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acd38b9cae34",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d4e097fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://oah.wa.gov/Portals/0/Content%20Area%20Documents/SR%20TRAINING%20-%20Communicating%20With%20and%20About%20People%20with%20Disabilities.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5825e9fff8a2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2cfd581c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa06d64a8e46",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af5cd870"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c564e91863c9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9c7986d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "484e91300007",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce2e4a28"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5bbd4c7630",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d9721d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a69ecb35ca31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01753443"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75d03cc7e3e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-748cc10e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d18d01f83bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35f6ad10"
          }
        ],
        "outcomeCount": 1287,
        "uniqueFailedCount": 26,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/general-blindness-considerations",
      "finalUrl": "https://wa.gov/people-with-disabilities/general-blindness-considerations",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7365,
      "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": 570,
          "failed": 10,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "714cdf074e08",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8771a8128761",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">What is blindness and low vision? | National Technical Assistance Center (msstate.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56c00cbea6d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://youth.gov/youth-topics/inclusion-and-accessibility\">Inclusion and Accessibility | Youth.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90fbb30bafd5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"icanconnect.org/\"]",
            "html": "<a href=\"https://www.icanconnect.org/\">iCanConnect</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fd7f3dd0b63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d86b686"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.helenkeller.org/hknc/northwestern-region\">HKNC: Northwest Region</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41de7dce0912",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.helenkeller.org/hknc/publications\">Zoom video conferencing for DeafBlind individuals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "498ef67976a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23c445bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.helenkeller.org/hknc/covid-19-communication-guidelines\">Communication strategies for people who are DeafBlind during a pandemic</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "970c10b2be16",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ccbade1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nfadb.org/\"]",
            "html": "<a href=\"https://www.nfadb.org/\">National Association for DeafBlind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96957ebe7ada",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c601c21"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "414074c4ce60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 624,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1053,
          "failed": 16,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "1b313281b060",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca35b9fb0641",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "614c7c0f949f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "538e6257f673",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ccacd76d8cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ad9ca240b4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5ef8bb962c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce131411275c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e5e021d5d87",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ccc8aee5f64",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8da02ed9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://youth.gov/youth-topics/inclusion-and-accessibility\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b465a963e6b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c36780b5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.icanconnect.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "257963e74a75",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6863da10"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.helenkeller.org/hknc/northwestern-region\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6d8b0631b22",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ab3b463"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.helenkeller.org/hknc/publications\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbfdad3d4e9e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dfc01856"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.helenkeller.org/hknc/covid-19-communication-guidelines\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bee77df5ad0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1fdc50"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.nfadb.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45c5f89c49c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5d7e2d60"
          }
        ],
        "outcomeCount": 1069,
        "uniqueFailedCount": 16,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/getting-what-you-need",
      "finalUrl": "https://wa.gov/people-with-disabilities/getting-what-you-need",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8389,
      "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": 761,
          "failed": 37,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4de33ea5a76b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8109a863d0dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"dsb.wa.gov/\"]",
            "html": "<a href=\"https://dsb.wa.gov/\">Home | DSB - WA Dept of Services for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13c540b8232d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e9e68d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.helenkeller.org/hknc/northwestern-region\">HKNC: Northwest Region</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ff5d1df1e8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wssb.wa.gov/\"]",
            "html": "<a href=\"https://www.wssb.wa.gov/\">Home | Washington State School for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "375a38e3679b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d40f94c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"birthtothree.org/\"]",
            "html": "<a href=\"https://www.birthtothree.org/\">Birth to Three Developmental Center</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "645795a32c75",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e857944f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"uwctds.washington.edu/\"]",
            "html": "<a href=\"https://uwctds.washington.edu/\">Center for Technology and Disabilities Studies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd7b01f1c35b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1f9c2c5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vicyakima.org/\"]",
            "html": "<a href=\"https://www.vicyakima.org/\">Vision for Independence Center – Yakima</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1249dad6a931",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1739fefd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(7) > a",
            "html": "<a href=\"https://hopevisionfoundation.org/\">Hope Vision Foundation – Tacoma</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8b6cbb3800a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a68d6874"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"lilacblind.org/\"]",
            "html": "<a href=\"https://www.lilacblind.org/\">Lilac Services for the Blind – Spokane and Wenatchee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd53dc8cdb87",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c385b46"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li > a",
            "html": "<a href=\"https://lhblind.org/wp-content/uploads/2020/06/LVS-Blind-Low-Vision-Support-Groups.pdf\">Support groups for the Greater Puget Sound area</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b97986db4795",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d70dadeb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(7) > li:nth-child(1) > a",
            "html": "<a href=\"https://nwaba.org/programs/camp-spark/\">Northwest Association for Blind Athletes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc9184fa215d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5ce0cb62"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(7) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.parasportspokane.org/sports.html\">ParaSport Spokane</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad8a95f7dd97",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36a4c355"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(7) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.parasportspokane.org/sports.html\">Outdoors for All</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19f60bb45197",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7a24c7a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.wssb.wa.gov/services/lions-low-vision-clinic\">Vancouver WA - Lions Low Vision Clinic</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70071e91ce26",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-438b0653"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(2) > a",
            "html": "<a href=\"https://edithbishelcenter.org/services/optometric-low-vision-examinations.html\">Kennewick – Edith Bishel Center</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0a2eb752a33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3cd6d83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(12) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.ssa.gov/disability/\">Social Security Benefits for People with Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32585639a827",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3a89036"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(12) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.washingtonstateable.com/\">Washington State ABLE Savings Plan</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56bffb902445",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bb29d960"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(14) > li:nth-child(1) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/wic\">WIC Nutrition Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba25082cadbf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7367e64b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(14) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/state-food-assistance-program-fap\">Food Assistance Program (FAP)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bc9f7c10505",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1458d2f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(14) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/basic-food\">Supplemental Nutrition Assistance Program (SNAP) or Basic Food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e0ff148fe2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-31cf408b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"feedingamerica.org/\"]",
            "html": "<a href=\"http://www.feedingamerica.org/\">Feeding America</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a33476101782",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-57b9dbf9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hud.gov/\"]",
            "html": "<a href=\"https://www.hud.gov/\">HUD</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99599a1b5d10",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4f9feb6c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(16) > li:nth-child(2) > a",
            "html": "<a href=\"https://washingtoncommunitylivingconnections.org/consite/index.php\">Community Living Connections</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d963aa6085fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcabff92"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(16) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/housing-assistance\">DSHS Housing Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "234f904b8692",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51be2d5e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.seattlehousing.org/\">Seattle Housing Authority</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5dc1a1bed0a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2974362"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vhausa.org/\"]",
            "html": "<a href=\"https://vhausa.org/\">Vancouver Housing Authority</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1498768de46",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1116aed"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kcha.org/\"]",
            "html": "<a href=\"https://www.kcha.org/\">King County Housing Authority</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a6c8385aad4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bcc9ac90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(4) > a",
            "html": "<a href=\"https://www.spokanehousing.org/\">Spokane Housing Authority</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f42fe9a92a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae362192"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(18) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/prescription-drug-program\">Washington Prescription Drug Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48c2ad67fd24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab5c502b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(18) > li:nth-child(2) > a",
            "html": "<a href=\"https://prescriptiondrugassistance.org/\">Prescription Drug Assistance Foundation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc75c0e91841",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-63587824"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(20) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage/aged-blind-or-disabled\">Apple Health</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9def1ffd591c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-055bd919"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(20) > li:nth-child(2) > a:nth-child(1)",
            "html": "<a href=\"https://www.insurance.wa.gov/statewide-health-insurance-benefits-advisors-shiba\">Statewide Health Insurance Benefits Advisors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04dd4ec14704",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-33138f36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(20) > li:nth-child(2) > a:nth-child(2)",
            "html": "<a href=\"https://www.insurance.wa.gov/get-free-unbiased-medicare-counseling-your-area\">Offers free Medicare counseling.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "457f0e34cbdf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4c3db75b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(22) > li:nth-child(1) > a",
            "html": "<a href=\"https://retirementconnection.com/\">Retirement Connection</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bd6883b502a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c37fadb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(22) > li:nth-child(2) > a",
            "html": "<a href=\"https://storemultisites.blob.core.windows.net/media/DIN/DIN%20Documents/DIN_Resources/Mental%20Health%20and%20Community%20Resources%20Guide.pdf\">Mental Health and Community Resources Guide.pdf (windows.net)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28fc341d84bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71b030dc"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "136a586b40bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 842,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 37
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1616,
          "failed": 43,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "95f0c42396ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ac8a0d124da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b45eb3f3f06",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1047debd66d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "699f285a1b90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "697c2000dd51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99c1c5d440ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b824136418",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "666d5ee7e0f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dsb.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c192116038f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c2c19f2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.helenkeller.org/hknc/northwestern-region\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12c50ac687b1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ab3b463"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wssb.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7948615af26c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0b9807be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.birthtothree.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79ab2a0a559a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-296e93cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://uwctds.washington.edu/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6d0d900ac0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1309f494"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.vicyakima.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb025f101acb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86eee888"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://hopevisionfoundation.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57b029e0bb79",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-beed4bf8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lilacblind.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f369bb683a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-62a62fd6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lhblind.org/wp-content/uploads/2020/06/LVS-Blind-Low-Vision-Support-Groups.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4598db1cecea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b16a129"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nwaba.org/programs/camp-spark/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aabce5795afd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7273a386"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.parasportspokane.org/sports.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7087d47a08c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6882e11f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.parasportspokane.org/sports.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wssb.wa.gov/services/lions-low-vision-clinic\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98252c7125d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdb2b0f5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://edithbishelcenter.org/services/optometric-low-vision-examinations.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a8cc76899a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-956b8021"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ssa.gov/disability/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bebe827b890",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a12f56c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washingtonstateable.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7f60997fc14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e47f7259"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/wic\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b96404ace36",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9acffb87"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/state-food-assistance-program-fap\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b61560269f38",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-050ae104"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/basic-food\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e1f65951d24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-335538fb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.feedingamerica.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2023fd5a075e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f0e45e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hud.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9a2427e9a2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-473da42d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://washingtoncommunitylivingconnections.org/consite/index.php\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e75293c484c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-08869e18"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/housing-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c625cdb9d589",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aeb24ab4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.seattlehousing.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34fcdc90b387",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f0f09455"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://vhausa.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e96eba4fb761",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc08d742"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.kcha.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a04a37ec3553",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7bf27405"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.spokanehousing.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bceb2a39b06b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3158198"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/prescription-drug-program\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc1983c7d935",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab28a31b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://prescriptiondrugassistance.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ef4e0c774c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec1ca010"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage/aged-blind-or-disabled\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe18e2c260a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-54986db1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/statewide-health-insurance-benefits-advisors-shiba\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "150464d87358",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c0ca3cb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/get-free-unbiased-medicare-counseling-your-area\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a896e639b9fe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e198d2c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://retirementconnection.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75a261c0a37f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f31373b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://storemultisites.blob.core.windows.net/media/DIN/DIN%20Documents/DIN_Resources/Mental%20Health%20and%20Community%20Resources%20Guide.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7186bb71f1d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2e953f70"
          }
        ],
        "outcomeCount": 1661,
        "uniqueFailedCount": 42,
        "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://wa.gov/people-with-disabilities/human-relations",
      "finalUrl": "https://wa.gov/people-with-disabilities/human-relations",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7957,
      "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": 659,
          "failed": 25,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63fb3bfc47c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4de30f62cd38",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-types-of-jobs\">What types of jobs can people who are blind or have low vision do? | National Technical Assistance Center (msstate.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d7ee91129b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/why-hire-workers\">Why hire workers who are blind or have low vision? | National Technical Assistance Center (msstate.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c78b3d22748",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">Blindness and Low Vision basic information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "643e12e70685",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ced22a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-are-legal-requirements\">Legal requirements for hiring someone who is Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a23c58703fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-604ac65b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(5) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/how-can-we-accommodate\">Accommodating visual impairments during the employee selection process</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d040b6f4f49",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6034271"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(6) > a",
            "html": "<a href=\"https://apse.org/events-learning/online-learning/businesses/\">Training for Businesses - Association of People Supporting Employment First (apse.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "289c59a25038",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1295a566"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(7) > a",
            "html": "<a href=\"https://www.opm.gov/policy-data-oversight/disability-employment/\">Disability Employment (opm.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ff7d7d64da8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a68d6874"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://adata.org/factsheet/reasonable-accommodations-workplace\">Reasonable Accommodations in the Workplace</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "601c3526f081",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/how-can-we-accommodate\">How can we accommodate visual impairments in the workplace? | National Technical Assistance Center (msstate.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0edf19590925",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"soar.cfm\"]",
            "html": "<a href=\"https://askjan.org/soar.cfm\">Accommodation Search (askjan.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549ff5e14c6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f4b77100"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">Blindness and Low vision basic information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e194003603e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-879a05eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/how-can-i-help\">How can I help an employee who is experiencing Blindness?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3dac6b979c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0457a2af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.blind.msstate.edu/sites/www.blind.msstate.edu/files/2022-05/Human%20resources%20guide%20for%20working%20with%20employess%20experiencing%20vision%20loss.pdf\">Mississippi State University - HR Guide for working with employees who are experiencing vision loss</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74e460326b29",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25c1d0d8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/understanding-how-blind-workers-perform\">Understanding How Blind Workers Perform Job-Related Tasks | National Technical Assistance Center (msstate.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8736a283da33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6d65a6cb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(5) > a",
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/faq-inquiring-minds\">FAQ: Inquiring Minds Video Series | National Technical Assistance Center (msstate.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21a75ff7a0c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f8f1ff35"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">Guide to Service Animals and Washington State Law </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06d53ff5beb9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e088635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">ADA Service Animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e123b3f0f96a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdf6512a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(3) > a",
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">WA State Laws – Washington State Service Dog Association</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6ac8acf0dbd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40d840de"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(3) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">GDB – Access Letter to businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "584f4ca1f475",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03ca0d0f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(1) > a",
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">What is Orientation and Mobility?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "509962196022",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b828e7e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">Assisting Blind Individuals: Guidelines for Eye Health Workers and Other Helpers - PMC (nih.gov)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5992160a49a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be1ab8fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(5) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">Light House Guild - Guide Technique video</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesemployerbizagency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69a93196ff98",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5ea7e44"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab2595ab601c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 728,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1349,
          "failed": 31,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "e4c1c0014ffa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2159e72470e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8e036bb4d92",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5ab1aeb5ac7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c03b7382e6e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57d2b9743b2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db896acc8821",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "912c919a0dc5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49a480a8f150",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-types-of-jobs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c04172b19ffc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d83eac89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/why-hire-workers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26f2a0946766",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ac21e31"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d252fa2ee94",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8da02ed9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-are-legal-requirements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1956a67adf78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5574db4c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/how-can-we-accommodate\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d9d13c5e6b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ba77c286"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://apse.org/events-learning/online-learning/businesses/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dab33f01f4af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fccca9e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.opm.gov/policy-data-oversight/disability-employment/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3658a16d1620",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bcf08551"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://adata.org/factsheet/reasonable-accommodations-workplace\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf89c8cf5f3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a27c6518"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/how-can-we-accommodate\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://askjan.org/soar.cfm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cfffb5f97db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51e545f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/what-is\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/how-can-i-help\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eca2f41a123",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-31d7fb8d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.blind.msstate.edu/sites/www.blind.msstate.edu/files/2022-05/Human%20resources%20guide%20for%20working%20with%20employess%20experiencing%20vision%20loss.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad485922f681",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-248f668b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/understanding-how-blind-workers-perform\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bbc39938fe5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cfec1a6f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ntac.blind.msstate.edu/businesses/faq-inquiring-minds\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2459f21c23b1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3a86b04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/sites/default/files/public/publications/Service%20Animals%20and%20the%20Washington%20Law%20Against%20Discrimination-032019.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35677dd27ecf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af5cd870"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ada.gov/service_animals_2010.htm\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02e04f0344bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9c7986d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://waservicedog.org/wa-state-laws/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff02100fdfe0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce2e4a28"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.guidedogs.com/uploads/files/2016_Service_Dog_Letter.pdf\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2abd700ea5f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d9721d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://visionaware.org/everyday-living/essential-skills/an-introduction-to-orientation-and-mobility-skills/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1f9fb0acef6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01753443"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1705868/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a703b3e15de2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-748cc10e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/watch?v=iJfxkBOekvs\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65d395f3d9b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35f6ad10"
          }
        ],
        "outcomeCount": 1383,
        "uniqueFailedCount": 29,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/rights-and-self-advocacy",
      "finalUrl": "https://wa.gov/people-with-disabilities/rights-and-self-advocacy",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8398,
      "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": 759,
          "failed": 42,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "896c4427adba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01b2658ad088",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nfbw.org/\"]",
            "html": "<a href=\"https://www.nfbw.org/\">National Federation of the Blind of Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9532ab53e51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b9d3006"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"about-us/\"]",
            "html": "<a href=\"https://wcbinfo.org/about-us/\">Washington Council of the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da36029e3c9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-14e26057"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"seattledbsc.org/\"]",
            "html": "<a href=\"https://seattledbsc.org/\">Deaf-Blind Service Center- Empowering Deaf-Blind Individuals and the Deaf-Blind Community</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27a00dcf19e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84dd67b8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(1) > a",
            "html": "<a href=\"https://acl.gov/programs/aging-and-disability-networks/state-protection-advocacy-systems\">Administration for Community Living</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0abc6845e1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b82c6a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.disabilityrightswa.org/\">Disability Rights WA</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "105f3e1aff1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a9879ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"eeoc.gov/\"]",
            "html": "<a href=\"https://www.eeoc.gov/\">Equal Employment Opportunity Commission</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edb9f4a0f837",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47dcc049"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"GCDE\"]",
            "html": "<a href=\"https://esd.wa.gov/GCDE\">Governor’s Committee on Disability Issues and Employment</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d53ec517ef1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e41de600"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(5) > a",
            "html": "<a href=\"https://www.wasilc.org/centers-for-independent-living\">Washington State Independent Living Council</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "001c3be6db9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7961fb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(6) > a",
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing/disability-access-requirements\">Washington State Human Rights Commission</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "775ca55dee9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd794f25"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"waombudsman.org/\"]",
            "html": "<a href=\"https://www.waombudsman.org/\">Washington State Long-Term Care Ombudsman</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b55752c085e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-495562cc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(7) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.transportation.gov/individuals/aviation-consumer-protection/service-animals\">USDOT Air Travel with Service Animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3106ee6c2b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5ce0cb62"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(7) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.transportation.gov/sites/dot.gov/files/2021-01/U.S.%20DOT%20Service%20Animal%20Air%20Transportation%20Form.pdf\">USDOT Service Animal Air Transportation Form</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2ea1721bb5b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36a4c355"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(7) > li:nth-child(3) > a",
            "html": "<a href=\"https://help.lyft.com/hc/en-us/all/articles/115013080048\">Lyft Service Animal Policy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb0d18e7b1a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7a24c7a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(7) > li:nth-child(4) > a",
            "html": "<a href=\"https://help.uber.com/riders/article/us-service-animal-policy-?nodeId=f7e32beb-af83-4977-8a45-b172ef99b4e5\">Uber Service Animal Policy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c1dccda399c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0df68b02"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(1) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.c-tran.com/c-tran-services/vanpool/47-c-tran-services/372-c-van-fast-facts\">Clark County - C-VAN</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30a55a9c5e4c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-26f72540"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(1) > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://kingcounty.gov/depts/transportation/metro/travel-options/accessible.aspx\">King County - Access</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7e73c587805",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-93c52b53"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"lift/\"]",
            "html": "<a href=\"https://rctransit.org/lift/\">Cowlitz County – River City LIFT</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52f0c7bf212d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-482ef486"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(1) > ul > li:nth-child(4) > a",
            "html": "<a href=\"https://www.piercetransit.org/shuttle/\">Pierce County - Shuttle</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25cb6f7300ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24422fd1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(1) > ul > li:nth-child(5) > a",
            "html": "<a href=\"https://www.spokanetransit.com/paratransit/\">Spokane Transit - Paratransit</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a810f98d812",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b0ffb74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > ul > li:nth-child(6) > a",
            "html": "<a href=\"https://everetttransit.org/205/What-is-Paratransit\">Snohomish County – Everett Transit</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9fa775eb336",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8fadeb8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > ul > li:nth-child(7) > a",
            "html": "<a href=\"https://www.intercitytransit.com/services/dial-lift\">Olympia – Intercity Transit Dial-A-Lift</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74cbece34b02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51fee7a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > ul > li:nth-child(8) > a",
            "html": "<a href=\"https://www.ridewta.com/fares-passes/fares/paratransit\">Whatcom TA - paratransit</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a215dc5e9fd4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f650e4be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > ul > li:nth-child(9) > a",
            "html": "<a href=\"https://www.bft.org/services/dial-a-ride/\">Richland - Ben Franklin Transit Dial-a-Ride</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad454673c3a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40b7ac89"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > ul > li:nth-child(10) > a",
            "html": "<a href=\"https://www.kitsaptransit.org/access-and-vanlink\">Kitsap Transit – Access and VanLink</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb5fb30bb790",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5ceef487"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.apta.com/research-technical-resources/public-transportation-links/washington/\">All Washington State transit links</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c47355b6946a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3cd6d83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(9) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.soundtransit.org/ride-with-us/know-before-you-go/transit-accessibility/accessibility-policies-practices\">King County - Sound Transit Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adcec259614c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6cc5d097"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(11) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.chpw.org/chpw-benefits-plus/free-ride/\">Community Health Plan Free Ride</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61076ed44ada",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f9572e95"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(11) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage/transportation-services-non-emergency#transportation-non-emergency\">Medical Transportation options organized by region</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e087ed125a86",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b35707f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(13) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.transportation.gov/airconsumer/passengers-disabilities\">Air Carrier Access Act</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69303999bb2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd12cb22"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(13) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.portseattle.org/sea-tac/accessibility-at-sea-tac-airport\">SEA-TAC Airport Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cccdf30944cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02835f24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(13) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.flypdx.com/Accessibility\">PDX Airport Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c8f06f50a20",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f4132cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(15) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.amtrak.com/station-accessibility\">Amtrak Train Station Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2114d071230",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d63cb09e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(15) > li:nth-child(2) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/washington-state-ferries/rider-information/first-time-riders\">First time riders</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9816eff8c28",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9be4c326"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(15) > li:nth-child(2) > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.wsdot.wa.gov/publications/fulltext/access/WSDOTCommitmenttoAccessibility.pdf#:~:text=As%20you%20make%20your%20travel%20plans%20please%20call,on%20route%20and%20time%20of%20day%20and%20year.\">Accessibility info/fare discounts/terminal overview</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea02c4f03087",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b165ea38"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(1) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.uber.com/us/en/about/accessibility/\">Accessibility main page</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8e5c5fa4318",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcf9a5a5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(1) > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://help.uber.com/riders/section/riding-with-service-animals?nodeId=a1e800a9-d568-4422-925c-453b2094634e\">Riding with service animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ef4b459547f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f618d49"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(1) > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://help.uber.com/riders/article/navigate-the-menu-with-voiceover?nodeId=310caef2-637e-480f-9190-8aa7ab3d3cf0\">Navigating Uber menu using Voiceover</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9555c5d785e4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-997c781d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(2) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://help.lyft.com/hc/e/all/articles/360045782413-Accessibility-in-the-Lyft-app-and-website#riders\">Accessibility main page</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b737b626327b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-137eb71d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(17) > li:nth-child(2) > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://help.lyft.com/hc/e/all/articles/115013080048\">Riding with service animals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d52ebe0b04a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bade866e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5af237701649",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 845,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 42
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1677,
          "failed": 48,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "6ad0ee3292ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6cf66e7e797",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61d1c292d29b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e758a0949624",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f5f1f9e884",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce94137b10de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57aebd762edb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbf8e675892f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f223954ce5a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.nfbw.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4806c6a132f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23be6f8d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wcbinfo.org/about-us/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df2f4c923b80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-529349dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://seattledbsc.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ff5bb88b8a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b4ee2caf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://acl.gov/programs/aging-and-disability-networks/state-protection-advocacy-systems\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5838b86d556f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d53b980d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.disabilityrightswa.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e43d8c5529cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c774ce6a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.eeoc.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0245e87b532e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-acb08c6e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://esd.wa.gov/GCDE\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6abcef868b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a7f79215"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wasilc.org/centers-for-independent-living\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48a66ff2e53a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc567b2c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing/disability-access-requirements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "539898725408",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-08bc5ab6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.waombudsman.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1771dd223b1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-83ede023"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.transportation.gov/individuals/aviation-consumer-protection/service-animals\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "245f32e7d160",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f1e2ea82"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.transportation.gov/sites/dot.gov/files/2021-01/U.S.%20DOT%20Service%20Animal%20Air%20Transportation%20Form.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bf46e32f7b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-55ff6b4e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://help.lyft.com/hc/en-us/all/articles/115013080048\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcaae445885d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9053eb8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://help.uber.com/riders/article/us-service-animal-policy-?nodeId=f7e32beb-af83-4977-8a45-b172ef99b4e5\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed7dec68f9f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8869369e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.c-tran.com/c-tran-services/vanpool/47-c-tran-services/372-c-van-fast-facts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f31c6085eb08",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a4779eae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://kingcounty.gov/depts/transportation/metro/travel-options/accessible.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f1308852727",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0e743284"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://rctransit.org/lift/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c95f2c1bda41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1b2b3c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.piercetransit.org/shuttle/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b18d854ab83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d1f32a99"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.spokanetransit.com/paratransit/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "170734fb66b0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c4da8f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://everetttransit.org/205/What-is-Paratransit\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c92b8ff52cab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ce9e5d0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.intercitytransit.com/services/dial-lift\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7716bfb6df03",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f02bc3dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ridewta.com/fares-passes/fares/paratransit\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b6cd9f8bd9a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5241d6a4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.bft.org/services/dial-a-ride/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "620a958a0f74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-309ecead"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.kitsaptransit.org/access-and-vanlink\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf8fead84fd3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cecee9cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.apta.com/research-technical-resources/public-transportation-links/washington/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d78d91231c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3576cf03"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.soundtransit.org/ride-with-us/know-before-you-go/transit-accessibility/accessibility-policies-practices\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c78670b5f1b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-30eb96e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.chpw.org/chpw-benefits-plus/free-ride/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b51100414725",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-191c54a8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage/transportation-services-non-emergency#transportation-non-emergency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26b09a36dfce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f1a4f2cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.transportation.gov/airconsumer/passengers-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "171154d935e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-43353c3a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.portseattle.org/sea-tac/accessibility-at-sea-tac-airport\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9be70203817",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ca64c923"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.flypdx.com/Accessibility\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f617ad322da2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9ef7f6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.amtrak.com/station-accessibility\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2905442fd25c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9b8cf53f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/washington-state-ferries/rider-information/first-time-riders\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bd4f9e59ded",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-72befb40"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wsdot.wa.gov/publications/fulltext/access/WSDOTCommitmenttoAccessibility.pdf#:~:text=As%20you%20make%20your%20travel%20plans%20please%20call,on%20route%20and%20time%20of%20day%20and%20year.\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b22c7564ef1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-92939e88"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.uber.com/us/en/about/accessibility/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b34e1b8b93d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb3f42c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://help.uber.com/riders/section/riding-with-service-animals?nodeId=a1e800a9-d568-4422-925c-453b2094634e\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6386f5007d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0446b5db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://help.uber.com/riders/article/navigate-the-menu-with-voiceover?nodeId=310caef2-637e-480f-9190-8aa7ab3d3cf0\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b23aab94ce8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d7ebbdf2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://help.lyft.com/hc/e/all/articles/360045782413-Accessibility-in-the-Lyft-app-and-website#riders\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0212b987eda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38966670"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://help.lyft.com/hc/e/all/articles/115013080048\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c16101338b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eddb8586"
          }
        ],
        "outcomeCount": 1727,
        "uniqueFailedCount": 48,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/recreation/parks",
      "finalUrl": "https://wa.gov/recreation/parks",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8767,
      "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": 973,
          "failed": 33,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ad9035191cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"recreation\"]",
            "html": "<a href=\"/recreation\">Recreation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc46399f9cb2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-556c66d4"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "278580f6801a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(1) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/AltaLake_HikingSign.jpg?itok=vKY6tLSM\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ffcafd6865a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f799aaf"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(2) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-05/lake2.jpg?itok=n-HP162X\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5e462ec4ad9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0d1c8472"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(3) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2025-10/BattleGroundLakeDockWithRocks.jpg?itok=Bmm5E6Qw\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf6ea968457e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2387c01d"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(4) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-06/BayView_Kite.jpg?itok=WPSLQj7p\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c0f74543400",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c567a203"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(5) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/BeaconRock_View4_0.jpg?itok=RFIkZln3\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d9ae649798c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f506606e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(6) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2025-12/2016%20Aerials%20006.jpg?itok=CVFwYuUF\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eb14520f860",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3dcf2bd0"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(7) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-04/DSC00103.JPG?itok=nqbzcpFx\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb8e34fcf49b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5959bfeb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(8) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/BirchBay_ChildrenBeach.jpg?itok=a5f6i0vF\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd745730f395",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0b9a2c67"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(9) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-10/Blake%20Island%20Marina%20Tillicum%20view%202_1.jpg?itok=dyFN9YSc\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f2fbca657e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-26aaffcb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(10) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-06/Blind%20island%201_0.jpg?itok=IHDFeuoz\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78d6deae7d95",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb9e64df"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(11) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-04/Bogachiel%20river%20with%20trees.jpg?itok=SdIBHEZ-\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ce87bd0c8aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-48ae0be5"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(12) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/BottleBeach_Shoreline_03.29.2023.jpg?itok=PezLeIYV\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6597ae22937f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b6c6d17"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(13) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Bridgeport_Lake.jpg?itok=dgd75FUw\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0257403c30d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da080088"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(14) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Bridle%20Trails%20Horse%20Rider2%20web.jpg?itok=yKbvhvDG\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67755dbc86f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78703a2a"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(15) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/BrooksMemorial_HikingTrail_03-02-2023.jpg?itok=5mdNA91O\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a27f7c1d3f1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0efd52b6"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(16) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/CamaBeach_Sign.jpg?itok=-sbv956m\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a3b49f60e65",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6da5a056"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(17) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/CamanoIsland_View.jpg?itok=SddIZnjv\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ea597748471",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-64616975"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(18) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/CapeDisappointment_CrashingWaves.jpg?itok=m0HEaITW\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c3bd8ac23b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4db35f83"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(19) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Clark%20Island_view%20from%20water.PNG?itok=NdjG7WnV\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ed6ca261299",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e813adab"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(20) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/ColumbiaPlateauTrail_Bridge%20%281%29.jpg?itok=AA3420-s\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e150b022e4f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f3bceb8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(21) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Conconully_Lake%20%281%29.jpg?itok=9AoDSU-Q\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf31034d9d60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e980a4af"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(22) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Crawford_GardnerCave.jpg?itok=U3nSJuZN\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b88db69c965b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-826a9780"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(23) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Curlew%20Lake%20View.jpg?itok=qO4Jqm3w\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df84b1d8ad3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7fa57994"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(24) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-04/CuttsIsland_FarView.jpg?itok=BICHT7Pm\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2384f744d93e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01cd39e8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(25) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Daroga%20Overview.jpg?itok=xRZt-NnQ\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f87cbbd497f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d835032"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(26) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-10/Dash%20Point%20sunset.jpg?itok=It44txII\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4595c50bbbb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec278ca4"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(27) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-05/Deception%20Pass%20Bridge.jpg?itok=3auilZZU\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e76822a23ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0a5307f6"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(28) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Doe%20Island_Picnic%20Table%20Overlook.PNG?itok=m9wt5UOX\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfdb6bf388eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-955b8d60"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(29) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Dosewallips_Mountains.jpg?itok=BRTU7zah\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55c11475ab2e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a054bf47"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(30) > .views-field.views-field-nothing > .field-content > .park-card > a > img",
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/DougsBeach_PicnicTable_06-15-2015.jpg?itok=xiDA7ycC\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff4c057a54b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-181ab94c"
          }
        ],
        "outcomeCount": 1050,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2041,
          "failed": 73,
          "cantTell": 36,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "49280b206a2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86c40eb30785",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_z79KU7pesXcAp9u2VkN25HA0vAhOOebWyhdMc0dR6uQ.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCE3fiTLHyRBtY0FOFnefm67dlWrrX8s4I4THA6gCuzgq5FAcjPmkYpdoAL7bAKRirJvLnhmJBsYfIrcS3jHZuLyXl0yBZ9PokfGurzhTnrQFQrYXySm-g_vRTCeIaESOx8jcUKq9hFNM1NVqMmk4GIXpeKUKMuPiEncm8_BC_wx7hPh1n_vnIew30FoTPQUTzuESyofCZOsWEz2B3V1CSXSBnxYqhApmzKW8vZ2jin6pmMbwyCNquAGrkDt9iWfHp59Zo4znhth1Y_UuxPSG_CMslqsqEYOUSj24ozZEHax13cqlHoGs_uFNtcrbm4dPwbYXiunDQX1FDLF8zfkEv3f\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25cce8a11d8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da15542e"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCE3fiTLHyRBtY0FOFnefm67dlWrrX8s4I4THA6gCuzgq5FAcjPmkYpdoAL7bAKRirJvLnhmJBsYfIrcS3jHZuLyXl0yBZ9PokfGurzhTnrQFQrYXySm-g_vRTCeIaESOx8jcUKq9hFNM1NVqMmk4GIXpeKUKMuPiEncm8_BC_wx7hPh1n_vnIew30FoTPQUTzuESyofCZOsWEz2B3V1CSXSBnxYqhApmzKW8vZ2jin6pmMbwyCNquAGrkDt9iWfHp59Zo4znhth1Y_UuxPSG_CMslqsqEYOUSj24ozZEHax13cqlHoGs_uFNtcrbm4dPwbYXiunDQX1FDLF8zfkEv3f\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3616d0d2ef71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f749509"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2be3be119c0d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26d4ae9a25ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "306bcc6eb011",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5c3a8e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9171e841a679",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b42f02d701e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/recreation\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaa05c9e2a8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-108a4fac"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form data-once=\"befSingleCheckboxFix\" accept-charset=\"UTF-8\" id=\"views-exposed-form-parks-block-1\" method=\"get\" action=\"/recreation/parks\" data-drupal-selector=\"views-exposed-form-parks-block-1\" class=\"views-exposed-form bef-exposed-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f183b803d0ff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1837e718"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a1a66e15fec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-764290d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67ac6293238a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e733f6e7"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/AltaLake_HikingSign.jpg?itok=vKY6tLSM\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3e04aa148a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d83c113"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Alta Lake State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3efc4a228c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-472ef75b"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-05/lake2.jpg?itok=n-HP162X\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bae10c5b0a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5e95638"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Anderson Lake State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2025-10/BattleGroundLakeDockWithRocks.jpg?itok=Bmm5E6Qw\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50e8c5c398dc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b2aebe76"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Battle Ground Lake State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-06/BayView_Kite.jpg?itok=WPSLQj7p\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45d11897c511",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2933e8c5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Bay View State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/BeaconRock_View4_0.jpg?itok=RFIkZln3\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02c213f46853",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-74eaafc3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Beacon Rock State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2025-12/2016%20Aerials%20006.jpg?itok=CVFwYuUF\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf96cb49c5bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aee6bd94"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Beebe Bridge State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-04/DSC00103.JPG?itok=nqbzcpFx\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a98ce7aec313",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ad9c8bf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Belfair State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/BirchBay_ChildrenBeach.jpg?itok=a5f6i0vF\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4263303d7d59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-77c8644c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Birch Bay State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-10/Blake%20Island%20Marina%20Tillicum%20view%202_1.jpg?itok=dyFN9YSc\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c88a16dc1de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-afd9964c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Blake Island Marine State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-06/Blind%20island%201_0.jpg?itok=IHDFeuoz\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b9534886355",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3fa61a04"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Blind Island Marine State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-04/Bogachiel%20river%20with%20trees.jpg?itok=SdIBHEZ-\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34018a20963f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1d3cd517"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Bogachiel State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/BottleBeach_Shoreline_03.29.2023.jpg?itok=PezLeIYV\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31b49b992c39",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c48d4fc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Bottle Beach State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Bridgeport_Lake.jpg?itok=dgd75FUw\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1487be4660df",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15c556bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Bridgeport State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Bridle%20Trails%20Horse%20Rider2%20web.jpg?itok=yKbvhvDG\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec97e73eacac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65b40826"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Bridle Trails State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/BrooksMemorial_HikingTrail_03-02-2023.jpg?itok=5mdNA91O\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4291f08a1153",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2297d491"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Brooks Memorial State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/CamaBeach_Sign.jpg?itok=-sbv956m\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83c33a5bef3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b629440"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Cama Beach Historical State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/CamanoIsland_View.jpg?itok=SddIZnjv\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b35ead7e74e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-361abd40"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Camano Island State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/CapeDisappointment_CrashingWaves.jpg?itok=m0HEaITW\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31e0e25b48de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6655bd5d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Cape Disappointment State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Clark%20Island_view%20from%20water.PNG?itok=NdjG7WnV\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cff366a0987",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a905a9c9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Clark Island Marine State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/ColumbiaPlateauTrail_Bridge%20%281%29.jpg?itok=AA3420-s\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2845169cb5c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f399f668"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Columbia Plateau State Park Trail' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Conconully_Lake%20%281%29.jpg?itok=9AoDSU-Q\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1ba2234500c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da191bbb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Conconully State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-02/Crawford_GardnerCave.jpg?itok=U3nSJuZN\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4d514f6a594",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-092ea6a9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Crawford State Park Heritage Site' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Curlew%20Lake%20View.jpg?itok=qO4Jqm3w\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf3fed2b33b1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2617b316"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Curlew Lake State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-04/CuttsIsland_FarView.jpg?itok=BICHT7Pm\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5423f9c6dcc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-14289097"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Cutts Island Marine State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Daroga%20Overview.jpg?itok=xRZt-NnQ\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c022c3dac395",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f24b84e8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Daroga State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-10/Dash%20Point%20sunset.jpg?itok=It44txII\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01f50742c641",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c3f506"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Dash Point State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-05/Deception%20Pass%20Bridge.jpg?itok=3auilZZU\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bde26bb65e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cca5bcab"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Deception Pass State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Doe%20Island_Picnic%20Table%20Overlook.PNG?itok=m9wt5UOX\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2255aaf81f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fe5d6ef0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Doe Island Marine State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/Dosewallips_Mountains.jpg?itok=BRTU7zah\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f72ee66309",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f39efb01"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Dosewallips State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://parks.wa.gov/sites/default/files/styles/square_600/public/2023-03/DougsBeach_PicnicTable_06-15-2015.jpg?itok=xiDA7ycC\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c66da8dab5d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49002cdb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"park-name\">",
            "message": "Confirm this text 'Doug's Beach State Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2114,
        "uniqueFailedCount": 44,
        "duplicateFailedCount": 29,
        "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": 29
    },
    {
      "submittedUrl": "https://wa.gov/work/professional-licenses",
      "finalUrl": "https://wa.gov/work/professional-licenses",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 18133,
      "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": 2626,
          "failed": 252,
          "cantTell": 5,
          "inapplicable": 38
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "select-name",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e619e4de7f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"work\"]",
            "html": "<a href=\"/work\">Work</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38b8ac13cd03",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ac8cf84f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(2) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/acupuncture-and-eastern-medicine-practitioner\">Acupuncture and Eastern Medicine Practitioners</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dca086845f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-39462623"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(3) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/acute-care\">Acute Care Hospitals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17f596bb0892",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fad020a5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(4) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://nursing.wa.gov/licensing/apply-license/arnp-license\">Advanced Registered Nurse Practitioners (ARNP)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "148ae2acf868",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb206aca"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(5) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/agpermit.html\">Agricultural driver permits under 18 years old</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c52ad82c6017",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ca51a8cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(6) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation/pilots-aircraft/register-aircraft/aircraft-dealer-license-forms\">Aircraft Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43f76af520cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0e3340bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(7) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/ftaircraft.html\">Aircraft Fuel Distributors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4759c3de7eb4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2edf39df"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(8) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation/pilots-aircraft/register-aircraft\">Aircraft Registration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23f53ed63e2b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3cdf9226"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(9) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/private-alcohol-and-chemical-dependency-hospitals\">Alcohol and Chemical Dependency Hospitals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e568ecc481e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-564d015f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(10) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/amateursanction.html\">Amateur Mixed Martial Arts Sanctioning Organizations</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a1302f5d561",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36ae4748"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(11) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/amateurtraining.html\">Amateur Mixed Martial Arts Training Facilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d7f6ff0164",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-568ca7ec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(12) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/ambulatory-surgical-facilities\">Ambulatory Surgical Facilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "603aa9e6472c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f7f67dbf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(13) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/amusement-ride-safety-permits-and-inspections/#amusement-ride-inspector-certification\">Amusement Ride Inspectors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b882fb0d944e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0214a91a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(14) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/animal-massage\">Animal Massage Therapists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c607022d0442",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-76cb1a74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(15) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/announcer.html\">Announcers: Boxing, Wrestling, and Martial Arts)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09e01560edcb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a52f5b66"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(16) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/appraisal-management-companies\">Appraisal management companies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "568580c4b9f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59df62aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(17) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/appraisers/\">Appraisers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a9557ba41c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-28502916"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(18) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/apprenticeship/apprenticeship-registration-and-tracking-system\">Apprenticeships</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "657249ac6ecd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6266314e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(19) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/architects/\">Architects</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c20f4d92c23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c4a015c1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(20) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/asbestos-certification\">Asbestos Removal</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b91bad2187ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-049d6532"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(21) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/athletic-trainer\">Athletic Trainers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b7614c4745a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c109ff95"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(22) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/auctioneers/\">Auctioneers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0ee344a7e54",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44f3ed1b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(23) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/audiologist\">Audiologists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7dfacbceea0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3833055"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(25) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/bailbonds/\">Bail Bonds</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bf2715b05f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a2ec942"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(26) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Regulations-Permits/Guidance-technical-assistance/Dangerous-waste-guidance/Common-dangerous-waste/Batteries\">Batteries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a8504cb1c7b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdacedc4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(27) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/\">Beauty Salons</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e393a5e694a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bb18977"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(28) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/birthing-childbirth-centers\">Birthing/Childbirth Centers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f77106e4b914",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5fca3425"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(29) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/boats.html\">Boats</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7af45a717578",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d24534c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(30) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/run-business/renew-your-business-license\">Business License</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "204b459c1a7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8cb48bf2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(31) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://secure.dor.wa.gov/home/Login\">Business Licensing Service</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52deb6f8b257",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-77794e34"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(33) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/camping-resort-companies\">Camping Resorts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fa8a48bae69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f742ce13"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(34) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lcb.wa.gov/cannabis-license/cannabis-licensing\">Cannabis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e7bd4aa1d14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71f52000"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(35) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/cardiovascular-invasive-specialist\">Cardiovascular Invasive Specialists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fdae609c18a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-524b4cce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(36) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/cemeteries\">Cemeteries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "573e93623b59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bd2cb81"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(37) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/certified-counselor\">Certified Counselor</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de0baf60233",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ce0eef1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(38) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.courts.wa.gov/guardianportal/cpg/application/index.cfm?fa=application.step1&amp;t=g\">Certified Professional Guardian</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9322931bb441",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6502208b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(39) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://acb.wa.gov/firm-licensing\">Certified Public Accountant Firms</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd6c681833e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f3d6762"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(40) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://acb.wa.gov/individual-licensing\">Certified Public Accountants (CPA)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0457a862a42",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a28c642e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(41) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/charter-boats\">Charter Boats</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "013bc769b28b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f56dede8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(42) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dfi.wa.gov/check-cashers\">Check Cashers and Sellers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b725e3c53c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0e3c2b23"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(43) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/early-learning-providers/licensed-provider\">Child Care &amp; Early Learning Providers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a1efe59c200",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9cbb095d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(44) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/chiropractor-chiropractic-x-ray-technician\">Chiropractors and Chiropractice X-Ray Technicians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "548540b098e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-17581c0d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(45) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/cigarette-tobacco-and-vapor\">Cigarette, Tobacco, and Vapor</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc6e57200557",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1382963e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(46) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/city-license-endorsements\">City Endorsements</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afa427fb0646",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2f6a67a4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(47) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/collectionagency/\">Collection Agencies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db16af78aa0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5c0e7efc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(48) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/\">Combative Sports</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e66969166f51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec317c5c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(49) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.lni.wa.gov/licensing-permits/plumbing/plumber-certification/combination-plumber-electrician\">Combination Plumbers and Electricians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aacbf7e07af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c300f405"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(50) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdl.html\">Commercial Driver License (CDL)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a08d2b8a3b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cfc340b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(51) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/shellfish/commercial-shellfish\">Commercial Shellfish</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97631d2422c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0fcbcb50"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(52) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wdfw.wa.gov/licenses/commercial\">Commerical Fishing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5ac9ad5452e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aefee8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(53) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdlcdip.html\">Commerical Learner's Permit (CLP)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1406563295ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb5f853f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(54) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/firearms/faconceal.html\">Concealed Pistols</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac99abf865c9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-12f09293"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(55) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/contractors/register-as-a-contractor/\">Construction Contractors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecfcd7c469ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf7a69d3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(56) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"http://www.dfi.wa.gov/cs/loan.htm\">Consumer Loan Companies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcd8b1067380",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-42b7104f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(57) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.sos.wa.gov/corporations-charities\">Corporations and Charities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f332993b5af4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52efca2a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(58) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/\">Cosmetologists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "779ecf393d91",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b2e33e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(59) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/instructor_license.html\">Cosmetology Instructors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac043ee2a1f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6131c86"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(60) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/courtreporters/\">Court Reporters</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cef7f27280ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cc08f538"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(62) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dental-hygienist\">Dental Hygienists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5d891b780b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d8fac89b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(63) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dentist\">Dentists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aac9c0425e39",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c4e70156"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(64) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/denturist\">Denturists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bf22355bb47",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80be6a41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(65) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dietitian-and-nutritionist\">Dietitians and Nutritionists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b92b07393d04",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b4a23e58"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(66) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/parking.html\">Disabled Parking</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7280ec2e2a1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a54e0d54"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(67) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dispensing-optician\">Dispensing Opticians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7e3fc325b9e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e8dfa04"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(68) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/drivertraining/dtinstructor.html\">Driver Training School Instructors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c946a4078705",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ed82b10f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(69) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/drivertraining/dtschool.html\">Driver Training Schools</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "571b7f509544",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3703baf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(70) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/gettingalicense.html\">Drivers License</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1364f9b0af5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-567cab2c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(71) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/drug-lab-cleanup-certification\">Drug Lab Cleanup Certification</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "060a5600c40c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ba326d0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(73) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/egg-handlerdealer\">Egg Handler/Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4efe7ca1e64a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-687adf29"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(74) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrical-administrator\">Electrical Administrators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9977c89be4c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4b07a84"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(75) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrical-contractor\">Electrical Contractors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "395201ff594b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fe97021c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(76) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrical-trainee\">Electrical Trainees</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88d58292049a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-873d7020"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(77) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrician\">Electricians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11e2cd3a8b2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7b4e54f5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(78) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/elevators/contractors-service-companies\">Elevator Contractors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "545fb39d79e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-545dd6e8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(79) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/elevators/mechanics-helpers/\">Elevator Mechanics</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9c8571b99d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b429158"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(80) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/embalmers\">Embalmers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c700f8b5b1c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8fff3a3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(81) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/emergency-medical-services-ems-provider/licensing-information\">Emergency Medical Services (EMS) Provider</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70c1faa60d14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f74f176"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(82) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/employmentagency/\">Employment Agencies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2879dfde318c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15f19754"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(83) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/employmentagency/empservice.html\">Employment Directory Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df9a15115ade",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d26df4e8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(84) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-agency-and-vehicle-licensing-and-verification\">EMS Agency and Vehicle Licensing and Verification</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "463b61dce8e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9982185"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(85) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/ems-agency-and-vehicle-licensing-and-verification\">EMS Aid and Ambulance Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "304c28e34cab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5fb3c57"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(86) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-education-and-training\">EMS Education and Training</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ba52be2aa1f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cca936a1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(87) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-education-and-training/ems-evaluator-information\">EMS Evaluators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c671bcc9401",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-528d5242"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(88) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/edl.html\">Enhanced Driver License/ID Card - ELD/EID</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "507b13a617c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7eedccf3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(89) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"http://www.dfi.wa.gov/cs/escrow/escrow_act_info.htm\">Escrow Agents &amp; Officers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "427f9823a0a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4e8787d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(90) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/explosives-licensing\">Explosives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fab97108419",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6c4ae05"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(92) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/farm-labor-contractor-licensing\">Farm Labor Contractors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bef63c4c848",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18994b59"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(93) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.wsp.wa.gov/fire-sprinklers/\">Fire Sprinklers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5b2d6f5cf32",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb2b01ba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(94) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/firearms/fadealer.html\">Firearm Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65e857f01124",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd56efe3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(95) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/firearms/\">Firearms</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "220d455e088c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d13081a3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(96) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.wsp.wa.gov/fireworks/\">Fireworks</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6c5a3bfda4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b87be128"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(97) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wdfw.wa.gov/licenses/fishing\">Fishing and Shellfishing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33fcb3fd2cba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24b257f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(98) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/food/food-worker-and-industry/food-worker-card\">Food Worker Card</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "790a59a0bbc1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7273d14e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(99) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/funeral-directors\">Funeral Directors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf6f4b62713f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5f94816"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(100) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/funeralcemetery/\">Funeral Directors, Embalmers, Cemeteries, Reduction Facilities, Reduction Operators, and Funeral Establishments</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e486777bd4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e2c8b5ed"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(101) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/cemeteries\">Funeral Establishments</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0675a3448209",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5d9f5329"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(103) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"http://www.wsgc.wa.gov/licensing/apply-license\">Gambling Licenses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fefe117eb2a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a703112"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(104) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wdfw.wa.gov/sites/default/files/2021-11/combined_new_game_farm_packet.pdf\">Game Farms</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f69185ca7c0e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66021b12"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(105) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/genetic-counselor\">Genetic Counselors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a7c0b680ce3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-01dd6c52"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(106) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/geologist/\">Geologists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8dec9b9be09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-97adfd83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(108) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/hearing-and-speech-services\">Hearing and Speech Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aced844c66f4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6889254b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(109) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/home-care-agencies\">Home Care Agencies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a54a2a4cade",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ad96ddd5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(110) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/home-care-aide\">Home Care Aides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6756fafc2da6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68772d8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(111) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/homeinspectors/\">Home Inspectors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c526f62a180e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44918515"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(112) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospice-agencies\">Hospice Agencies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a30af081d00",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95fb1555"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(113) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospice-care-centers\">Hospice Care Centers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cdc0b61b39c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a6459d58"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(114) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vthulkhauler.html\">Hulk Haulers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f896906d4193",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cdcd993a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(115) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wdfw.wa.gov/licenses/hunting\">Hunting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab10467b8d41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-46e83c87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(116) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/hypnotherapist\">Hypnotherapists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71afa32504a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a85b49e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(118) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/idcards.html\">ID cards</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2899ce26a553",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2fe73865"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(119) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"http://www.atg.wa.gov/immigration-services\">Immigration Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a03e81244dd1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-55030365"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(120) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/industrial-insurance\">Industrial Insurance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8310edabbf8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f9e7a4b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(121) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/inspector.html\">Inspectors: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb93c0a60bd8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-88d39970"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(122) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/getpermit.html\">Instruction Permits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23d1be5641fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3307db3a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(123) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">Insurance Adjusters</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5525915b1c26",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d2a731a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(124) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">Insurance Agents</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a8d39afaa8f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-53b7872d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(125) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">Insurance Brokers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05b7cf3d23c7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-717f0113"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(126) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">Insurance Licenses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "227d411e893c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3ccba642"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(127) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/surplus-line-brokers\">Insurance Surplus Line Brokers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68981f416330",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4656ecce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(128) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/reporting-requirements-surplus-line-insurers\">Insurance surplus line insurers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e45367def182",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c10d23bb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(129) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/ftifta.html\">International Fuel Tax Agreement (IFTA)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af8cef5e4bdc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f353d517"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(130) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dfi.wa.gov/investment-advisers\">Investment Advisers and Investment Adviser Representatives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27e94f581761",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c687bd7c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(132) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/judge.html\">Judges: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dd8f79149a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1709e1aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(134) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/kidney-centers\">Kidney Centers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9048b62edc68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a640b317"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(136) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://brpels.wa.gov/land-surveyors-license/get-your-land-surveyor-license-exam-or-comity\">Land Surveyors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a81b5a91e9fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eac8935d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(137) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/landscapearchitects/\">Landscape Architects</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a88a43db1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23e7ea2e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(138) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/wastewater-management/loss-program\">Large On-Site Sewage Systems (LOSS)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d96e89d2e80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-826e0df1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(139) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.wsba.org/for-legal-professionals/license-renewal\">Legal Professionals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fc271f53bce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-75769cca"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(140) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/limousine/\">Limousines</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ae65f96d321",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-07efa548"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(141) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lcb.wa.gov/licensing/apply-liquor-license\">Liquor License</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9db042827380",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb279dbc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(142) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"http://dfi.wa.gov/cs/loan-modification-services.htm\">Loan Modification Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb72215ea588",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3beb717"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(143) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/lottery-retailer\">Lottery Retailers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aef53c005912",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a486e91"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(145) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/manager.html\">Managers: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3307ef67bfa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-62d4950b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(146) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/manufacturedmobile-home-community\">Manufactured/Mobile Home Communities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3593d4a5c45a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d87c736"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(147) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/maritime-cranes\">Maritime Cranes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1befa9fc34cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3f8e9378"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(148) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/marriage-and-family-therapist\">Marriage and Family Therapists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "871192a69188",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f284641"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(149) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/massage-therapist\">Massage Therapists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77a504442cb0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb226e0a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(150) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/matchmaker.html\">Matchmakers: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9428e348f13e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-babc6bc0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(151) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/medical-assistant\">Medical Assistants</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9998a1dae1ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-57cc3105"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(152) > .views-field.views-field-nothing > .field-content > a[href$=\"licensing\"]",
            "html": "<a href=\"https://wmc.wa.gov/licensing\">Medical Commission</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52f102f007d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c08f3b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(153) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"http://www.hca.wa.gov/billers-providers/programs-and-services/interpreter-services\">Medical Interpreter Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40d7f2816543",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-92b04fd0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(154) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/laboratory-quality-assurance\">Medical Test Sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae8efebd47bd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65f2fb45"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(155) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/medicare-certification\">Medicare Certified Facilities &amp; Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1072e95e38e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-60354f4d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(156) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/mental-health-counselor\">Mental Health Counselors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e2081a54d18",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f492c76"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(157) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/midwife\">Midwives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32ba292b2aed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aab42eec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(158) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/minor-work-permit\">Minor Work Permits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e5e50fbe052",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70350cc0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(159) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dfi.wa.gov/mortgage-brokers\">Mortgage Brokers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6741af6bd0fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0350aee5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(160) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"http://dfi.wa.gov/cs/loan_originator.htm\">Mortgage Loan Originators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08fc5fdd3d1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c1cb164"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(161) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/ftmotorspecial.html\">Motor Vehicle Fuel or Special Fuel</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d50c0668036",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-988d5d34"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(162) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vtscrap.html\">Motor Vehicle Salvage Processors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "114f2720ad7b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-26b02aff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(163) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vtwrecker.html\">Motor Vehicle Wrecker</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1645d40b94c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d9295372"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(164) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/motorcycle/\">Motorcycle Training and Testing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d960e9276ae7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-501820b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(165) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/motorcycles.html\">Motorcycles</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36dd2310d669",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-348f8595"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(167) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/naturopathic-physician\">Naturopathic Physicians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d89baa4f5daa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c4569289"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(168) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/notary/\">Notaries Public</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bee08d5258c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1253e8ce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(169) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/nursery-dealer-retailerwholesaler\">Nursery Dealers - Retailer/Wholesaler</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99fd654195f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5205c72"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(170) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://nursing.wa.gov/licensing/apply-license\">Nurses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cae4daa821a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-851651cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(171) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/nursing-assistant\">Nursing Assistants</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da97aca5e026",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7dde1bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(172) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/nursing-home-administrator\">Nursing Home Administrators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac2b642641c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15207a8d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(173) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/nursing-pool\">Nursing Pools</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbd84538c1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20806c95"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(175) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/occupational-therapist-and-occupational-therapy-assistant\">Occupational Therapists and Occupational Therapy Assistants</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f5c2b758123",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6ca025b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(176) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/ocularist\">Ocularists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "761be797a04a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59e519dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(177) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesseldealer/dlroffroad.html\">Off-Road Vehicle Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f901a7dda3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aae9bd5b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(178) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://brpels.wa.gov/site-designers-and-inspectors\">On-site Designers and Inspectors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cea71d9faa80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86e597a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(179) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/optometrist\">Optometrists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c548a038f7e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5715fa20"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(180) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/orthotist-and-prosthetist\">Orthotists and Prosthetists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c26c40678e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8dbb760"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(181) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/osteopathic-physician-and-surgeon\">Osteopathic Physicians and Surgeons</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "477a3c76f868",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d79eb756"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(183) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/performing-rights.html\">Performing Rights Societies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd2d0e679ebe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-201a9d9e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(184) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/pesticide-dealer\">Pesticide Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d697d41837",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9436c7f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(185) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/pharmacy-professions\">Pharmacy Professions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feb4e372435a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2fa3126a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(186) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/physical-therapist-and-physical-therapist-assistant\">Physical Therapists and Physical Therapist Assistants</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88c48d96faf7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45ffbbaf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(187) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wmc.wa.gov/licensing/applications-and-forms/physician-assistant-application\">Physician Assistants</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebaf3320ddb0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-53bcfd3a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(188) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wmc.wa.gov/licensing/applications-and-forms/physician-md-application\">Physicians (MD)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2adbc434b8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ba332a12"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(189) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/physician.html\">Physicians: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51305af63631",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6b07fc7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(190) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/plumbing/plumber-certification/\">Plumbers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2580fe22a87",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-035815e7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(191) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/plumbing/licensed-plumbing-contractor/\">Plumbing Contractors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98ea5249c760",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d09c505c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(192) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/podiatric-physician-and-surgeon\">Podiatric Physicians and Surgeons</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a1c19b0e5e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a169c88b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(193) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.wtb.wa.gov/private-career-schools/\">Private Career Schools</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "776c3913bab8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1cabda6d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(194) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/pi/\">Private investigators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac202936b5d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59c05b8d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(195) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/private-psychiatric-hospitals\">Private Psychiatric Hospitals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ea308ec1e61",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-319744cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(196) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/proboxer.html\">Professional Boxers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17333eef250f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-34c036ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(197) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://brpels.wa.gov/licensing/engineering\">Professional Engineers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37f025610cce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2900e70c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(198) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/prowrestler.html\">Professional Wrestling Participants</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "276a72a00dd6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-62a359aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(199) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/promoter.html\">Promoters: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5f14396246a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-87069222"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(200) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/psychologist\">Psychologists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a9c732a417d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f1ce8691"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(202) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/radiation/radioactive-materials\">Radioactive Materials</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82d6e75ef1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-961ab5d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(203) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/radiologic-technologist\">Radiological Technologists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0630b9fa081",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-033eb364"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(204) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/realestate/\">Real Estate Agents and Brokers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01c636598c96",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5ff1896c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(205) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/real-estate-educators\">Real Estate Educators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fbaa78f410d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c078cb00"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(206) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/realestate/firms.html\">Real Estate Firms</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6477c458717",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58355377"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(207) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/recreational-therapist\">Recreational Therapists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f87e365f0d24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0dfd4ad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(208) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/funeralcemetery/cremindex.html\">Reduction Facilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "190df33c4a57",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d1a87574"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(209) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/referee.html\">Referees: Boxing, Wrestling and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc921b85cdd2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9e107ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(210) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://nursing.wa.gov/licensing/apply-license/rn-or-lpn-license\">Registered Nurses &amp; Licensed Practical Nurses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa1d3dd7cd20",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb6e5abe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(211) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vttowtruckop.html\">Registered Tow Truck Operators (RTTO)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d912ee378da3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-98df0f80"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(212) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/rehabilitation-facilities\">Rehabilitation Facilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9528349ee01",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b07a3f11"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(213) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/rental-cars\">Rental Cars</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52da6fdd36e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20527d2e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(214) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/residential-treatment-facilities-rtf\">Residential Treatment Facilities (RTF)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24ce6bbd1b51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cdd0f526"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(215) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/respiratory-care-practitioner\">Respiratory Care Practitioners</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc6fb5fd8530",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-61d14d84"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(216) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/rural-health\">Rural Health Care Facilities and Clinics</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe419583a0a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25ca97cc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(218) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/get_salon.html\">Salon/Shop, Personal Service, Mobile Unit</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6303f112be8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7957a609"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(219) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/scrap-metal-processors\">Scrap Metal Processors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10dece57b358",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fc9bb4ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(220) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/scrap-metal-recyclers\">Scrap Metal Recyclers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc59d75c7cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-99d11fe0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(221) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/scrap-metal-suppliers\">Scrap Metal Suppliers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab4f792cc8f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dcd8ff3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(222) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/second.html\">Seconds: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92a62a14d78c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3ee1ffce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(223) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dfi.wa.gov/securities-broker-dealers\">Securities Broker Dealers and Securities Salespersons</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6feece778f83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c2f0773"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(224) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/securityguards/\">Security Guards</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39ac5d3df0e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-143d23fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(225) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/seed-dealer\">Seed Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4939225b4bba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-abd5ac04"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(226) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/travel/\">Sellers Of Travel</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5913e262dcd9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-506e66b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(227) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-education-and-training/sei-information\">Senior EMS Instructor (SEI)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd2e5154c757",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b2c775b9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(228) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/sex-offender-treatment-provider\">Sex Offender Treatment Providers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64ec2a80ae24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-451036ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(229) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/shopkeeper\">Shopkeepers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c036b18f95",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e9f300a4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(230) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesseldealer/dlrsnowmobile.html\">Snowmobile Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42fd2dd09398",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-097a54ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(231) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/social-worker-and-social-worker-associate\">Social Workers and Social Worker Associates</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "282d0b645314",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ff980c06"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(232) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/state-institutions\">State Institutions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b767e9563c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a186e413"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(233) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/substance-use-disorder-professional\">Substance Use Disorder Professionals Or Trainees</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4705cf5aa181",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e089c57"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(234) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/surgical-technologist\">Surgical Technologists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a968e1a3a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0329fb5e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(236) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/talkie-tooter\">Talkie-Tooters (Logging Radios)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b25aa2377c38",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a875a37d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(237) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/tattoo/\">Tattoos, Body Piercing, Body Art, and Permanent Cosmetics</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2e5ef488ecb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d0d114ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(238) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/taxis/\">Taxis and other For Hire Vehicles</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48e933f15259",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-471b84cc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(239) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/telecommunications-administrator\">Telecommunications Administrators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a10f4d138ce3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cc07312a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(240) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/telecommunications-contractor\">Telecommunications Contractors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "478b336fec49",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5568e702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(241) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/telephone-solicitors\">Telephone Solicitors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b19fcf71210",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-63ee8eae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(242) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/temporary-worker-and-migrant-farmworker-housing\">Temporary Work and Migrant Farmworker Housing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0c972684533",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-33743a77"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(243) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://register.wavaccine.org/EINLogin.aspx\">Third Party Administrator - TPA Registration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14794524a51d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5a50a78e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(244) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/timekeeper.html\">Timekeepers: Boxing, Wrestling, and Martial Arts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cd03fa3ea5b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2a7a223a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(245) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/timeshare-companies\">Timeshares</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d3c93ad93ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e447de10"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(246) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/grow-business/register-trade-names\">Trade Name Registration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738553cd889b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e828961"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(247) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/transient-accommodations-hotels-and-motels\">Transient Accommodations (Hotels and Motels)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cc6fd732ab8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2be4e8f7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(248) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dol.wa.gov/professional-licenses/transportation-network-company\">Transportation network companies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a16bf2e48251",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-97cd5e95"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(249) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://wdfw.wa.gov/sites/default/files/2019-03/special.pdf\">Trapping, Fur Dealers, and Taxidermists</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a537f7bf0343",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f6d6e05"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(250) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/trauma-system/trauma-designation\">Trauma System</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b791d1f0a75",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-62b6df09"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(252) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/underground-storage-tank\">Underground Storage Tanks</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f8a0174a0ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9997e5b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(253) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/unemployment-insurance\">Unemployment Insurance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "766c1361c4b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d47aa30d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(254) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/UCC/\">Uniform Commercial Code </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9a90d132613",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fde7354b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(256) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesseldealer/\">Vehicle and Vessel Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73560c7c0362",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8fcdd178"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(257) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesselmanufacturer/\">Vehicle Manufacturers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8b53aaaa03d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35f07041"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(258) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/\">Vehicle Transport and Disposal</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfb1c01ae10a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4fdde3c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(259) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/\">Vehicles and Boats</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7753ae553e28",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9a09abd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(260) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/vessel-dealers\">Vessel Dealers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "280476b5e8c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f80e9e8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(261) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/veterinarian\">Veterinarians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b5d655a5408",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-69215f52"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(262) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/veterinary-technician\">Veterinary Technicians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efcea8a2f7b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dd206257"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(264) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/waste-tire\">Waste Tire Storage Sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "234500b951cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-869f1674"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(265) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/drinking-water/water-system-assistance\">Water System Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac9854c2bcd2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-741f16bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(266) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/drinking-water/regulation-and-compliance/waterworks-operator-certification\">Waterworks Operators</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d17c5adfdd88",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0b3d0ac"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(267) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/weighing-and-measuring-devices\">Weighing and Measuring Devices</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fe0ef8ca20b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8232de81"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(268) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/whitewater-river-outfitters\">Whitewater River Outfitters</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "122c9231f2c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-457ce87b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(270) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/x-ray-facility-and-devices\">X-Ray Facilities and Devices</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49eb14cb9716",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6818ca69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row:nth-child(271) > .views-field.views-field-nothing > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/x-ray-technician-limited-scope\">X-Ray Technicians</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc8f59f85c02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d9330d5a"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3:nth-child(1)",
            "html": "<h3>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": "0730536965bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3f3f4081"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51f66c65d619",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 2921,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 252
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 7138,
          "failed": 262,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "e5568a83f32e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06414c04e58e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4631f4677616",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a125a1bdf632",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "903dc0c7190f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffb3420fcd10",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "707adb790c34",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5c3a8e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08a18835dd11",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bad1731f0f5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/work\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "858f3c397e7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c58a336"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"views-exposed-form-licenses-pro-lic-list\" method=\"get\" action=\"/work/professional-licenses\" data-drupal-selector=\"views-exposed-form-licenses-pro-lic-list\" class=\"views-exposed-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33c8a5c68be5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ff5ccc2"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cd66b09bbc5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-764290d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c598826b9706",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e733f6e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/acupuncture-and-eastern-medicine-practitioner\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a5f10759c2e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f90b791"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/acute-care\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6dda1a741b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59d0ef10"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nursing.wa.gov/licensing/apply-license/arnp-license\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0d16b02083c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-511c15d8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/agpermit.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3810c53b1d69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78f1d48a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation/pilots-aircraft/register-aircraft/aircraft-dealer-license-forms\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f4acb7c96ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f65276cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/ftaircraft.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f238b8ef52ab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-390ff5a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation/pilots-aircraft/register-aircraft\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5625a7756fcc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5370aad1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/private-alcohol-and-chemical-dependency-hospitals\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfe9a668725d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6ceb1340"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/amateursanction.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04584498673c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-254c3ef0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/amateurtraining.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "920e3088757a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-73b23de9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/ambulatory-surgical-facilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ed9fbd5293",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b07d8581"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/amusement-ride-safety-permits-and-inspections/#amusement-ride-inspector-certification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "035cdc1302d7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4c3d53cb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/animal-massage\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "047a95ffb435",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3bf021a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/announcer.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0fdf5978527",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-685766ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/appraisal-management-companies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4223acccc22d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0bbe304"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/appraisers/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc2233ca9709",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-56bce0fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/apprenticeship/apprenticeship-registration-and-tracking-system\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf5c5fc831ab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2f462dd9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/architects/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b1b3e0a96ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a74e41b5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/asbestos-certification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7883312a8b18",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a4825d70"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/athletic-trainer\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b169d924767",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6ab7195"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/auctioneers/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41dd99737c93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1903fd4c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/audiologist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4837267ebfe5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-32b1daa4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/bailbonds/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3662e0b3789",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5e06aba"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Regulations-Permits/Guidance-technical-assistance/Dangerous-waste-guidance/Common-dangerous-waste/Batteries\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a338115a7a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c7cdce6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c65cfcff727",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dedae969"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/birthing-childbirth-centers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f59eb401cd0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-382bf4d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/boats.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "141fc1fe00e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a64c888a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/run-business/renew-your-business-license\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9e0c4f0ce11",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7a1a13a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://secure.dor.wa.gov/home/Login\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bbc28f3ef62",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7360302a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/camping-resort-companies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "371b28a93827",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a7dd485"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lcb.wa.gov/cannabis-license/cannabis-licensing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba6d61f9c592",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bede67c9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/cardiovascular-invasive-specialist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a805491ee86d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1a7d4f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/cemeteries\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8da4c11ec182",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6019e361"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/certified-counselor\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf01d89a6875",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0828e09a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/guardianportal/cpg/application/index.cfm?fa=application.step1&t=g\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cbbadbb3d28",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-92b52bfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://acb.wa.gov/firm-licensing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "415c07784fc8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2c57f13"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://acb.wa.gov/individual-licensing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e4e131bbc7d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a85b67c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/charter-boats\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f4fd2a7e1cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a494657c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/check-cashers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4ac83cc9d93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f67a68d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/early-learning-providers/licensed-provider\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3ce2b3f5fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4e033064"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/chiropractor-chiropractic-x-ray-technician\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7730fad536e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66c72c65"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/cigarette-tobacco-and-vapor\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2a9c01ef802",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8413f9e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/city-license-endorsements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "946b6ee1e02d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-282e0993"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/collectionagency/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d55ea334b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9beb2d4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa6c2d4c4636",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5adc22e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lni.wa.gov/licensing-permits/plumbing/plumber-certification/combination-plumber-electrician\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f02fe05b07bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-81c231ea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdl.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2124477d8ce0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b054458c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/shellfish/commercial-shellfish\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0629185f7f69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4048d25f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/licenses/commercial\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f2dba145ae9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85ab96d4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdlcdip.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2183a7a41f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2cfa8831"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/firearms/faconceal.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e93ad36defc8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0588b93"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/contractors/register-as-a-contractor/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d86939106ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-060cc2b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dfi.wa.gov/cs/loan.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f763cf27473d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-de316f48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/corporations-charities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54de1a9addda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1bd999f9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/instructor_license.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a600142f7010",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0410701"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/courtreporters/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdd60cb1ab3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b0d671e8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dental-hygienist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7455d4e0bb93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1781fd32"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dentist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "697eae40cf42",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7a6c9d36"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/denturist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4276abea414a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c07abbaa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dietitian-and-nutritionist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1304b2bb52e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e1765ecc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/parking.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34e9c79d9f66",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8cf57ee0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/dispensing-optician\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43aff896b119",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86f8c585"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/drivertraining/dtinstructor.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e61055316baf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-626f9e03"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/drivertraining/dtschool.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a4c78b3f525",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6939950d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/gettingalicense.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f78650822826",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aea60721"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/drug-lab-cleanup-certification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d572682d797",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0b97e8d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/egg-handlerdealer\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff035d888b60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ea917a1f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrical-administrator\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efc118d6395e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8892809c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrical-contractor\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "015b0b50fc63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-581351d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrical-trainee\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bc27c70037d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c78b54c6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/electrician\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d05db237428",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-882fba55"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/elevators/contractors-service-companies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a05e29e5c168",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6798c492"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/elevators/mechanics-helpers/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df2bac0cb2ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0fbc5522"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/embalmers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81ab853bf20b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-824a68a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/emergency-medical-services-ems-provider/licensing-information\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19d9b4f72113",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68718d2b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/employmentagency/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47f4571cf069",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-74c98a98"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/employmentagency/empservice.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88469890e41e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b8f8c0d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-agency-and-vehicle-licensing-and-verification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9aa3d75f615",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd69e0ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/ems-agency-and-vehicle-licensing-and-verification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fb333d2fcdf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b10860d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-education-and-training\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94152b681be9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-69f19619"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-education-and-training/ems-evaluator-information\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7874e6de1a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-668b287a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/edl.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9fdc6f8d5a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fea6b2a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dfi.wa.gov/cs/escrow/escrow_act_info.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead6eb1bd81e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb41cc07"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/explosives-licensing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b600b4e9d67e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f727653b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/farm-labor-contractor-licensing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da8dcfb6dca9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-06ae5b1a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wsp.wa.gov/fire-sprinklers/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "388cf1daabb7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5062b25d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/firearms/fadealer.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cd69dc300a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-05c0d721"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/firearms/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02df1a12cfba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f9ed770"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wsp.wa.gov/fireworks/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6623f448a54d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-350582a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/licenses/fishing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "654d9b0de8ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-598d524a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/food/food-worker-and-industry/food-worker-card\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2feddebb1b0a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcdf3ff3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/funeral-directors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8adb92ce0398",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6427e953"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/funeralcemetery/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06a42e031376",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb52ca5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/cemeteries\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.wsgc.wa.gov/licensing/apply-license\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b70e26efdb4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce71c8da"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/sites/default/files/2021-11/combined_new_game_farm_packet.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0992e92c2fe8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-06110de4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/genetic-counselor\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "570bda515338",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f35f1eab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/geologist/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0939e99bf87e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fa44d874"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/hearing-and-speech-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "336af338f336",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3058d3f2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/home-care-agencies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "443470abc8e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-080645fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/home-care-aide\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4a68e5c78b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebfc378d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/homeinspectors/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43bc26f17497",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae2cbcb1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospice-agencies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abaa90e5fad9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c82b580"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospice-care-centers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "197d47ca8957",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f369499"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vthulkhauler.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0709de162997",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-033278b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/licenses/hunting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1856123becec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-88900c89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/hypnotherapist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "837548c67d95",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58cf0a6e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/idcards.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f4a7d306e41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1fabf6fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/immigration-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fdf9e5d2f65",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-89d14f44"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/industrial-insurance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46bad93f9a2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02b71710"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/inspector.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a4ab8d5308a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5c7df12a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/getpermit.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b5aa0a63ab6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47b71ed5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaf20b58512b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e25af215"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/get-licensed\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/surplus-line-brokers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b448c1359c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9dfd72f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/reporting-requirements-surplus-line-insurers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1af379e5234f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ed94a789"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/ftifta.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02106ec4251f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-afa618d8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/investment-advisers\">",
            "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": "bcdfe4fc3e47",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f7eae4cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/investment-advisers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9b65ab99afa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-867e293b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/judge.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "820d00847f23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6c9b192"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/kidney-centers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "708ea02a805c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-08e2447b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://brpels.wa.gov/land-surveyors-license/get-your-land-surveyor-license-exam-or-comity\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68ca5afeb4b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eeff7ef6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/landscapearchitects/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f764d0e0250",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7fbfa21e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/wastewater-management/loss-program\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8117fe77dbc3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9ca468bb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wsba.org/for-legal-professionals/license-renewal\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bfa30300fb0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-df4a2dc9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/limousine/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a570168da20b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd0e9592"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lcb.wa.gov/licensing/apply-liquor-license\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bac05d767c8f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d32ec8b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://dfi.wa.gov/cs/loan-modification-services.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3747bf5adcad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-442a4480"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/lottery-retailer\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b1e265f7c59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec552671"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/manager.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1a5dc879c2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2f7f2074"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/manufacturedmobile-home-community\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46db774a3f60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2f4c97d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/maritime-cranes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4567f1d67341",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d080ac9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/marriage-and-family-therapist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd557b7e3b1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58d901b1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/massage-therapist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38eaf3fa3a3b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0aa62001"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/matchmaker.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe90e55c3a87",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-529cfff0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/medical-assistant\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "220297f740f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-788700e2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wmc.wa.gov/licensing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3c2e6ea31b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-46408b94"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.hca.wa.gov/billers-providers/programs-and-services/interpreter-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9960d2e8841d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35f2fed7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/laboratory-quality-assurance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef08f3fcd224",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24cf9334"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/medicare-certification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ca14fa7345",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f6f28de3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/mental-health-counselor\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e164796637b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb0c0a88"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/midwife\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a10684bcf85",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c90fb144"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/minor-work-permit\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed9b6c8ca67b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7786de3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/mortgage-brokers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29f053fa0142",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1631c0b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://dfi.wa.gov/cs/loan_originator.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5199d488000",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29376f96"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/ftmotorspecial.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a4c98e52cc1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dbab046d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vtscrap.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f37fe7dbc04a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2de94e21"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vtwrecker.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71308f4ec1c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-263d3360"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/motorcycle/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea210aa37edb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-db2b7acf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/motorcycles.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33261da86a55",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-82d3da05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/naturopathic-physician\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9cb024ffce9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9ce629f6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/notary/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4fa88ad2482",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3f6180d4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/nursery-dealer-retailerwholesaler\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "913ee8739157",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2ed9412"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nursing.wa.gov/licensing/apply-license\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55b9eb5c0fb7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1191788d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/nursing-assistant\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c1c32f2e49e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0b4bbdc5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/nursing-home-administrator\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48d65c50c43b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e9c061e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/nursing-pool\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f050bcc77ce2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-243b11ed"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/occupational-therapist-and-occupational-therapy-assistant\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c08e92b2988a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d18b351"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/ocularist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f126b6200dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd072f71"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesseldealer/dlroffroad.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44fdff7cd6b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-454222ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://brpels.wa.gov/site-designers-and-inspectors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "665767d418bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66da523f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/optometrist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79447cd59afe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2af5ebd4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/orthotist-and-prosthetist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ee3b1d7576b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d4de539"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/osteopathic-physician-and-surgeon\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7beb8ae2af1d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-34c01dc6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/performing-rights.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d961d1069ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24ff05f5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/pesticide-dealer\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3679931aab07",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2832f730"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/pharmacy-professions\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29eb575ce8f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-163d3404"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/physical-therapist-and-physical-therapist-assistant\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fb680fbaf18",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-09e9a6d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wmc.wa.gov/licensing/applications-and-forms/physician-assistant-application\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98b6cc3691e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b6257c82"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wmc.wa.gov/licensing/applications-and-forms/physician-md-application\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a049a48d6109",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd71533b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/physician.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f18ea444057d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-93b1200b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/plumbing/plumber-certification/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81404218ba84",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2fa2eb50"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/plumbing/licensed-plumbing-contractor/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ab3413b80cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2957baeb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/podiatric-physician-and-surgeon\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea01c9b56a63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-60d3952b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wtb.wa.gov/private-career-schools/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c1a3620c88d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8751e26"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/pi/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b598ae0391ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e707dc8e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/hospitals/private-psychiatric-hospitals\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b6a6383c438",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9269f38f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/proboxer.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78957d3ede6c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1d675f7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://brpels.wa.gov/licensing/engineering\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc2ec5adf1f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eeff2cb3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/prowrestler.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7032ae77c8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-93ad0b43"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/promoter.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68bfd63164a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1d5a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/psychologist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9ee18308129",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71d067db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/radiation/radioactive-materials\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d866b024bb8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0a1bb21e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/radiologic-technologist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38cc3f961622",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3530ff44"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/realestate/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed6cbed08c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f162ad2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/real-estate-educators\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc46b8ee1aae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcaf4c54"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/realestate/firms.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50f880f47776",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c301e78b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/recreational-therapist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "863e956adae2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3275b80"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/funeralcemetery/cremindex.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36cd9ee2b1dc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-802746fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/referee.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c82cd5e7969e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-63f73834"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://nursing.wa.gov/licensing/apply-license/rn-or-lpn-license\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a360617f35d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef02720c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/vttowtruckop.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0291f89d4ad8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4389d888"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/rehabilitation-facilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3b9062c0f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ef91acf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/rental-cars\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cf4eef3e63d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70b1e7ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/residential-treatment-facilities-rtf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ef612b40b35",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6389353d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/respiratory-care-practitioner\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d6ec21b50a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16772556"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/rural-health\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faf743a0941a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-791e0ffc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/cosmetology/get_salon.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d01356afd8d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16d97c74"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/scrap-metal-processors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc5478fb1520",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95592b58"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/scrap-metal-recyclers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b53b4227cf08",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ad9e78a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/scrap-metal-suppliers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "962ca8355337",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd0a5727"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/second.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37b9d8403002",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5770133"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/securities-broker-dealers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a25d1d07eab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f76fc882"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/securityguards/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92178af26fb7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-382629a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/seed-dealer\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb65d2fda948",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d7225740"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/travel/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36269444b216",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d8e724dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/ems-education-and-training/sei-information\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50acabf91f7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-62b2c3dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/sex-offender-treatment-provider\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "175953a80dd0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5cd050d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/shopkeeper\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8328391107a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5928f379"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesseldealer/dlrsnowmobile.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "296c84ad40fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-454c089a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/social-worker-and-social-worker-associate\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e97632936b97",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c31623e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/state-institutions\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a474034cd234",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02b7c60f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/substance-use-disorder-professional\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a46afdde8d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f23a342"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/surgical-technologist\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01294feb7fda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5d295c41"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/other-licenses-permits/talkie-tooter\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51a087c55ff1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49a7da2e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/tattoo/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d178b78af23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c08d145a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/taxis/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d38bcb7c7b6a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dfcd9bc1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/telecommunications-administrator\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787054446d26",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0d33f2f9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/electrical/electrical-licensing-exams-education/telecommunications-contractor\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93f0e8cbf437",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-64ec85cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/telephone-solicitors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57f31811ca5e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96164101"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/temporary-worker-and-migrant-farmworker-housing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2acbf825dc2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66b234b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://register.wavaccine.org/EINLogin.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75ca75dd2f5f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f9d6afd8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/athletics/timekeeper.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c914e300c1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3ec2c375"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/timeshare-companies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a8ededdafb1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-055c470e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/grow-business/register-trade-names\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fad7df34d6e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-53d5ad60"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/facilities-z/transient-accommodations-hotels-and-motels\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62cd67e75ad0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36299f42"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dol.wa.gov/professional-licenses/transportation-network-company\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6e5ab745707",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b99fb978"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/sites/default/files/2019-03/special.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f4401bffc1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ddc0cb6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers/emergency-medical-services-ems-systems/trauma-system/trauma-designation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4449b28ca3bd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02b1a5d4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/underground-storage-tank\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "048993dce278",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-77089c04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/unemployment-insurance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b471bd9de5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-482ebdfd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/UCC/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee83c678bc1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-602a5374"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesseldealer/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c58a5feb001",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8be0e7c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehiclevesselmanufacturer/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1bbe4b15ca5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f9930f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/vehicletransport/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be04c1692b13",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8d3c6119"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a687e108e2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c11d4f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/vessel-dealers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd5155856945",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8ee53d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/veterinarian\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a02480a1f7a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-14d689fa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/veterinary-technician\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8027cd43dfe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66ec6c5a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/waste-tire\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f3eaa9f812b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7cbac0a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/drinking-water/water-system-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "186aae1349cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcd55c05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment/drinking-water/regulation-and-compliance/waterworks-operator-certification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93492271babc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b2ee1e35"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/weighing-and-measuring-devices\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59bc5a34c49",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a9b18eb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/professional-licenses/whitewater-river-outfitters\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0384ada39f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3e1c863f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/state-endorsements/x-ray-facility-and-devices\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ea1cb64d5e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e2a106fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/licenses-permits-and-certificates/professions-new-renew-or-update/x-ray-technician-limited-scope\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77082931d6d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c14d3119"
          }
        ],
        "outcomeCount": 7402,
        "uniqueFailedCount": 257,
        "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://wa.gov/how-to-guides/get-help-finding-food",
      "finalUrl": "https://wa.gov/how-to-guides/get-help-finding-food",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8936,
      "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": 642,
          "failed": 19,
          "cantTell": 6,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/basic-food\">Basic Food eligibility </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ed6cc3e16ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/publications/documents/22-297.pdf\">Guide on how to apply and use Basic Food benefits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f51be4e6f3d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a",
            "html": "<a href=\"https://www.washingtonconnection.org/home/\">Apply online</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a33f56b8a72c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a68f8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/community-services-office\">Apply by phone</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4227753e2841",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0dbf7698"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(8) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/office-locations\">Apply in person at a Community Services Office</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "411516ee9c05",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c399849a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(9) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/ESA/csd/documents/bfcalculator/bf_benefit_estimator.htm\">Use this tool to estimate your monthly Basic Food benefits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf8df32c3dab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5eff39e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/state-food-assistance-program-fap\">State Food Assistance Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55a18310083b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b562d8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/wic\">WIC</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4080acc5c8a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(14) > a",
            "html": "<a href=\"https://www.feedingamerica.org/find-your-local-foodbank?state=WA\">Find your local food bank</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "135e51dd4618",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1afa9acf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(15) > a",
            "html": "<a href=\"https://foodlifeline.org/need-food/#map\">Food Lifeline food bank map</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d6c9148e6fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb6d55f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(16) > a",
            "html": "<a href=\"https://www.northwestharvest.org/our-work/food-access-network/?\">Northwest Harvest Food Access Network</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f80f65631db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3ff3029"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(17) > a",
            "html": "<a href=\"https://2-harvest.org/food-near-me-wa/\">Food pantries in Eastern Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccd8ac9c0dc4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c859cba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(20) > a",
            "html": "<a href=\"https://wa211.commun...\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7127e67fb721",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-695f41bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a",
            "html": "<a href=\"https://2-harvest.org/food-near-me-wa/\">Meal sites in Eastern Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "266c3672eefe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45500575"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(22) > a",
            "html": "<a href=\"https://www.northwestharvest.org/our-work/food-access-network/?\">Northwest Harvest Food Access Network</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35ac199aa0a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e98f911"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(23) > a",
            "html": "<a href=\"https://www.fns.usda.gov/meals4kids\">Find meals for kids</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c0f5f774077",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c6908a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(26) > a",
            "html": "<a href=\"https://www.hungerfreeamerica.org/en-us/usda-national-hunger-hotline\">Learn more and call the USDA National Hunger Hotline for more help and resources on obtaining food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80c6f77f43ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebc2d20f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2311ab686cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "792ce82d70ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 706,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 19
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1281,
          "failed": 33,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "465eb82697c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "693ec882decc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05f3baec2015",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63b6aa3f17de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5302f1f754ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec29e10cc85b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2c471bbfa9e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3413ca07bcc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Lummi Island' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47df18b645e8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Lummi Island' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5644112bb010",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Panoramic View of Lummi Island, Washington. Aerial view of Lummi island during a glorious winter sunset looking south towards Bellingham and Cypress Island. The island is surrounded by the Salish Sea.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806c313335e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-73e0b05a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "411e93e02e2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59bbf022e8d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "ebc61118d9f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4281b32618e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdaef46ac79c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/basic-food\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfd4a2063a39",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-335538fb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/publications/documents/22-297.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3d18beb25e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0b27fc1c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washingtonconnection.org/home/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c8cb1ccb42e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-53f1e94a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/community-services-office\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f798c5e8ec7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d0735ecd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/office-locations\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fde4891a54de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3cbe4e89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/ESA/csd/documents/bfcalculator/bf_benefit_estimator.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57c0b9705d7b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-64a83a12"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/state-food-assistance-program-fap\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c181d618e1b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-050ae104"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/wic\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0ad69f11571",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9acffb87"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.feedingamerica.org/find-your-local-foodbank?state=WA\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85d8972678fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ecaa9849"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://foodlifeline.org/need-food/#map\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cd230611c5b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-46397052"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.northwestharvest.org/our-work/food-access-network/?\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3344720d5b67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7b8d6be3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://2-harvest.org/food-near-me-wa/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d86bdef99868",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-edc81661"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa211.communityos.org/guidedsearchresults/render/ds/%7B%22service%5C%5Cservice_taxonomy%5C%5Cmodule_servicepost%22%3A%7B%22value%22%3A%5B%7B%22taxonomy_id%22%3A407863%7D%5D%2C%22operator%22%3A%5B%22contains_array%22%5D%7D%2C%22agency%5C%5Cagency_system%5C%5Cname%22%3A%7B%22value%22%3A%22%22%2C%22operator%22%3A%5B%22notequals%22%5D%7D%7D?localHistory=Zz8qzsXiycem-v0K4aJROA\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6b0a99d4f4c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-753cfd8c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://2-harvest.org/food-near-me-wa/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.northwestharvest.org/our-work/food-access-network/?\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.fns.usda.gov/meals4kids\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c590996419cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3eff0dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hungerfreeamerica.org/en-us/usda-national-hunger-hotline\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b917c83de989",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-05c6b57e"
          }
        ],
        "outcomeCount": 1315,
        "uniqueFailedCount": 31,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20Services",
      "finalUrl": "https://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20Services",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7117,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79a5e62f5864",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "313680bde8a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "500959b9cb0d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "578982650f32",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "518c7a565047",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53917750a649",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "6cd00dbcfd0d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e44293e8cb26",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8795fcdf9172",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09a448c3b679",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9be4c35ae0e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec9fb514e14b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "905142a82283",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b53f763da647",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "584d771f0819",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7477fda21348",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15321446ffd8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8820d81c6d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services",
      "finalUrl": "https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7733,
      "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": 727,
          "failed": 8,
          "cantTell": 6,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[data-auth=\"NotApplicable\"]",
            "html": "<a data-auth=\"NotApplicable\" data-entity-substitu...=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"1d94b174-4417-4bbb-a...\" data-linkindex=\"2\" href=\"/how-to-guides/your-...\" title=\"Original URL: https:...\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".MsoNormal"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab4443d12533",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a2858941"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(3) > a[data-entity-substitution=\"canonical\"][data-entity-type=\"node\"]",
            "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"e3654f8d-d7e9-4499-a727-6373bb57fb6c\" href=\"/how-to-guides/washington-state-launching-wagov-accounts\" title=\"Washington state is launching WA.gov accounts\">this page</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08f0dba2d69c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ecbd7f5e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"secureaccess.wa.gov/\"]",
            "html": "<a href=\"https://secureaccess.wa.gov/\">Log in to SAW</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2124b2f990ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d81397dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node__content > .text-formatted.field--name-body.field--type-text-with-summary > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://paidleave.wa.gov/login/\">Paid Family and Medical Leave</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9415a1c2d34",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-178b0f32"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node__content > .text-formatted.field--name-body.field--type-text-with-summary > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://secure.dor.wa.gov/home/Login\">File a tax return or renew a business license</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f7cac9faadc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44b8558e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node__content > .text-formatted.field--name-body.field--type-text-with-summary > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://secure.esd.wa.gov/home/\">Apply for unemployment benefits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfb370c68972",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8105c98e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21ed167e5dbb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a27a9ebe025e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 780,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1348,
          "failed": 22,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "262b202874f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8b4a9e1d4c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59307dbea0eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28b2f57cfb13",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6ef90316e61",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85715b5c8f0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00926c8757c9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0c81839fc42",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Baker Lake, Mt. Baker-Snoqualmie National Forest' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9920f6af740b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Baker Lake, Mt. Baker-Snoqualmie National Forest' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79337583a247",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"The area around this nine-mile reservoir features camping, boating, fishing, picnicking, hiking and pack and saddle trips. Developed campgrounds are located on the western side of the lake. The Baker Lake Trail is an easy family hike. It extends along the eastern shoreline, crossing Baker River at the north end of the lake.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aee04ef3d03",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d534fb8c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "1ebcb7cf5b4c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fd9dffdd20c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "4ff5e88ea634",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f9edec24df8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b56260bda8cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Original URL: https://wa.gov/how-to-guides/your-new-wagov-account. Click or tap if you trust this link.\" href=\"/how-to-guides/your-new-wagov-account\" data-linkindex=\"2\" data-entity-uuid=\"1d94b174-4417-4bbb-afb1-9fd04476c8f6\" data-entity-type=\"node\" data-entity-substitution=\"canonical\" data-auth=\"NotApplicable\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7a757ef2769",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-320e3ee5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Washington state is launching WA.gov accounts\" href=\"/how-to-guides/washington-state-launching-wagov-accounts\" data-entity-uuid=\"e3654f8d-d7e9-4499-a727-6373bb57fb6c\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f1f89a756f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-116ac994"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://secureaccess.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d544fa7d4e1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9128a6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/login/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065fa7a4d71a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ffc94ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://secure.dor.wa.gov/home/Login\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef28de64968f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7360302a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://secure.esd.wa.gov/home/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed90a551a60c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-108fe39b"
          }
        ],
        "outcomeCount": 1370,
        "uniqueFailedCount": 22,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/Accessing%20Government%20Assistance",
      "finalUrl": "https://wa.gov/Accessing%20Government%20Assistance",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6984,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db9d06c33b8f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ef157c50ac0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8eb225f4803",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7252c612b1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1cb085f7b9c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5c9390c5509",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "3d090045f9c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7ab1abf4715",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8409de42e53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b05f75fe4c98",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07b75a45cf71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fba08b36617b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c70b32153184",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b5d9e8f6ba2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e6428d6319b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec7fb4e627d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ff379d29ee4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4050a8643699",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/agency",
      "finalUrl": "https://wa.gov/agency",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 27060,
      "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": 4050,
          "failed": 99,
          "cantTell": 567,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db1a29018929",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-380cfc7f6cbf0403bf2c5f39bc3cee9ef2ce2ddebf04914cf28276e24ff9a04e > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://agr.wa.gov/services/consumer-protection-and-complaints\">Report a concern about your food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(6) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0fdc757c73a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-61ea500a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-380cfc7f6cbf0403bf2c5f39bc3cee9ef2ce2ddebf04914cf28276e24ff9a04e > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://agr.wa.gov/washington-agriculture\">Learn about agriculture in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(6) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "545c786640a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a4f23fc2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-6e64cb259dda478a0d0d6eddd49b13bcc458acac2d68a7fca7ceb2238b45dcf6 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.arts.wa.gov/center-for-washington-cultural-traditions/\">Folk arts &amp; cultural traditions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(13) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebe938922653",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e0dc8808"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-6e64cb259dda478a0d0d6eddd49b13bcc458acac2d68a7fca7ceb2238b45dcf6 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.arts.wa.gov/my-public-art-portal/\">Search the collection of public art</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(13) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a52e1b931b65",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18656538"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b2526f99d92935eef48595ef3f183fef5ad1c4033969e0d53dc845956bb6f2d1 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"http://www.atg.wa.gov/consumer-issues\">Safeguarding consumers from fraud and unfair business practices</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(16) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36ff6a484c1b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6924a87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b2526f99d92935eef48595ef3f183fef5ad1c4033969e0d53dc845956bb6f2d1 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"http://www.atg.wa.gov/protecting-seniors\">Protecting seniors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(16) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb541a5f8775",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6576b8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b2526f99d92935eef48595ef3f183fef5ad1c4033969e0d53dc845956bb6f2d1 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"http://www.atg.wa.gov/volunteer-and-internship-opportunities\">Attorney General's Office volunteer and internship opportunities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(16) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "756f72594fc2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5d3b158"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-2adbd0f73fdb273fd6cb602d661dca8338445755813ec1727d8d91d521b6f0d5 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://sao.wa.gov/report-a-concern/how-to-report-a-concern/\">Report a concern over misuse of public resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(18) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d0dbb1afef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fae12ffa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-2adbd0f73fdb273fd6cb602d661dca8338445755813ec1727d8d91d521b6f0d5 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://sao.wa.gov/reports-data/report-types/\">Reports &amp; data on government</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(2) > .col-xl-4.col-md-6.col:nth-child(18) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4a0c5910635",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cfaaf1f0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-8c7bdcef1e0440f00d5abf52539bba4b363b5b0aae0e582002a59ce16cd6adad > .view-content.row > div > ul > li > a",
            "html": "<a href=\"https://dsb.wa.gov/our-services/youth-services\">Services for youth who are blind or have low vision</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(4) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ef3de15ed9d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38229d10"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-ec11b1d8396bce2d6aa26263af09107711ab759e0c4d25624081c7e5a9c1410a > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/safety/report-abuse\">How to report child abuse or neglect</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a15e8dfe940",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c427e8b4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-ec11b1d8396bce2d6aa26263af09107711ab759e0c4d25624081c7e5a9c1410a > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/find-child-care\">Find child care &amp; early learning providers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "229e8470568d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0e7ac000"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-ec11b1d8396bce2d6aa26263af09107711ab759e0c4d25624081c7e5a9c1410a > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/foster-parenting\">Foster parenting &amp; kinship care</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "768b413a77dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4c596fdd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b8e8a492bfd561a817004a15de9965a135b5bb28176889a947beebe68226362b > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/crime-victims-advocacy/office-of-crime-victims-advocacy/\">Crime victims advocacy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(10) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28a059531674",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-72403952"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b8e8a492bfd561a817004a15de9965a135b5bb28176889a947beebe68226362b > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/\">Homeless assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(10) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df307a978572",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59cadeb2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b8e8a492bfd561a817004a15de9965a135b5bb28176889a947beebe68226362b > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/crime-victims-advocacy/office-of-crime-victims-advocacy/\">Crime victims advocacy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(10) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31d83571c29",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f3ebb4a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-169a367d141fde25e7dcfdca0e575dd2efb12fe806692c53fd617551749ff156 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/\">Becoming a college student</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(11) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f974bb1a8145",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dfcbd1d9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-169a367d141fde25e7dcfdca0e575dd2efb12fe806692c53fd617551749ff156 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/four-year-degree/four-year-schools.aspx\">Four-year colleges &amp; universities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(11) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d22b2709fa4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec37a7f2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-169a367d141fde25e7dcfdca0e575dd2efb12fe806692c53fd617551749ff156 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/explore-colleges/default.aspx\">Community &amp; technical colleges</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(11) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b14e85e56e6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ba448c4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-42c9ba6374bdcfbf58a438cc027923a2f1b0ae5a44750bbe3baf65a61c400f61 > .view-content.row > div > ul > li > a",
            "html": "<a href=\"https://www.scc.wa.gov/conservation-programs\">Statewide conservation programs and districts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(12) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc47d5d71c63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3a1f9671"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-651c126b30cc0667f3ed95886532c510a905bfff6138bae3bc11dadf8279a72c > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/default.htm\">Incarceration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(14) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91ef16e511a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c44bfe9d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-651c126b30cc0667f3ed95886532c510a905bfff6138bae3bc11dadf8279a72c > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.doc.wa.gov/corrections/justice/sentencing/default.htm\">Sentencing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(14) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dc361b5bc3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3435f011"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-651c126b30cc0667f3ed95886532c510a905bfff6138bae3bc11dadf8279a72c > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.doc.wa.gov/family/default.htm\">Information for families &amp; visitors going to correction facilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(14) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8abcf90a9935",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3a798ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-a9dffac3dc649c53f7a49864e51deaddbb980db525c0a14c3ba9c344a9c9b9c9 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.courts.wa.gov/appellate_trial_courts/\">Appellate &amp; trial courts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(17) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82b33e62c1a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6379469c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-a9dffac3dc649c53f7a49864e51deaddbb980db525c0a14c3ba9c344a9c9b9c9 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.courts.wa.gov/court_dir/\">Court directories</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(17) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4695f1beccdd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dd9872c0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-a9dffac3dc649c53f7a49864e51deaddbb980db525c0a14c3ba9c344a9c9b9c9 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.courts.wa.gov/court_rules/\">Court rules</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(6) > .col-xl-4.col-md-6.col:nth-child(17) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce0501a1596",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-89e56dee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-27d76113a450b76252575a44df6edb7af77180b42e87ac83bae4e36c830712d2 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate\">Current air quality information and climate change effects</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b96906f1a12e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2acb0bff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-27d76113a450b76252575a44df6edb7af77180b42e87ac83bae4e36c830712d2 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate/Air-quality/Smoke-fire/Wildfire\">Wildfire smoke information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "624e6249341a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-acaf841d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-27d76113a450b76252575a44df6edb7af77180b42e87ac83bae4e36c830712d2 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Community-waste-toxics\">Household waste &amp; toxics</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2857c1525611",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cefa293c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-9140d4fa8e37a6a8b6ac2a0164f7dbe0feada0822308baefc1d244113f6bc9f1 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-pathway-options\">Graduation pathway options</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(7) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3b6cb225362",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6adca219"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-9140d4fa8e37a6a8b6ac2a0164f7dbe0feada0822308baefc1d244113f6bc9f1 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-requirements\">Career &amp; college-ready graduation requirements</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(7) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c481054c83b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-794a9ee5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"paidleave.wa.gov/\"]",
            "html": "<a href=\"https://paidleave.wa.gov/\">Paid Family and Medical Leave</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(9) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7e96d856906",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc4cd044"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-c6c18417ad9fd0648a96f6cde150ab880c3d62412401277f8c59735a382ff92d > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://paidleave.wa.gov/employer-roles-responsibilities/\">Paid leave reporting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(9) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ddf6185def8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864051c7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"worksourcewa.com/\"]",
            "html": "<a href=\"https://worksourcewa.com/\">Find jobs and job search assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(9) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e72f068e426",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7da4d78"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"careers.wa.gov/\"]",
            "html": "<a href=\"http://careers.wa.gov/\">State government job opportunities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(12) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf005bd8ccaa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1bf03ba0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-04c1cf6ada84aa64f1c5bc401e2334751b91b025b7b565c17990f29592d05bbc > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/MemorialsArt/Pages/default.aspx\">Memorials &amp; artwork at the state capitol</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(12) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b692848caeb0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d48eaddb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-04c1cf6ada84aa64f1c5bc401e2334751b91b025b7b565c17990f29592d05bbc > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/Pages/Volunteer.aspx\">Volunteer as a Capitol Campus tour guide</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(10) > .col-xl-4.col-md-6.col:nth-child(12) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f83814f245e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-13436b1f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-4100c2824c3abb3926681b1abf8300c5f6edf2f8c31fdb7a9648c8dcb9e1ae06 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://dfi.wa.gov/financial-education/information/homes-and-mortgages\">Guide to home loans</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(12) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "963e52a4efb1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9e29a87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-4100c2824c3abb3926681b1abf8300c5f6edf2f8c31fdb7a9648c8dcb9e1ae06 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://dfi.wa.gov/homeownership\">Mortgage assistance, education, and resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(12) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b0c2dcee80d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c471b06"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-4100c2824c3abb3926681b1abf8300c5f6edf2f8c31fdb7a9648c8dcb9e1ae06 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://dfi.wa.gov/financial-education/information/homes-and-mortgages\">Guide to home loans</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(12) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c44c62affda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-af553fce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-82f86a46345b37b8d629778b604782a140c7964b1e7e9191b65114c2c4352f29 > .view-content.row > div > ul > li > a",
            "html": "<a href=\"https://ofm.wa.gov/washington-data-research\">Washington data &amp; research</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(12) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b40eb23bbdcd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59507959"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"fishing/\"]",
            "html": "<a href=\"http://wdfw.wa.gov/fishing/\">Fishing &amp; shellfishing information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(12) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8383022393f5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-953adba8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hunting/\"]",
            "html": "<a href=\"http://wdfw.wa.gov/hunting/\">Hunting information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(12) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74cffa6c9783",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-caf66ad4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-772986ffcd4704f2f62c13673cbc0e45137a4205bedbc7ca1e6ba1946e274885 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://wdfw.wa.gov/about/wdfw-lands\">Wildlife areas and water access sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(12) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5254eba85302",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2463b7bb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-a2c64e5313ee875a0bd0da8b60f0bc9d36d5d1800193a9d1b221cf3789da46c3 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">Get free or low-cost Washington Apple Health (Medicaid) coverage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32d1a64b9b7e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9bd330ca"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-a2c64e5313ee875a0bd0da8b60f0bc9d36d5d1800193a9d1b221cf3789da46c3 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">Get free or low-cost Washington Apple Health (Medicaid) coverage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "521272269b24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e481c384"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-a2c64e5313ee875a0bd0da8b60f0bc9d36d5d1800193a9d1b221cf3789da46c3 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">Get free or low-cost Washington Apple Health (Medicaid) coverage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37e309331d0e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ed9cd434"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-614be4f90dc612e9b66a418454e35ea418f2041d17f264fba4b3c01b776ea20f > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://doh.wa.gov/about-us/washingtons-public-health-system/washington-state-local-health-jurisdictions\">Find local health departments</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5ee0330f9f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f5f7d90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-614be4f90dc612e9b66a418454e35ea418f2041d17f264fba4b3c01b776ea20f > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment\">Community &amp; environmental health</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95842131af4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e97093f6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-614be4f90dc612e9b66a418454e35ea418f2041d17f264fba4b3c01b776ea20f > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://doh.wa.gov/data-and-statistical-reports\">Health data &amp; statistical reports</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7b658d3239",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51cca3f4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f769d43b2bd63b0b141e8d418249b88dd3c51e4c94486d7de261026658d34dc1 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.hum.wa.gov/employment\">State law against employment discrimination</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(15) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96343a9a50be",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-34874972"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f769d43b2bd63b0b141e8d418249b88dd3c51e4c94486d7de261026658d34dc1 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing\">Fair housing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(15) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83fb02d8507e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c03f4d93"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f769d43b2bd63b0b141e8d418249b88dd3c51e4c94486d7de261026658d34dc1 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.hum.wa.gov/file-complaint\">File a human rights complaint</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(16) > .col-xl-4.col-md-6.col:nth-child(15) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e27717c0ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-301948ec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-d483847c15f167479b345b7c437357b5a40a829a34998b9c908229fa0a481e50 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.insurance.wa.gov/auto-insurance\">Auto insurance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(18) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "763192549109",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-560ef13e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-d483847c15f167479b345b7c437357b5a40a829a34998b9c908229fa0a481e50 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.insurance.wa.gov/get-help-insurance-problem-or-question\">Get help with an insurance problem or question</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(18) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5e0c1434205",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d9666a2f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-d483847c15f167479b345b7c437357b5a40a829a34998b9c908229fa0a481e50 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.insurance.wa.gov/what-consumers-need-know-about-surprise-or-balance-billing\">Get help with a surprise medical bill</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(18) > .col-xl-4.col-md-6.col:nth-child(5) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf5fbd7e2a91",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d52eeb8c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-2760394df0239e66b490ec39d23117e6ff76bd40ca4b0a4ffa5db1883e608704 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"http://www.lni.wa.gov/tradeslicensing/apprenticeship/default.asp\">Apprenticeship</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "946ac809f79f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e567110a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"claims/\"]",
            "html": "<a href=\"https://lni.wa.gov/claims/\">Support for workers injured on the job</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44ed67a7c6a2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5bb7d143"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"insurance/\"]",
            "html": "<a href=\"https://lni.wa.gov/insurance/\">Workers' compensation coverage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "028cfeac9e77",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7c7fc00"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"fiscal.wa.gov/\"]",
            "html": "<a href=\"https://fiscal.wa.gov/\">State budget and fiscal information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(8) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "777e0d9c7414",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7082818"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"rcw/\"]",
            "html": "<a href=\"http://app.leg.wa.gov/rcw/\">Revised Code of Washington (RCW)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(12) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6e4768979b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab130f8f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wac/\"]",
            "html": "<a href=\"http://app.leg.wa.gov/wac/\">Washington Administrative Code (WAC)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(12) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dd833051994",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5e029a92"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-5a2519ba01ffe97079dad799a2bb6caeabd9b54458dc320757ff068b8d41bf13 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://app.leg.wa.gov/billinfo/\">Legislative bill information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(12) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b908461aa0c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cba12b77"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f89917025d2618ef63a2ef6896aaf2006769a8f2f0b82b421d68801db1954390 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"http://www.discoverpass.wa.gov/\">Washington State recreation lands pass (Discover Pass)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(15) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bc787ba06f5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab256999"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f89917025d2618ef63a2ef6896aaf2006769a8f2f0b82b421d68801db1954390 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"http://www.dol.wa.gov/driverslicense/\">Get a driver license</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(15) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ee2d097a3ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ce2e71f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f89917025d2618ef63a2ef6896aaf2006769a8f2f0b82b421d68801db1954390 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/buyingacar.html\">Buying a vehicle</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(24) > .col-xl-4.col-md-6.col:nth-child(15) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83876a4502eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f302bbb1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"alerts\"]",
            "html": "<a href=\"https://mil.wa.gov/alerts\">Learn about the types of emergency alert &amp; warning notfications</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(26) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "909cb4ef3709",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-911e5990"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f5dfe71e02827129d3ed14036eff6e13648ffc036c88a2c2e2d72ecce926d072 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://mil.wa.gov/disaster-assistance-overview\">Disaster assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(26) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6994157ddf54",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-28b136c2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hazards\"]",
            "html": "<a href=\"https://mil.wa.gov/hazards\">Learn about emergency threats &amp; hazards in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(26) > .col-xl-4.col-md-6.col:nth-child(3) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "492cdf99a410",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-56b35028"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"http://www.dnr.wa.gov/go\"]",
            "html": "<a href=\"http://www.dnr.wa.gov/go\">Camping and recreation on public lands managed by the Department of Natural Resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(28) > .col-xl-4.col-md-6.col:nth-child(2) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "101ced09d120",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc7e6ff9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-f31f7328f2bffdbca620518d1a0e17aa0ed799520b5479d550001a3c7c51031f > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"http://www.dnr.wa.gov/programs-and-services/geology/geologic-hazards/volcanoes-and-lahars#evacuation-and-preparation\">Volcano evacuation &amp; preparation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(28) > .col-xl-4.col-md-6.col:nth-child(2) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4fe5481e4ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-440ba4d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"burnportal.dnr.wa.gov/\"]",
            "html": "<a href=\"https://burnportal.dnr.wa.gov/\">Fire danger &amp; outdoor burning by county</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(28) > .col-xl-4.col-md-6.col:nth-child(2) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d21a728b8369",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a72b6b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-0fe2377c3f8c3d2cdf5bc44e7c9094a0aa059158c1333764883a778c2daf621e > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.parks.wa.gov/281/Find-a-Park\">Find a state park</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(32) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e868d4a40014",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86b49288"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-0fe2377c3f8c3d2cdf5bc44e7c9094a0aa059158c1333764883a778c2daf621e > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.parks.wa.gov/281/Find-a-Park\">Find a state park</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(32) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20e7590dc977",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-590e65b6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-3fde2e93a2deea75d08e53a8329a21d30125bf9d7d403eef4bd53a1866a59a2b > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://washingtonstatereportcard.ospi.k12.wa.us/\">State's report card on public instruction</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(32) > .col-xl-4.col-md-6.col:nth-child(18) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c39b675aa2d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9107ca61"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-3fde2e93a2deea75d08e53a8329a21d30125bf9d7d403eef4bd53a1866a59a2b > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.k12.wa.us/about-ospi/about-school-districts/websites-and-contact-info\">School districts, charter schools, &amp; tribal schools</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(32) > .col-xl-4.col-md-6.col:nth-child(18) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab90afe1319f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fa99a3bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-3fde2e93a2deea75d08e53a8329a21d30125bf9d7d403eef4bd53a1866a59a2b > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.k12.wa.us/certification\">Certification</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(32) > .col-xl-4.col-md-6.col:nth-child(18) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead28e43ea68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5538376"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a[href$=\"business.wa.gov/\"]",
            "html": "<a href=\"http://business.wa.gov/\">Small business guidance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(34) > .col-xl-4.col-md-6.col:nth-child(6) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b4503eacd44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9b8f9640"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a[href$=\"business.wa.gov/\"]",
            "html": "<a href=\"http://business.wa.gov/\">Small business guidance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(34) > .col-xl-4.col-md-6.col:nth-child(6) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0291fd04cea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-abc83409"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-739a2ec0b1e7fceb7ea065e693172136681512f18d6a2b1b369b70eadceb398b > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://dor.wa.gov/file-pay-taxes\">File and pay Business &amp; Occupation (B&amp;O) taxes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(34) > .col-xl-4.col-md-6.col:nth-child(8) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d453bc15c599",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2d6fe0fe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-739a2ec0b1e7fceb7ea065e693172136681512f18d6a2b1b369b70eadceb398b > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business\">Manage or close a business</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(34) > .col-xl-4.col-md-6.col:nth-child(8) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0931740fd99b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-affbcefc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-739a2ec0b1e7fceb7ea065e693172136681512f18d6a2b1b369b70eadceb398b > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://dor.wa.gov/open-business\">Open a business</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(34) > .col-xl-4.col-md-6.col:nth-child(8) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4f4e090c1da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1fd6fcec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b67ff679e798ae467cd0a371daa96e52726a9288295dd9468ec5d6de4bb6c2ad > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"http://www.digitalarchives.wa.gov/content.aspx?txt=volunteers\">Digital Archives volunteers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(36) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd86607ef6a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9fc21d84"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b67ff679e798ae467cd0a371daa96e52726a9288295dd9468ec5d6de4bb6c2ad > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"http://www.digitalarchives.wa.gov/Home\">Search state &amp; local digital archives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(36) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14e1a81bbe90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-baf910de"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b67ff679e798ae467cd0a371daa96e52726a9288295dd9468ec5d6de4bb6c2ad > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"http://www.sos.wa.gov/library/ask.aspx\">Ask a librarian</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(36) > .col-xl-4.col-md-6.col:nth-child(4) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9657d69ade5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b58663fe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ddd/\"]",
            "html": "<a href=\"http://www.dshs.wa.gov/ddd/\">Care for those with developmental disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(36) > .col-xl-4.col-md-6.col:nth-child(9) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54480cd5111c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7aafd001"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"dvr/\"]",
            "html": "<a href=\"http://www.dshs.wa.gov/dvr/\">Vocational rehabilitation services for individuals with disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(36) > .col-xl-4.col-md-6.col:nth-child(9) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a52ffea9a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-72116432"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-e16ece651ed781fa6c25a5d72333c1b8bc82071f7e1dfe8a1a2036ad83d82600 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/adult-care\">Adult care</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(36) > .col-xl-4.col-md-6.col:nth-child(9) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc00a5a7cfb7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58ea3366"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b022472cbf634799b75dc62fe586521fcdc9821ced138a65ff96d236a0e9d3cf > .view-content.row > div > ul > li > a",
            "html": "<a href=\"https://www.wsp.wa.gov/driver/rules-of-the-road/\">Rules of the road</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(36) > .col-xl-4.col-md-6.col:nth-child(11) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "208e7519d324",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f99a778"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-82d71b339713bcad5bdbe26641f1a1572d11f41efe1222bd0085b1d591342f21 > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://wsdot.com/travel/real-time/\">Real-time travel data</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(38) > .col-xl-4.col-md-6.col:nth-child(8) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e27c072545b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-330426a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-82d71b339713bcad5bdbe26641f1a1572d11f41efe1222bd0085b1d591342f21 > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation\">Local airports &amp; pilots</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(38) > .col-xl-4.col-md-6.col:nth-child(8) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce32bb45013c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dd3d318b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-82d71b339713bcad5bdbe26641f1a1572d11f41efe1222bd0085b1d591342f21 > .view-content.row > div > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/commercial-vehicles\">Restrictions and permits for traveling on state roads</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(38) > .col-xl-4.col-md-6.col:nth-child(8) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8acc94593448",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6cc60429"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-46860d67b662e89036f638b3b5db4f94046da98d73679205c56f4810138ee26c > .view-content.row > div > ul > li > a",
            "html": "<a href=\"https://tre.wa.gov/home/debt-management/\">Debt management</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(38) > .col-xl-4.col-md-6.col:nth-child(9) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7ebadeec33e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-073d27e2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b60aabf462eb887fafb00fabddc9ad6c02755a82ca8d135579706487dc31e98b > .view-content.row > div > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.utc.wa.gov/consumers/consumer-complaints\">Consumer complaints regarding utility companies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(40) > .col-xl-4.col-md-6.col > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdf99c80bb6d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3387e9f0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-b60aabf462eb887fafb00fabddc9ad6c02755a82ca8d135579706487dc31e98b > .view-content.row > div > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://www.utc.wa.gov/regulated-industries/transportation\">Regulated transportation industries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(40) > .col-xl-4.col-md-6.col > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13bf5acfee3a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf516d2e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-view-dom-id-a4c9bc4fcdebc232f322a6d559df33f0727708992efb9e0090a908099258f0cb > .view-content.row > div > ul > li > a",
            "html": "<a href=\"https://www.dva.wa.gov/veterans-their-families\">Assistance for veterans and their families</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".agency-group-row.row:nth-child(42) > .col-xl-4.col-md-6.col:nth-child(1) > .card.agency-card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "654085df94eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7a57eafc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">WA.gov Team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d2953dd5158",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec60e9311574",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 4756,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 99
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 13650,
          "failed": 288,
          "cantTell": 387,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "e1c332bf8f8b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94e45983636e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_GLWk1E6rs_WYGV9uz24tW3NVW-kv2g3dmHBrmOrhCjw.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUltywyAMvBCBIzE85Fg1II8k7Ob2Jc9mkmnzw0i7K6EVRCIV5bD6GJiRXGQIOXGv0cRXbiKu7-ixUAzlIHoq2I5vvJcedYYK7pdJuf2je2mYFsioxD6kRJyRmntEdmJqCi2bAYDL3NdQbPgK3yZHn7ooVa9ERW5dzVUSg8Af8z8JrvX3ymncFHYQGiM-xXaHeE7lo8DKjNXU4Sa4CYsC2xRWHTYMg6zUBDfwFVp3L7l9LOuzcrzfshI2_Si9O5a-Ak8os8OGauQkCtWdN2A2hF3c5bSVci9g9nCkzfeGm5_HVwF2F-SwoaAeYqG0_AB4d-4f\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d489fa8efa2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0846501f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUltywyAMvBCBIzE85Fg1II8k7Ob2Jc9mkmnzw0i7K6EVRCIV5bD6GJiRXGQIOXGv0cRXbiKu7-ixUAzlIHoq2I5vvJcedYYK7pdJuf2je2mYFsioxD6kRJyRmntEdmJqCi2bAYDL3NdQbPgK3yZHn7ooVa9ERW5dzVUSg8Af8z8JrvX3ymncFHYQGiM-xXaHeE7lo8DKjNXU4Sa4CYsC2xRWHTYMg6zUBDfwFVp3L7l9LOuzcrzfshI2_Si9O5a-Ak8os8OGauQkCtWdN2A2hF3c5bSVci9g9nCkzfeGm5_HVwF2F-SwoaAeYqG0_AB4d-4f\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f33bc004856",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1140c24f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd587929ddfc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8f5d6d94f12",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3392fb40cae4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "981c82f8292a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "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": "81aa84a54ae4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ace62ba2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.2586\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0a3e52530d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b932eb37"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.6140\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35663b8cb71b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f8ebe8b5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.407.2700\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "402d8cdeb910",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9fb6009b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.5664\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc60bb6c5fab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84509c00"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.458.2509\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54974d8456d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c78c32a4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.1800\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "357692173856",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-593331a7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://agr.wa.gov/services/consumer-protection-and-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01be8c7b73c0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef201a6f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://agr.wa.gov/washington-agriculture\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "938c243f1809",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-69b7cfa6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:253.512.3354\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b4fb21e6b04",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-67bac62d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.663.9600\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4323c4fadfd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b5ce935"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.3065\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34384e2c4f9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a58100d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.1388\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a96f6ef8df36",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d11efe3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.2168\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd273e706b76",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a785ba84"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:253.512.8000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cfe2fdde18a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ce5aa3b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.3860\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbc689e20bc8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e98c566c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.arts.wa.gov/center-for-washington-cultural-traditions/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a5c8721087d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cfe3518c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.arts.wa.gov/my-public-art-portal/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d14e9a4718f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ebc0005"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.5667\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fe237a2f654",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc9f2280"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.266.4303\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5eaa2edc101",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9773f0f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.6200\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09af9c9aee93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a19ce2ce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/consumer-issues\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dd1412fc173",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0b5d7ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/protecting-seniors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09e85cfc76cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95b9f73c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/volunteer-and-internship-opportunities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d243467c9873",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ed91a3a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.5171\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1877653c38a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9394cee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.0370\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2b5ef8d6af2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bab38df5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://sao.wa.gov/report-a-concern/how-to-report-a-concern/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "904f4be05a92",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c3894fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://sao.wa.gov/reports-data/report-types/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d5dfb42d700",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cce69e88"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.709.8015\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0321c207a6f4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d075f0eb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206-443-9722\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d6bdcdcd850",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9615377c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.444.2902\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3b1c1df1194",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e9f1c4ce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.787.1989\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "044d16130a8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8fb404e6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.3830\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb1fe37fd198",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7617d921"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dsb.wa.gov/our-services/youth-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d21493b9721",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95cd0875"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.696.6321\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a613c801865a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ed4a6a30"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.266.4300\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d3c687d8b93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec901617"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.407.9277\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec09b7cb27d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a4f4a19"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.9380\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a45d31d7d659",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44693d23"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.696.6525\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "438ca635c958",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-426740bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.5511\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f815ccc1aa4f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d441932c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/safety/report-abuse\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d4ca4ae0085",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5534549"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/find-child-care\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3965f38f3f03",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5ff24ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/foster-parenting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36436d42d8b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-48cad87d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.556.2744\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6a631b2e01d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-398cbacb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.704.4135\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb71e86ada0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21e2b630"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.6777\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4551f1f792e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3a71060"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.493.3323\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78ea8339222c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-30270375"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.4162\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb5b19fefef7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-77111ed3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.4000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6764d887c8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-661aed6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/crime-victims-advocacy/office-of-crime-victims-advocacy/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9357ddc3a6cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f822cc59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3fb3e0e4aaf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6dd21e2a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/crime-victims-advocacy/office-of-crime-victims-advocacy/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.704.4400\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b30099c89c5a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b791a4f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30d83a24ae63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e1eeaacc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/four-year-degree/four-year-schools.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41cc0f9e006a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2a590c1a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/explore-colleges/default.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3575b39ee8a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-376df787"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.407.6200\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11d722c69471",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-faee41b0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.scc.wa.gov/conservation-programs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21ec08a976a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3eef1690"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:%28360%29664-4749\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ede23f981a6a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2763ab10"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.8213\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc8f6c270574",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dfee408d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc8682832a06",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d5addaa8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/corrections/justice/sentencing/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6a86f0286fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f80429df"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/family/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdc93b772be1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c18509d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.5989\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fccc3f9247f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-98ba8ee2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.3365\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a99b0f2fc4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71840d2b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.3365\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/appellate_trial_courts/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "957f67a08a23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03454324"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/court_dir/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58b81b63452e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-12512619"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/court_rules/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4cbe78e3cd4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-baf95918"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.835.7372\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6039b8690550",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3e18ccf2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:425.672.0687\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45ab48d31a7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c3c476a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.8000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2b49f3735a2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf586462"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.9511\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8efaced35ce4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9bb08201"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.407.6000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "983b64326e47",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f4ce9684"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "332dd4161734",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-023a8f23"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate/Air-quality/Smoke-fire/Wildfire\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ca562d9281e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8ff17e9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Community-waste-toxics\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc231f3b22e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ad468763"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.534.1560\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f14ecfbd472",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e86c846"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.5660\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b5105df5cad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-248ef99c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.587.5634\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5cc843eb202",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7258c7cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.0599\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86b61c874f8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6131b1bb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.6025\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b34b5e4bc1e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71d502b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-pathway-options\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f3ac0d8adc3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-41c80b08"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-requirements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71c07b3e749d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65f8f910"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:253.512.7000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e57e79b5897d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2127c320"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.890.3500\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31d0b785a062",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c63670a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b71102d18ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dac6739b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/employer-roles-responsibilities/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "845352e3978d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-691fa7c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://worksourcewa.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a597f7eba0d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c3efa5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.1345\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a180d494034e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-12e8a38c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.1565\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50286f8e151b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e08494f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://careers.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74b360f6fe09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2270672f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/MemorialsArt/Pages/default.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a30fe5887eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f5f6d61"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/Pages/Volunteer.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c1d80dc6867",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44b8a6fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.9160\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e81dfa431ae0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb4e17d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360-902-3355\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42188d3c5d60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5a72ac33"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.0871\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b30f5108c277",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c0739075"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.956.2000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "827ba7d655cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e7bbed2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.439.3870\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "663a9dfb5db2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb3127e6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.7880\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4737501e9e16",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f0dfe34e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.8700\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "149c5949155e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dadf2331"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/financial-education/information/homes-and-mortgages\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a6486762584",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a7777f2d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/homeownership\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7c0c1565096",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-545ef012"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/financial-education/information/homes-and-mortgages\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.0555\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a4373e5a39b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-119532d4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ofm.wa.gov/washington-data-research\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eb4260f41f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4355182b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.2200\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "564948dd8a0e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f1c63b96"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://wdfw.wa.gov/fishing/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04bd98fac856",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f998c0c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://wdfw.wa.gov/hunting/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71abbb1c648e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f340daf7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/about/wdfw-lands\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36cd912d6422",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e419e98"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.1400\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ececca95b86d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5774a9c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.9695\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76274e0e5abb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3fae0f35"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.453.4837\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05ccd937d217",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdd70d88"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.486.3440\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e13fe214ffd5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bfb1db2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.407.8691\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "849b7e15ea1b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6ff3f34d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.4111\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf271777b9cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-df2bfa7a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.9170\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee43ecc31ac5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-14d8d990"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.835.1700\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2addbebc29ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-130240f2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.1000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b27a82e95c3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4eb90546"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad332126fe7b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d667924"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.6185\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c9d1759537",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c8bc2a68"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/about-us/washingtons-public-health-system/washington-state-local-health-jurisdictions\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1647ca104698",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1d8c496"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ecd4b9382a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-48318d22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/data-and-statistical-reports\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7a807972c1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47fb9708"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.236.4100\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21155f3d109b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4374e9f5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.464.7139\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7811848ebcc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-687f6381"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.456.3931\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe005d3fdc6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a48a7011"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:253.272.9747\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbf97fc7ff91",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc3f1d81"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.459.6462\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d6caa554359",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ac9f9e80"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7573\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "551a1194957b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a2981d2d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.464.7139\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360-664-6350\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca684182913f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-04f82201"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.6770\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb215fff012d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a1636bb3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/employment\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bef6ff9e062",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f70924dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54f20e247673",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-edc61baf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/file-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3fa8d3783d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1eb75fe6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.493.9266\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54380f42bea5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-19789bc2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.8827\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc33fa8d6541",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae173b4c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.6823\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "692edd677c78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ea8d604"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.7000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7069cbd64168",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f8f4fd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/auto-insurance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed60c7ba037f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4009ce01"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/get-help-insurance-problem-or-question\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c929427f02b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38362e7c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/what-consumers-need-know-about-surprise-or-balance-billing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "838adaa1bd55",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cef47bdf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.956.4600\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cbafd98da99",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3831a92e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:%28360%29786-7725\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61b8d2e701ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-917f9d78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7313\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9380b82d3e2b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-796457a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.4585\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2ffc2e17dc5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdbed767"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.5102\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2d0d1a5c240",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-17a512c1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.5800\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f038af82656",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-385fc4a1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.lni.wa.gov/tradeslicensing/apprenticeship/default.asp\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1be70282fb82",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d914dd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/claims/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d14f66e9650",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-00da903b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/insurance/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "917f4969ee27",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c5d3fe1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.1004\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5059ed43493f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-efe8fc36"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.1497\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5194f81520dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-50421dd3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.2320\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1486729f89e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-307c027d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.357.2136\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84283ac4ad78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7bd1b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:564.201.8246\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e25f011835d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7fb3fba3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7540\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94eb28872f38",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa185c2a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.6111\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5df5d90aa9d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c3e072f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fiscal.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c9d3b528e4f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c58afc75"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:%28360%29786-6444\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feed714667e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6dbd1d31"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7032\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b52bf532b218",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3a16acd5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7573\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7573\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://app.leg.wa.gov/rcw/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d6909561f9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-43a41058"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://app.leg.wa.gov/wac/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44ecf7863100",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2d99fca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://app.leg.wa.gov/billinfo/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb920a13ab44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18a93acb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.704.5200\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42f761d3106b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c987ce5c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.3600\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39e9010584ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec5eb912"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.discoverpass.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed633d19a141",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3ddf1b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dol.wa.gov/driverslicense/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8373a6c34ed9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-faffbcfc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/buyingacar.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "082fdf912571",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f631e7d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7700\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda665bf3576",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7b77051a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.1600\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb6adbba93ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1d2c8ec7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:%28360%29810-2888\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baf2f2b1a61c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb800f02"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:%28360%29236-2750\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88304ea84170",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bf40685c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.236.4700\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b63a060f6133",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f61e6434"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:253.512.8000\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/alerts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0246c1326d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d285735"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/disaster-assistance-overview\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703b480ce8ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b609266b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/hazards\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaf3f0d4c6aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52388d13"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.357.2109\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f5ec399701",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d1e355b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.9750\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f989b9d2b779",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bbd05759"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.3000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc1a2d0d332d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d4b2b1d2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.0656\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd791ddffce4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1e3544c1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.1000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffe836b7365a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ba407aea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dnr.wa.gov/go\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baae030e4af4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0fa435ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dnr.wa.gov/programs-and-services/geology/geologic-hazards/volcanoes-and-lahars#evacuation-and-preparation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cd00553b9a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a2ce68c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://burnportal.dnr.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2944997a745",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ab96189"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.453.4837\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.438.1180\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b9135f11828",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b0acefe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:503.222.5161\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b852fc6fdbb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-23ac57e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.236.4700\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.4802\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d3b238cbb59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-afb50f6a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.8844\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67d067b40163",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-971401bc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.parks.wa.gov/281/Find-a-Park\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bc05156d1e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-feca0fb8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.parks.wa.gov/281/Find-a-Park\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.6140\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.1481\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e23ec21cee72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c1ae945"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.266.4305\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4aefb281fc4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa932642"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.236.4700\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.515.3904\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9d83a643468",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1abbea31"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.9160\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.407.0520\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d256143b724",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0122f6b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.765.8845\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e05bc8606529",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-41f0ef5f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.704.5203\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "296158beda65",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2321bfa3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.6275\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ba56dea1197",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-62e02d26"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.236.4700\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.9000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a75daca06e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-22e43950"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.1111\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3773e7c809a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59bb8a32"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.0440\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "134de0ddbdbd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-291f31f2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.570.7300\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de1b189b51c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ac7a3826"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.6000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "689c6a0e578a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-df62a520"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://washingtonstatereportcard.ospi.k12.wa.us/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b064cc21faeb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c9b05dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/about-ospi/about-school-districts/websites-and-contact-info\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec40412f6f34",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-43a84a90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/certification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02afe3acd73f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9835ba9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.2677\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69fc4f1323ff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1164e105"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.4120\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "900353d92da4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-67e1abe5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.464.1232\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5680bf6c2f76",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4670146a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.595.8734\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7257125170b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f77ca95"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.6504\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ede1d78c4f27",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1df02339"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.6488\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0356ae6bd1f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b389d3ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.3000\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.654.8767\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806ebc96bc1b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a7e42ee1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.0770\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c69c33ce5f65",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80fc79b9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.0628\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0919decb2572",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bb224a91"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://business.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "267c8604f37e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-375091aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://business.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.7000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b223d639b55a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2abee8a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.705.6705\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0017b6aba2b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29b430f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/file-pay-taxes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8adbffcbd1f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-845a2b83"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e44db7bee159",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f2df327"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/open-business\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7040bf485fb6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4cbc3fa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.3000\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.2580\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57f064e1da1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2e66dbe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.493.9231\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b219cd42c6e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bec96065"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.4151\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d2b095019f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e1f017a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.digitalarchives.wa.gov/content.aspx?txt=volunteers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d243814d25d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c2a856b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.digitalarchives.wa.gov/Home\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5b55ef68717",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3efb2415"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.sos.wa.gov/library/ask.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2420f0dd129f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c40d722d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.354.4670\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b338ba0d68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec6d2984"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.7550\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f81d9552de4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-604f1b3f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360-902-0552\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7bad3363fe3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-088e2678"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.9160\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dshs.wa.gov/ddd/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc8201d0ad14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-544f41b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dshs.wa.gov/dvr/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "986ad65e04c4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-031d2f70"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/adult-care\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87cffcb023b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-11ae8df5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.596.3900\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3278ee0fcb5a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16f09f3d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wsp.wa.gov/driver/rules-of-the-road/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1473285d524",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f472fff"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.357.2077\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc81d9b5df8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3166e3e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.5446\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05cfc1c79cba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7eba99aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.786.5171\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.464.7139\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.7104\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62575ee7e771",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18ab5a6d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.9860\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fd0435d3180",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa9b0bd7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.705.7070\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99318ea2b890",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1e58efc3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.1140\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78b50657d7e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-54c1194b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.705.7000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f4bcdf4b6dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-37c7a217"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.com/travel/real-time/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b472a2ffa3e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f98803b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f96c4949a7de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58d82b73"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/commercial-vehicles\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6d24ed0aa8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e0dd7f30"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.9000\">",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://tre.wa.gov/home/debt-management/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd71ffbd405a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a957dd1d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.665.8271\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b551d48bac23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7add452"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.783.4676\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c1f921d8812",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18dfd4d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.725.3999\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c74c896c923e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80b066c9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.664.1160\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb6a2f97eead",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c35349d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.utc.wa.gov/consumers/consumer-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb86711fe136",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7b899f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.utc.wa.gov/regulated-industries/transportation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5865ef15691",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4fe73e22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dva.wa.gov/veterans-their-families\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66a24a9f6794",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b82e2b23"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:509.456.2481\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1aefa1178c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-796eb5f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.902.3088\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f5ffd1c371d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce86be93"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.753.7800\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "989f6aa1b9e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3d5248e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.586.1000\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b52cea1e99ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec2291f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:206.667.9463\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e65754acfb2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2e0af5eb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360-902-8015\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1af544d3581",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ed790d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:360.709.4600\">",
            "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 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f5622902ce2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f872a1b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82354758bf41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 14137,
        "uniqueFailedCount": 265,
        "duplicateFailedCount": 23,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 23
    },
    {
      "submittedUrl": "https://wa.gov/businesses",
      "finalUrl": "https://wa.gov/businesses",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8448,
      "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": 680,
          "failed": 32,
          "cantTell": 9,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-name",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://dor.wa.gov/open-business\">Open a business</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcf4d978fe3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business\">Manage or close a business</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4cf685cd009",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a",
            "html": "<a href=\"https://dor.wa.gov/file-pay-taxes\">File and pay B&amp;O taxes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "172c3cb8b911",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a68f8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a",
            "html": "<a href=\"https://www.esd.wa.gov/employer-taxes\">Unemployment taxes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cec82891a865",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0dbf7698"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(8) > a",
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Business-waste\">Business waste</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "725ac84c19a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c399849a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"business.wa.gov/\"]",
            "html": "<a href=\"http://business.wa.gov/\">Small business guidance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d7317f7b63e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1631f535"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"omwbe.wa.gov/\"]",
            "html": "<a href=\"https://omwbe.wa.gov/\">Minority and women-owned businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4173b488c9e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5d30f50"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://www.dva.wa.gov/veterans-service-members-and-their-families/veteran-owned-businesses\">Veteran owned businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d979543440f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(12) > a",
            "html": "<a href=\"https://des.wa.gov/services/contracting-purchasing/doing-business-state\">Doing business with the state</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4f383931023",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d19eb056"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(13) > a[href$=\"businesses\"]",
            "html": "<a href=\"https://mil.wa.gov/businesses\">Emergency preparedness for businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "731a40ab9d07",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9c4b762"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"insurance/\"]",
            "html": "<a href=\"https://lni.wa.gov/insurance/\">Workers' compensation coverage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad69105f6ab5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7c7fc00"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(15) > a",
            "html": "<a href=\"https://paidleave.wa.gov/employer-roles-responsibilities/\">Paid leave reporting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17fa2141986c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb6d55f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(16) > a",
            "html": "<a href=\"https://www.esd.wa.gov/about-employees\">Resources for employers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "247519354cad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3ff3029"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(19) > a",
            "html": "<a href=\"https://www.dol.wa.gov/listoflicenses.html\">List of licenses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f13d746eb762",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a4cc6dd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(20) > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/checkstatus.html\">Check the status of a professional license</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0b03563a50",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-695f41bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a",
            "html": "<a href=\"http://www.lni.wa.gov/tradeslicensing/apprenticeship/default.asp\">Apprenticeship</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac8321277665",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45500575"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(22) > a",
            "html": "<a href=\"https://secure.lni.wa.gov/arts-public/#/program-search\">Find an apprenticeship</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "953108b1a699",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e98f911"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(25) > a",
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/commercialvehicles.html\">Commercial vehicle registration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7369bd93a5fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b5d6b74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(26) > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/commercial-vehicles\">Restrictions and permits for traveling on state roads</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ec52f6e621a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebc2d20f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(27) > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdl.html\">Learn how to get your commercial driver’s license in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3050e68e0ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29045e36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a",
            "html": "<a href=\"https://wadolprft.gentax.com/TAP/_/\">Taxpayer Access Point</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93d05540a14f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae192160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\" hreflang=\"en\">SecureAccess Washington (SAW) Login for State Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de635cbf32c9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f245aa7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/use-public-transportation\" hreflang=\"en\">Use Public Transportation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4750495e084f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b655e907"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/bicycle-commuting\" hreflang=\"en\">Bicycle Commuting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44f4553f042e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9ab5ccd2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2b3c1f12557",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/SAW-guide_0_0.jpg?itok=UeoHwuKw\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fa550f96a2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e69532b9"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/public-transportation.jpg?itok=4Rr8FvMC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf4961e6a410",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02d2c4eb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/bicycle-commute-guide_99091035_Preview_0.jpg?itok=Et5Etisn\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b25944e5cf31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ebf401d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/SAW-guide_0_0.jpg?itok=UeoHwuKw\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba3d6186b09d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a74320a7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/use-public-transportation\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/public-transportation.jpg?itok=4Rr8FvMC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7b2ffd7d61c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a95a0e8f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/bicycle-commuting\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/bicycle-commute-guide_99091035_Preview_0.jpg?itok=Et5Etisn\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03da70d2c64e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bba6a66b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c72988fc0de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 761,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 32
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1514,
          "failed": 48,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "80d50bd5d811",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01b3a672e60a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdba4f0b6097",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3f726033380",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d64560c6a230",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bf2ee31e287",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "615665931b53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eea6d0ce6ee4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Bellingham, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce9580bfb586",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Bellingham, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f9775213168",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Visit Bellingham, Washington and the surrounding Whatcom County for abundant nature, outdoor adventure and sweeping scenery from the Salish Sea to Mt. Baker and North Cascades National Park. Enjoy farm to table menus, craft brews, family moments, a vibrant arts scene and charming historical treasures. \" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d5f002d518e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-75975231"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "2ad99374ce97",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b7668213659",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8982f4915bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f81556c3cfb6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/open-business\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0da91d362c27",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4cbc3fa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95c76c9c1b16",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f2df327"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/file-pay-taxes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f246382b9b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-845a2b83"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.esd.wa.gov/employer-taxes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecbcdff44a55",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d9d85482"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Business-waste\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a99611f45aa7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-608b0eb5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://business.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef5d5fc9bd31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-375091aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://omwbe.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdacca315320",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-afeee6a4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dva.wa.gov/veterans-service-members-and-their-families/veteran-owned-businesses\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc750ce087fe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-426eeaf6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://des.wa.gov/services/contracting-purchasing/doing-business-state\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d372f57bfa1f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78c02a0a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/businesses\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6dca5a5491c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7b6fb001"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/insurance/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5831ea34f45e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c5d3fe1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/employer-roles-responsibilities/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8d0a0b10c26",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-691fa7c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.esd.wa.gov/about-employees\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c61a8c2a52e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ff6cc97"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/listoflicenses.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a85a696434f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-642a59b0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/checkstatus.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d7764e2e618",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a228f33f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.lni.wa.gov/tradeslicensing/apprenticeship/default.asp\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b97e2f30611",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d914dd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://secure.lni.wa.gov/arts-public/#/program-search\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "509c3d3e2beb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9158e09"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/vehicleregistration/commercialvehicles.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4c068e2a5a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-934eae97"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/commercial-vehicles\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccecbf3255c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e0dd7f30"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdl.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f10fd48a3f2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b054458c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wadolprft.gentax.com/TAP/_/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6226c309e4d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f198c19"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86b1abcd796c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f3ef4e1b"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/SAW-guide_0_0.jpg?itok=UeoHwuKw\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78fba0b5fedc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eff4f2cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f191702287b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-caf1914d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3aa28f6f01b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/use-public-transportation\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "121a8df2f9d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-130af0b8"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/public-transportation.jpg?itok=4Rr8FvMC\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b3e306b26fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-32405b80"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/use-public-transportation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60fa516ecf30",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1816eee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/bicycle-commuting\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4041267ef95",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ea287818"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/bicycle-commute-guide_99091035_Preview_0.jpg?itok=Et5Etisn\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "369fe5cbdbf2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9934b85d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/bicycle-commuting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3041e20264e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4be4aca1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1562,
        "uniqueFailedCount": 46,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/education",
      "finalUrl": "https://wa.gov/education",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8803,
      "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": 772,
          "failed": 24,
          "cantTell": 8,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://washingtonstatereportcard.ospi.k12.wa.us/\">State's report card on public instruction</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a8a58e509f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-22389c16"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.k12.wa.us/certification\">Certification</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5406cf23563",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ad0fce2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"educationnorthwest.org/\"]",
            "html": "<a href=\"http://educationnorthwest.org/\">Education Northwest</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82fc5da3e77f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8bb1da81"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.k12.wa.us/educator-support\">Educators Support</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd43c422fb63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-580d6d13"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.k12.wa.us/student-success\">Student success</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a77d17bd384",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c8a46b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/\">Becoming a college student</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "638ef41c3261",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f16b8030"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/explore-colleges/default.aspx\">Community &amp; technical colleges</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eb6a7246517",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc4ad547"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/four-year-degree/four-year-schools.aspx\">Four-year colleges &amp; universities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2df18558246",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-42f290d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"icwashington.org/\"]",
            "html": "<a href=\"https://icwashington.org/\">Independent Colleges of Washington (ICW)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bccb61138d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa6121e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"529.wa.gov/\"]",
            "html": "<a href=\"https://529.wa.gov/\">WA529 Guaranteed Education Tuition (GET)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50a7c11c1310",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51c1f7aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-requirements\">Career &amp; college-ready graduation requirements</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "066ca32adc2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1de2285"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-pathway-options\">Graduation pathway options</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b46c3d8360f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c7415be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.k12.wa.us/about-ospi/about-school-districts/websites-and-contact-info\">School districts, charter schools, &amp; tribal schools</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee55c9a4346b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a7377d3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wssb.wa.gov/\"]",
            "html": "<a href=\"http://www.wssb.wa.gov/\">School for the Blind - 6th through 12th grade</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f0afa1e464b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d40f94c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.sos.wa.gov/library/ask.aspx\">Ask a librarian</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f1324657c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51a8f414"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sos.wa.gov/library/search/\">Find a public library</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e004fbdfc8f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-addddd41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.digitalarchives.wa.gov/Home\">Search state &amp; local digital archives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d4154dd0948",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b30aa1b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sos.wa.gov/library/catalog.aspx\">Search the State Library catalog</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f8ef093a9a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-304f199e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.collegesuccessfoundation.org/\">College Success Foundation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf06764f12cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f6392aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sbctc.edu/paying-for-college/\">Paying for college</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12bd6147f5e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49724006"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"become-resident\"]",
            "html": "<a href=\"/how-to-guides/become-resident\" hreflang=\"en\">Become a Resident</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cda4ed480371",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd5193fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"financial-aid\"]",
            "html": "<a href=\"/how-to-guides/financial-aid\" hreflang=\"en\">Financial Aid</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9cb85f04294",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4e50c6b2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b35c28e29853",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f414007c952",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 843,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 24
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1617,
          "failed": 38,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "f42478b09593",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d6eda2705f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73aced234d77",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5ca86b2951d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3cd142f148",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80129abb1953",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6734be42eaaf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f228299cfac5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Lake Wenatchee, Chelan County, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41495191b372",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Lake Wenatchee, Chelan County, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19772669e9ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Lake Wenatchee is a Northwest icon, a clear blue lake surrounded by mountains. Though its shallow lagoon is perfect for pint-sized swimmers, the 5-mile-long lake is 244 feet deep at its greatest depth and is a popular destination for boaters and windsurfers.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d23a273c074e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f96f5907"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "fcf847609135",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40bfc2b1f1e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dfc531ecfcf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://washingtonstatereportcard.ospi.k12.wa.us/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f066c97fcf7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c9b05dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/certification\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46eadbf6bc6b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9835ba9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://educationnorthwest.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e007a5037a1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e39b524c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/educator-support\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ab4356dd0dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-937ef5d2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/student-success\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dc4767a3127",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a93f9b73"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2d8eced4879",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e1eeaacc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/explore-colleges/default.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab4892bdf138",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-376df787"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/becoming-a-student/four-year-degree/four-year-schools.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76329904993f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2a590c1a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://icwashington.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8308e540b82c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b283ae17"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://529.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e05315cb0b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd3fecae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-requirements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "793c7e08210b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65f8f910"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-pathway-options\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9192fedec39d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-41c80b08"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/about-ospi/about-school-districts/websites-and-contact-info\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed7a85891ab9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-43a84a90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.wssb.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dbf0d5fd917",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c7b456f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.sos.wa.gov/library/ask.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41bd31b34414",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c40d722d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/library/search/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7555fe77c2a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-498fbac4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.digitalarchives.wa.gov/Home\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd9bdaf62cf3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3efb2415"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/library/catalog.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "273d84e7f175",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4fb75da4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.collegesuccessfoundation.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a631f492f61a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f8e5b34a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/paying-for-college/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca534f55275e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa04aa29"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/become-resident\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe68a48274e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ac16fe7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67ba4a8d2f21",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/financial-aid\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec0e2c01b936",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-135ced4a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1655,
        "uniqueFailedCount": 37,
        "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://wa.gov/families",
      "finalUrl": "https://wa.gov/families",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 9194,
      "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": 800,
          "failed": 60,
          "cantTell": 9,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-name",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://www.washingtonconnection.org/home/explorecategories.go?locale=en_US&amp;category=FD\">Resources to help you find food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d9e292519b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://feedingwashington.org/find-food/\">Map of currently open food banks and meal programs in our state</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "768d5ea733c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/nutrition-and-physical-activity\">Improving health with nutrition and physical activity</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27680f0f3178",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a68f8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wa211.org/\"]",
            "html": "<a href=\"https://wa211.org/\">Washington 2-1-1</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f6ea3a648a2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66c788dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a",
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid/how-we-work\">Learn how Washington Apple Health works</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b5a9fdefabd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b562d8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">Apply for Washington Apple Health&nbsp;</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c2256e1026c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(14) > a",
            "html": "<a href=\"https://mil.wa.gov/preparedness\">Learn more about emergency preparedness</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cca5dc4672fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1afa9acf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"personal\"]",
            "html": "<a href=\"https://mil.wa.gov/personal\">For individuals, families, and pets</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86633dd78f12",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c517360"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(16) > a",
            "html": "<a href=\"https://www.youtube.com/watch?t=369&amp;v=L_9e8iQF51I&amp;feature=youtu.be\">Watch the Prepare in a Year webinar</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0356a2584f5e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3ff3029"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kits\"]",
            "html": "<a href=\"https://mil.wa.gov/kits\">Build your disaster kit</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "743c88b13d04",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-33c85223"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pets\"]",
            "html": "<a href=\"https://www.ready.gov/pets\">Prepare your pets for disaster</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4de49f52cbba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fe059998"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(19) > a",
            "html": "<a href=\"https://mil.wa.gov/publications\">Emergency Preparedness Guide and links to other publications</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4efda8cccfa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a4cc6dd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(22) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/find-child-care\">Find childcare and early learning providers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04e8112e157b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e98f911"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(23) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/getting-help\">Get help paying for childcare</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c998b9af976",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c6908a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(24) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/foster-parenting\">Foster parenting and kinship care</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d37c4333887e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a157544f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(25) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/safety/report-abuse\">How to report child abuse or neglect</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "725745927f6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b5d6b74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(26) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/infants-and-children\">Raising healthy infants, children, and teens</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7c903114381",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebc2d20f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(29) > a",
            "html": "<a href=\"https://www.k12.wa.us/about-ospi/about-school-districts/websites-and-contact-info\">List of school districts, charter schools, and tribal schools</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6623f7ebb76e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9963637"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(30) > a",
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-requirements\">Career and college-ready graduation requirements</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56159360b5dc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9526599"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(31) > a",
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-pathway-options\">Graduation pathway options</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "552a78f52774",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-456176ce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wssb.wa.gov/\"]",
            "html": "<a href=\"http://www.wssb.wa.gov/\">School for the Blind&nbsp;</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "266013963bd7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d40f94c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(33) > a",
            "html": "<a href=\"https://dsb.wa.gov/our-services/youth-services\">Services for youth who are blind or have low vision</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "733891b1c23d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-344d37d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(34) > a",
            "html": "<a href=\"https://www.k12.wa.us/student-success\">Student success</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b5739570c2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa1f4534"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(37) > a",
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/explore-colleges/default.aspx\">Community and technical colleges</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "653a88bfec66",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9aab49d0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"icwashington.org/\"]",
            "html": "<a href=\"https://icwashington.org/\">Independent Colleges of Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f2ac8ff7bcb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa6121e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(39) > a",
            "html": "<a href=\"https://wsac.wa.gov/colleges-and-institutions-washington\">List of colleges and universities in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a653017909d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-113d5db4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(40) > a",
            "html": "<a href=\"http://www.collegesuccessfoundation.org/\">College Success Foundation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "165d95310633",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38c2d669"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(41) > a",
            "html": "<a href=\"https://www.sbctc.edu/paying-for-college/\">Paying for college</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc1777bf518d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-347fb00e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"529.wa.gov/\"]",
            "html": "<a href=\"https://529.wa.gov/\">WA529 Guaranteed Education Tuition (GET)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0aa0e64ff6c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51c1f7aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(45) > a",
            "html": "<a href=\"https://www.doc.wa.gov/family/default.htm\">Information for families and visitors going to correction facilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d40a0933e0c7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68d238eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(46) > a",
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/send/default.htm\">Send something to a loved one serving time</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1abba4ef4d7f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-485f7994"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(47) > a",
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/visiting/default.htm\">Visitor guidelines</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dee57f46a81c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-633d24a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(48) > a",
            "html": "<a href=\"https://www.doc.wa.gov/docs/publications/500-HA002.pdf\">Guide for Family and Friends of the Incarcerated</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dac8518fc79",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65ff9210"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(49) > a",
            "html": "<a href=\"https://www.doc.wa.gov/family/support.htm\">Family support resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af7f056bc231",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40ca286a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(52) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention\">Injury and Violence Prevention Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "385c0612a4cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bbd2c146"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(53) > a",
            "html": "<a href=\"https://doh.wa.gov/sites/default/files/2022-02/971-045IVPGuideMay2021.pdf?uid=62c4ba5c0b2c9\">Review data on injury and read about evidence-based practices</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8fd614c6c3a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-93088041"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(54) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/older-adult-falls\">Older adult falls</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffaed4c40af3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fc9af670"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(55) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/opioid-overdose-prevention\">Opioid overdose prevention</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35b48d60c830",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7dfb69cc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nhtsa.gov/\"]",
            "html": "<a href=\"https://www.nhtsa.gov/\">Pedestrian and motor vehicle safety</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "409afa91d888",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef2a8a97"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(57) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/washington-state-safe-kids-coalition\">Prevention childhood injuries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "340f195dc619",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cdc24355"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(58) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/sexual-and-domestic-violence\">Sexual and domestic violence</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00b92fd30d4b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6ca003ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(59) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/suicide-prevention\">Suicide prevention</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1460b9430790",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d069c629"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(60) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/traumatic-brain-injuries\">Traumatic brain injuries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad448e2191d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51630055"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(61) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/washington-state-violent-death-reporting-system-wa-vdrs\">Washington State Violent Death Reporting System</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc4cf6c0ed7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b106f786"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(64) > a",
            "html": "<a href=\"http://www.sos.wa.gov/library/ask.aspx\">Ask a librarian</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b12d5273b177",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cea62885"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(65) > a",
            "html": "<a href=\"https://www.sos.wa.gov/library/aboutus.aspx\">Washington State Library hours and contact information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50602eb2c400",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-990f116d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(66) > a",
            "html": "<a href=\"https://www.sos.wa.gov/library/branchlibraries.aspx\">Branch libraries within other state agencies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feddeaa22df4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2ae9c36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(67) > a",
            "html": "<a href=\"https://www.sos.wa.gov/library/search/\">Find a public library</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bdeab12fb09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-221a9fb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(68) > a",
            "html": "<a href=\"https://www.sos.wa.gov/library/card.aspx\">Get a library card</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "976e3078e3ff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9be36895"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"become-resident\"][hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/become-resident\" hreflang=\"en\">Become a Resident</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4344efced210",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7821e5e6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\" hreflang=\"en\">Vote &amp; Participate In Local, State, &amp; Federal Elections</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d8234afbafd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b655e907"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"get-outside\"][hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/get-outside\" hreflang=\"en\">Get Outside</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47ebcffcb619",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da007b38"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7d913efe1db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"become-resident\"] > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/lake-diablo-how-to.jpg?itok=jzW2hUAC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "853268d57275",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-00e7eaca"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/vote-how-to.jpg?itok=2mVUcT2-\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "733d90fed531",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02d2c4eb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"get-outside\"] > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e38331b31a2b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d97b299"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".z-img > a[href$=\"become-resident\"]",
            "html": "<a href=\"/how-to-guides/become-resident\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/lake-diablo-how-to.jpg?itok=jzW2hUAC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8038bc8d9ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab2a8303"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/vote-how-to.jpg?itok=2mVUcT2-\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57e6fa3ebdbe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a95a0e8f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".z-img > a[href$=\"get-outside\"]",
            "html": "<a href=\"/how-to-guides/get-outside\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a0b4cf28c54",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5a55d698"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae72f16b680a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 909,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 60
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2018,
          "failed": 76,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "0016ee084603",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "366dc06e6805",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da87cb4276a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4e2f301c5b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "644f047979c9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e2e6085bed6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "761cbeb5c3a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1de0c57bef66",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Mukilteo Lighthouse Park - Credit Dale Slater' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d793af57337",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Mukilteo Lighthouse Park - Credit Dale Slater' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8429b8f646bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"The Mukilteo Lighthouse Park was constructed in the 1950s on a filled tideland and has provided continuous public beach access up to the present.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b44786a1ba3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38824030"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "0a0c59ac0a87",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da15a505685a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aff78be1777a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washingtonconnection.org/home/explorecategories.go?locale=en_US&category=FD\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e6241541cfc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c5dcd09b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://feedingwashington.org/find-food/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eef22c5d0430",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c6e7399"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/nutrition-and-physical-activity\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4314b56bd700",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f6c2dafa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa211.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a726157aa53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40603591"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid/how-we-work\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73da76be0ba2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef971cf7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edfc44835166",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d667924"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/preparedness\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ae63044a181",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7057eba0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/personal\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee21de2f1200",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be790ed1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/watch?t=369&v=L_9e8iQF51I&feature=youtu.be\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "843037c840f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5bd7d997"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/kits\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84053b679721",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5a7a3847"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ready.gov/pets\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21ea5fa3d444",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f760f79"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/publications\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8513b97ba714",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71e774a7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/find-child-care\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d366c94edb60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5ff24ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/getting-help\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9acdf7f7250",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24535e98"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/foster-parenting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09ce1f6c421d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-48cad87d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/safety/report-abuse\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a6a6721d2ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5534549"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/infants-and-children\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcf4a524bc3f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2c7bfcc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/about-ospi/about-school-districts/websites-and-contact-info\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c12715b18716",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-43a84a90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-requirements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a7a0f5e503",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65f8f910"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbe.wa.gov/our-work/graduation-pathway-options\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d900ada9fdc0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-41c80b08"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.wssb.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2134137295f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c7b456f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dsb.wa.gov/our-services/youth-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c07fed5166a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95cd0875"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.k12.wa.us/student-success\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88dd152bf0ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a93f9b73"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c356d02ccf25",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/explore-colleges/default.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "251193ec26ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-376df787"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://icwashington.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a08d504dadd5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b283ae17"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsac.wa.gov/colleges-and-institutions-washington\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "190ea496129d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6afb837"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.collegesuccessfoundation.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "410b2a08ad8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f8e5b34a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/paying-for-college/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60a40f7ab0b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa04aa29"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://529.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87f6e6248cb2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd3fecae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/family/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2603cf5fb1d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c18509d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/send/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "840041f18612",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-caf2a8b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/visiting/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11d091f7113c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f2ced0f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/docs/publications/500-HA002.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b581ec52731",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71bd297c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/family/support.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27494ebf3f4f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a40e9de6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ddcc8f7d772",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-feff0e72"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/sites/default/files/2022-02/971-045IVPGuideMay2021.pdf?uid=62c4ba5c0b2c9\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a782a59e7f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9813cc3b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/older-adult-falls\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fa858bff959",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3f68c18e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/opioid-overdose-prevention\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "628548e49c62",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0ef41d44"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.nhtsa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a6ba9910734",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-72c3b117"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/washington-state-safe-kids-coalition\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c465d4ba88d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4971b261"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/sexual-and-domestic-violence\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79749a752e09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-669698d2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/suicide-prevention\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef93d4676928",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-55fea508"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/traumatic-brain-injuries\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ba105f7fa74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d45108d2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention/washington-state-violent-death-reporting-system-wa-vdrs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "737782a7efca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02ac5a12"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.sos.wa.gov/library/ask.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80cdf046aa3f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c40d722d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/library/aboutus.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e863707413c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-672b4248"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/library/branchlibraries.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb2b76912449",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c124282"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/library/search/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a099d23de71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-498fbac4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/library/card.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89566c367d7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c0146acf"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/become-resident\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80025aec2db8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03ef0c5f"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/lake-diablo-how-to.jpg?itok=jzW2hUAC\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bd9e9ea7687",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49f87ded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/become-resident\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed7a4d4d4631",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ac16fe7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd7ecfc530c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13b1b61657d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-397bc4ba"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/vote-how-to.jpg?itok=2mVUcT2-\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a3bcaddd625",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-13a27741"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/vote-participate-local-state-federal-elections\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b42aeeee3e01",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c250b946"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/get-outside\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eea0c3c26129",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-32ec0548"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46d1b153fc9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-953d37f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/get-outside\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a27d2c6697b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cefc3041"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2096,
        "uniqueFailedCount": 74,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/File%20a%20Complaint",
      "finalUrl": "https://wa.gov/File%20a%20Complaint",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7172,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba826ed6ed3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b181ce8f255",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3aaa8eb6917",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc609416ccb1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ec849f2cde1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d48b55a44ca3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "bfe6b869960d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78705e01e160",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15dac30250f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acb72262e9e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80b05537f1d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65f5e7eb2948",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af64328e9e8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30986075162c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "183b63aeaf9e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59db4a250f90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7598e99b310b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b007994be48a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/health-and-safety",
      "finalUrl": "https://wa.gov/health-and-safety",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 9062,
      "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": 1044,
          "failed": 60,
          "cantTell": 9,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dshs.wa.gov/adult-care\">Adult care</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "469150f886ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf0d8bb6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bha\"]",
            "html": "<a href=\"https://www.dshs.wa.gov/bha\">Care for those with addiction and mental health conditions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f09dc43688",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-53164e24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ddd/\"]",
            "html": "<a href=\"http://www.dshs.wa.gov/ddd/\">Care for those with developmental disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb75f5414e16",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7aafd001"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/long-term-care-services-information\">Long-term care services &amp; information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a65e7192b6ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8d50d0a8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.atg.wa.gov/protecting-seniors\">Protecting seniors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17f4eb33562c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2fae7e42"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/find-child-care\">Find child care &amp; early learning providers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a60fe767231d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ad0fce2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/foster-parenting\">Foster parenting &amp; kinship care</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebcdc1eecbe6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-94d8b761"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/safety/report-abuse\">How to report child abuse or neglect</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ba780d30b4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-580d6d13"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/infants-and-children\">Raising healthy infants, children, and teens</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3e50e5cc70e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c8a46b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dsb.wa.gov/our-services/youth-services\">Services for youth who are blind or have low vision</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec17631bcb72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5660a5b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/community-and-environment\">Community &amp; environmental health</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77848ae48be6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f16b8030"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate\">Current air quality information and climate change effects</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2f4bc2262c4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc4ad547"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.drought.gov/states/washington\">Current drought conditions for Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2baeda380931",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-42f290d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Reducing-recycling-waste\">Reducing &amp; recycling waste</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8b03ff4a016",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b4588999"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Water-Shorelines\">Water quality and supply</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "269aa9a53da0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38b64050"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wcatwc.arh.noaa.gov/\"]",
            "html": "<a href=\"http://wcatwc.arh.noaa.gov/\">Current tsunami advisories for West Coast &amp; Alaska</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c833369f5ca6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-470d0f58"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"burnportal.dnr.wa.gov/\"]",
            "html": "<a href=\"https://burnportal.dnr.wa.gov/\">Fire danger &amp; outdoor burning by county</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b4438b69142",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a72b6b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"alerts\"]",
            "html": "<a href=\"https://mil.wa.gov/alerts\">Learn about the types of emergency alert &amp; warning notfications</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a28557fc64ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-911e5990"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pnsn.org/\"]",
            "html": "<a href=\"http://www.pnsn.org/\">Recent earthquake activity in the Pacific Northwest</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18bdbbef70cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0c6fdfd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://mil.wa.gov/disaster-assistance-overview\">Disaster assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76abe52c1809",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51a8f414"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Footer/Report-an-environmental-issue\">Report an environmental issue</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3216685735c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-addddd41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.doh.wa.gov/Emergencies/COVID19\">COVID-19 information &amp; resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69b413b3ff02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f6392aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"personal\"]",
            "html": "<a href=\"https://mil.wa.gov/personal\">Emergency preparedness for individuals, families, and pets</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea800bc78ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c517360"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hazards\"]",
            "html": "<a href=\"https://mil.wa.gov/hazards\">Learn about emergency threats &amp; hazards in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb2492592964",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-56b35028"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/announcements/prepare-your-home-flood\">Prepare your home for flood</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2540c5219a7f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3e4aa0a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.dnr.wa.gov/programs-and-services/geology/geologic-hazards/volcanoes-and-lahars#evacuation-and-preparation\">Volcano evacuation &amp; preparation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca66da94c955",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-664411e3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(6) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate/Air-quality/Smoke-fire/Wildfire\">Wildfire smoke information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3d2d6981526",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03332f24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/about-us/washingtons-public-health-system/washington-state-local-health-jurisdictions\">Find local health departments</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d93011bfba60",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a4a3185b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers\">Information for public health and healthcare providers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc820d3e6e94",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ec8af47"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://health.gov/myhealthfinder/topics/doctor-visits\">Learn about recommended doctor visits, screenings, and shots</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b730d396e2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4b503ef0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.crisisconnections.org/wa-recovery-help-line/\">Washington recovery help line</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06a725071648",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b9d5985"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing\">Fair housing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7ec9185621a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-230dcada"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.washingtonconnection.org/home/explorecategories.go?locale=en_US&amp;category=HA\">Find housing resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72d764a67acc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49a08f0c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/\">Homeless assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "545bd793a9b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9ec2dc02"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/how-to-guides/housing-assistance\">Housing Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "769865933517",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d89652"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/contractors/hiring-a-contractor/verify-contractor-tradesperson-business#homeowners\">Verify that a contractor or tradesperson is properly licensed and insured</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c170047a477f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec36385b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.wahealthplanfinder.org/\">Find affordable health coverage at Washington Healthplanfinder</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d5b30d326a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f52e558f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">Get free or low-cost Washington Apple Health (Medicaid) coverage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2bc4ee588a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a1e53eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/announcements/prepare-your-home-flood\">Prepare your home for flood</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4211bb8a1ab6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78435dad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(10) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dfi.wa.gov/financial-education/information/homes-and-mortgages\">Guide to home loans</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a76e9824c9d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6ca2e720"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(10) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dfi.wa.gov/homeownership\">Mortgage assistance, education, and resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebf379f0a490",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcbf7dbc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.washingtonconnection.org/home/explorecategories.go?locale=en_US&amp;category=FD\">Find food resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b09c96b795ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-79cb8cb9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/how-to-guides/get-help-finding-food\">Get Help Finding Food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75a3483fc062",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b10505d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://feedingwashington.org/find-food/\">Help finding food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75b866b320ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3f417b61"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/nutrition-and-physical-activity\">Improving health with nutrition &amp; physical activity</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4f04674203d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-289475c4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wa211.org/\"]",
            "html": "<a href=\"https://wa211.org/\">Washington 211 - search for local services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca74477a357e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66c788dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(12) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/crime-victims-advocacy/office-of-crime-victims-advocacy/\">Crime victims advocacy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55ad08fdbe8f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0028586"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(12) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.hum.wa.gov/file-complaint\">File a human rights complaint</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db62ee94f2c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e570fe80"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(12) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention\">Injury &amp; violence prevention</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9983eede03fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ba9472b0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(12) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.atg.wa.gov/internet-safety\">Internet safety overview</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b119f78d12e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f348482a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(12) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.doc.wa.gov/victims/default.htm\">Victim services program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "344534639bcd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fe3e7126"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(13) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.utc.wa.gov/consumers/consumer-complaints\">Consumer complaints regarding utility companies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdfb4819f6d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4aeff73e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(13) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Community-waste-toxics\">Household waste &amp; toxics</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c32359100b44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f172859"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(13) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.lni.wa.gov/licensing-permits/licenses-permits-inspections/permits-inspections\">List of permits required for electrical work, boilers, elevators and manufactured homes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13848e8293db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-464ebb3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(13) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/health-safety/public-utilities\">List of public utilities in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86160ced1bdf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4598cb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/updating-personal-records\" hreflang=\"en\">Updating Personal Records</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4904c225654a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-27389995"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/volunteer-or-give-charity\" hreflang=\"en\">Volunteer or Give to a Charity</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "931ad605df47",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6cca8d5f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "h3 > a[href$=\"file-complaint\"]",
            "html": "<a href=\"/how-to-guides/file-complaint\" hreflang=\"en\">File a Complaint</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ae36d630ab9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9c214a6"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526aa5f99562",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0d1807ed976",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 1152,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 60
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2518,
          "failed": 75,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "6bec65afb844",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51fe1f3bf50f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da12c91fcffe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d8ec509e3bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e5149a0db27",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "220c20fb7a20",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27d2a52b5b78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b35de12043e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Spokane River' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52dd35d997aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Spokane River' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac53b1ced430",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"The Spokane River is a tributary of the Columbia River, approximately 111 miles (179 km) long, in northern Idaho and eastern Washington in the United States. It drains a low mountainous area east of the Columbia, passing through the Spokane Valley and the city of Spokane, Washington.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ec24d6e31e8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-13d3907d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "ed1b2df42375",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bdaa71ea158",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69c894f2ea31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/adult-care\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5b50d19bc89",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-11ae8df5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/bha\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccbd386456d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5a434d6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dshs.wa.gov/ddd/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0955fd2e5a14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-544f41b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/long-term-care-services-information\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb23b469ed4d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5a5c162f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/protecting-seniors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfab0791ea6b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95b9f73c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/find-child-care\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80265171976a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5ff24ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/foster-parenting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53935ada007a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-48cad87d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/safety/report-abuse\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a0f306d4094",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f5534549"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/infants-and-children\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70f8efd7a2a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2c7bfcc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dsb.wa.gov/our-services/youth-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e77d013439e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95cd0875"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/community-and-environment\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d447b7f47da3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-48318d22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a55e66518197",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-023a8f23"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.drought.gov/states/washington\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b95d5780719",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84bbfdea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Reducing-recycling-waste\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81bb5717d5c0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e20a4e2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Water-Shorelines\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab5a430fb68a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96f5e284"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://wcatwc.arh.noaa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68a9e50a1e35",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c608b08"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://burnportal.dnr.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "310c78e4e195",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ab96189"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/alerts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da8faadc0fe4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d285735"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.pnsn.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "922af0e4021e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-41f620d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/disaster-assistance-overview\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a680162e44b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b609266b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Footer/Report-an-environmental-issue\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bfbadaf90d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9343f561"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doh.wa.gov/Emergencies/COVID19\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "114f6fcf6cc8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35d7c54b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/personal\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f471c0339f0f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be790ed1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/hazards\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb629de26817",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52388d13"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/announcements/prepare-your-home-flood\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed8bd4f6af78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-09dfc98a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dnr.wa.gov/programs-and-services/geology/geologic-hazards/volcanoes-and-lahars#evacuation-and-preparation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1da552a52007",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a2ce68c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate/Air-quality/Smoke-fire/Wildfire\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f78248a330",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8ff17e9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/about-us/washingtons-public-health-system/washington-state-local-health-jurisdictions\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b68609f1d775",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1d8c496"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/public-health-healthcare-providers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbbb36d936e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6268d169"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://health.gov/myhealthfinder/topics/doctor-visits\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ba6d8e18efb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-897945a4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.crisisconnections.org/wa-recovery-help-line/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c985b005b715",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-06afe1e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/fair-housing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19383da1f441",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-edc61baf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washingtonconnection.org/home/explorecategories.go?locale=en_US&category=HA\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bce39b59607",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3653cb90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d115efba8964",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6dd21e2a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/housing-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf892f01feef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c0a476d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/licensing-permits/contractors/hiring-a-contractor/verify-contractor-tradesperson-business#homeowners\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c84e143770e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b4253e9f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wahealthplanfinder.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74d018fc61d1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5fa66dd2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/about-hca/apple-health-medicaid\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e92f21590893",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d667924"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/announcements/prepare-your-home-flood\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/financial-education/information/homes-and-mortgages\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b047b1ccb0ff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a7777f2d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dfi.wa.gov/homeownership\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f04dcfdb9333",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-545ef012"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washingtonconnection.org/home/explorecategories.go?locale=en_US&category=FD\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba50ecd21114",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c5dcd09b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/get-help-finding-food\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31fe688c3a6b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-727e7153"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://feedingwashington.org/find-food/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4f8cdf6fe84",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c6e7399"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/nutrition-and-physical-activity\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce7bbe5f37e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f6c2dafa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa211.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4613f31b119",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40603591"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/crime-victims-advocacy/office-of-crime-victims-advocacy/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3625c852835f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f822cc59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/file-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f72ea09e1aa3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1eb75fe6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/injury-and-violence-prevention\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09e433d51f99",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-feff0e72"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/internet-safety\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2987334940af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c55d366f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/victims/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ecc705dea79",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c16f25d6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.utc.wa.gov/consumers/consumer-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de426d09ab0a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7b899f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Community-waste-toxics\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beba203e56b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ad468763"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lni.wa.gov/licensing-permits/licenses-permits-inspections/permits-inspections\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1587224e4b7d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-685e38d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/health-safety/public-utilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ca81a8ba9a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8475dd6a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/updating-personal-records\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f220fe72721f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a31d54fb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a01f64901e06",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/volunteer-or-give-charity\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76a6f48054d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-404cb7d7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/file-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eda9d710ff98",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-065f9228"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2593,
        "uniqueFailedCount": 72,
        "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://wa.gov/Historic%20Flood%20Emergency%3A%20Financial%20Resources%20and%20Recovery%20for%20Washingtonians",
      "finalUrl": "https://wa.gov/Historic%20Flood%20Emergency%3A%20Financial%20Resources%20and%20Recovery%20for%20Washingtonians",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7059,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d028eff296be",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d68076582d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6cf959542a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99af2333a6d7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38e958bb988a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce634089a98f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "9581bff6d3eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "235d7c349211",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da74e1b5025d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e716f3cfe9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "809e50426fdf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98d3cb439bc2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c8dc66b158c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fb75b91bd54",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe11285d8714",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55fa53c88741",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3ffff7ffbce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e673c5ba814b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/Housing%20Assistance",
      "finalUrl": "https://wa.gov/Housing%20Assistance",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7167,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "869f5a15732c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab48fffe0468",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac2a4a10a9fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d1a63090316",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e62ef6b3579",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e509297ccaa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "164de5c1e35b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7060e2056b67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ee429489e50",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7c6a11aa730",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba8789d15787",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9667edd123da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a8c317b26bd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5b1e800d17f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9a4e5c3f2a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51b7b4185643",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edb1f50b9b1b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac13af68f4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/how-to-guides",
      "finalUrl": "https://wa.gov/how-to-guides",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8086,
      "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": 812,
          "failed": 3,
          "cantTell": 4,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94d41e1d4d02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-sm-2.col-lg-3.mb-4:nth-child(1) > .how-to.card > .body > h3",
            "html": "<h3><a href=\"/how-to-guides/create-your-wagov-account\" hreflang=\"en\">Create your WA.gov account</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": "6eeb1d08cf27",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-617d994f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e96d6c5b43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 858,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1618,
          "failed": 8,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "357206110e53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f93f8144bf2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c93bb74f1370",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce82bd626c1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "550cf9642c2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f190a9516de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85bc92af90f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "208d24384096",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          }
        ],
        "outcomeCount": 1626,
        "uniqueFailedCount": 8,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/news",
      "finalUrl": "https://wa.gov/news",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8301,
      "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": 782,
          "failed": 22,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b7e24750c09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/lower-columbia-river-open-additional-day-spring-chinook-retention-2026-04\" target=\"_blank\">Lower Columbia River to open for additional day of spring Chinook retention</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58d8523da15c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-75c27018"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://mil.wa.gov/news/a-focus-on-lahars-in-pierce-county\" target=\"_blank\">A focus on lahars in Pierce County</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f5c0f592ed3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71cf1754"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://mil.wa.gov/news/federal-assistance-available-for-flood-survivors\" target=\"_blank\">Federal Assistance available for flood survivors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6168f861f74a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d724e85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/april-salmon-fishing-closed-marine-area-11-tacoma-vashon-island-support-conservation-objectives\" target=\"_blank\">April salmon fishing closed in Marine Area 11 (Tacoma-Vashon Island) to support conservation objectives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0cbcc14eac1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-61546948"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(5) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/wdfw-opens-lowland-lakes-april-25-trout-derby-returns-900-prizes\" target=\"_blank\">WDFW opens lowland lakes April 25; Trout Derby returns with 900 prizes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8df6bf77ff02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65d022fb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(6) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/skagit-river-open-hatchery-spring-chinook-2026-04\" target=\"_blank\">The Skagit River to open for hatchery spring Chinook</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97e795edc2d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6eb2508"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(7) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/marine-area-11-tacoma-and-vashon-island-area-salmon-fishing-closed-2026-04\" target=\"_blank\">Marine Area 11 (Tacoma and Vashon Island Area) salmon fishing closed</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7843e8579b56",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fea4997d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(8) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/2026-washington-big-game-hunting-regulations-now-available-special-hunt-submissions-begin-april-20\" target=\"_blank\">2026 Washington big game hunting regulations now available; special hunt submissions begin April 20</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ea8ae30f236",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c20f012"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(9) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/wdfw-classifies-invasive-golden-mussels-prohibited-statewide-2026-04\" target=\"_blank\">WDFW classifies invasive golden mussels as prohibited statewide</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "912252337bde",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d0f2d139"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(10) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/washington-recreational-salmon-fishing-seasons-tentatively-set-2026-2027\" target=\"_blank\">Washington recreational salmon fishing seasons tentatively set for 2026-2027</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dfdde73213c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66162547"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(11) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/wdfw-classifies-invasive-golden-mussels-prohibited-statewide\" target=\"_blank\">WDFW classifies invasive golden mussels as prohibited statewide</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd4f2b2177d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-97b581ad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(12) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/recreational-spot-shrimp-fishery-open-may-24-most-puget-sound\" target=\"_blank\">Recreational spot shrimp fishery to open May 24 in most of Puget Sound</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03c2cc66c347",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3fe37187"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(13) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/wdfw-approves-seven-days-coastal-razor-clam-digs-beginning-april-17-additional-dates-planned-through\" target=\"_blank\">WDFW approves seven days of coastal razor clam digs beginning April 17 with additional dates planned through early May</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bcd87dd53fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a6d97fe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(14) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/washington-fish-and-wildlife-commission-meet-april-16-18-olympia\" target=\"_blank\">Washington Fish and Wildlife Commission to meet April 16-18 in Olympia</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df9a0b1308db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8abf3f6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(15) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/razor-clam-digs-approved-april-17-through-april-23-2026-04\" target=\"_blank\">Razor clam digs approved for April 17 through April 23</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bb2ff523325",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5d6a55a1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(16) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/washington-among-several-western-states-collaborating-monarch-butterfly-conservation-plan\" target=\"_blank\">Washington among several western states collaborating on monarch butterfly conservation plan</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cbdf226f42d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0bd424f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(17) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/salmon-fishing-open-additional-day-marine-area-10-2026-04\" target=\"_blank\">Salmon fishing to open for additional day in Marine Area 10</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e685c6537b68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-329e1caf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(18) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/april-salmon-fishery-marine-area-10-seattle-bremerton-area-reopens-one-additional-day-saturday-april-0\" target=\"_blank\">April salmon fishery in Marine Area 10 (Seattle-Bremerton Area) reopens for one additional day on Saturday, April 11 only</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cae20483f193",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0926fae7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(19) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://mil.wa.gov/news/at-alumni-event-cadet-grads-give-advice-to-current-cadets\" target=\"_blank\">At alumni event, Cadet grads give advice to current cadets</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b099ae32c9c7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-10fff59e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(20) > .views-field-title.views-field > .field-content > a[target=\"_blank\"]",
            "html": "<a href=\"https://wdfw.wa.gov/newsroom/news-release/april-salmon-fishing-closed-marine-area-10-seattle-bremerton-area-support-conservation-objectives\" target=\"_blank\">April salmon fishing closed in Marine Area 10 (Seattle-Bremerton Area) to support conservation objectives</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4772c6ddd03e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f60e043"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfe5ed6ce24b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 849,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 22
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1603,
          "failed": 28,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "931d32031cef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89c1d418ac51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b8b4d2d521b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c8f9035436d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f465bf1bd8b1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "720377590783",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48444c2744df",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c9de00ad9e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/lower-columbia-river-open-additional-day-spring-chinook-retention-2026-04\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b4d1c27cc3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-07b6fab9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://mil.wa.gov/news/a-focus-on-lahars-in-pierce-county\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b4d128f51f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0067ac6f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://mil.wa.gov/news/federal-assistance-available-for-flood-survivors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bc01502a27c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-258eef92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/april-salmon-fishing-closed-marine-area-11-tacoma-vashon-island-support-conservation-objectives\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b2a3307b0cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1e66389b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/wdfw-opens-lowland-lakes-april-25-trout-derby-returns-900-prizes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11811c160785",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-744d1560"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/skagit-river-open-hatchery-spring-chinook-2026-04\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2d5697c3e90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a84f8b0b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/marine-area-11-tacoma-and-vashon-island-area-salmon-fishing-closed-2026-04\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21ccb84279aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6393a138"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/2026-washington-big-game-hunting-regulations-now-available-special-hunt-submissions-begin-april-20\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06a53c8988f2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f072342"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/wdfw-classifies-invasive-golden-mussels-prohibited-statewide-2026-04\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5570057f474",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-511a5425"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/washington-recreational-salmon-fishing-seasons-tentatively-set-2026-2027\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b28388fa52d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc8be2b2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/wdfw-classifies-invasive-golden-mussels-prohibited-statewide\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1465ffe7befb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15c02c5c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/recreational-spot-shrimp-fishery-open-may-24-most-puget-sound\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2afbda7a083",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb38565c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/wdfw-approves-seven-days-coastal-razor-clam-digs-beginning-april-17-additional-dates-planned-through\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e6bd7c475bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-163d0a20"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/washington-fish-and-wildlife-commission-meet-april-16-18-olympia\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c999c2e23fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-42fd086a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/razor-clam-digs-approved-april-17-through-april-23-2026-04\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2340da04f59d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c132035e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/washington-among-several-western-states-collaborating-monarch-butterfly-conservation-plan\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91f92ec2ef8d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f560b6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/fishing/regulations/emergency-rules/salmon-fishing-open-additional-day-marine-area-10-2026-04\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7359947c0d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e2dc2ed1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/april-salmon-fishery-marine-area-10-seattle-bremerton-area-reopens-one-additional-day-saturday-april-0\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4d80ed54ae4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-88ff841a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://mil.wa.gov/news/at-alumni-event-cadet-grads-give-advice-to-current-cadets\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b22cfab2fd17",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d7ea0e8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wdfw.wa.gov/newsroom/news-release/april-salmon-fishing-closed-marine-area-10-seattle-bremerton-area-support-conservation-objectives\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a131e2e24579",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1dc53d29"
          }
        ],
        "outcomeCount": 1651,
        "uniqueFailedCount": 28,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/node",
      "finalUrl": "https://wa.gov/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8975,
      "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": 863,
          "failed": 1,
          "cantTell": 5,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1614bd25d1a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 910,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1912,
          "failed": 18,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "fa92da796b72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be2fc5245f6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4f36ebc79ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcb8a90d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c0a259ce7bd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc4ffd78"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11f94db96b9d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "986bed6e9b7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f3f91307f94",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5c3a8e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffdf74e814f5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-banner-title\">",
            "message": "Confirm this text 'Your gateway to Washington state government information and services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af4f47e083b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6af596e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Your gateway to Washington state government information and services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdc34f9cab06",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70778f35bfac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f99aa520"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc685fe5ca98",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96521c3b98f2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "819f24678e63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'Washington declares statewide drought due to very low snowpack' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af6c6c0401b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'The 2026 Washington legislative session is adjourned' 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=\"top\">",
            "message": "Confirm this text 'Earthquake preparedness tips and remembering the Nisqually earthquake' 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=\"top\">",
            "message": "Confirm this text 'Some Puget Sound shellfish season dates change for 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1930,
        "uniqueFailedCount": 15,
        "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://wa.gov/Protecting%20Your%20Community%20from%20Wildfire",
      "finalUrl": "https://wa.gov/Protecting%20Your%20Community%20from%20Wildfire",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7439,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f545050e1b12",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e86d04deffa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad575b344154",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f579c2285a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12ec3ad198b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "582d51975175",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "be1f15656348",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11e694eb1269",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4c2c689f29c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc55f0b3d122",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "678ceb496d7f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44291192fb84",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a03b53c137f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7900972daca3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1222de9dc61e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a68877a35ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b691b8a9fceb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bf9e7d2dc73",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/recreation",
      "finalUrl": "https://wa.gov/recreation",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8411,
      "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": 792,
          "failed": 23,
          "cantTell": 9,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.arts.wa.gov/center-for-washington-cultural-traditions/\">Folk arts &amp; cultural traditions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "172f5d9ea420",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf0d8bb6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/MemorialsArt/Pages/default.aspx\">Memorials &amp; artwork at the state capitol</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0582592dfb31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7130457"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.arts.wa.gov/my-public-art-portal/\">Search the collection of public art</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44dd2b62deee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8304abf4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"boat.wa.gov/\"]",
            "html": "<a href=\"http://boat.wa.gov/\">Boating information portal</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "213f3dce2c35",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e0780df1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"uscgboating.org/\"]",
            "html": "<a href=\"http://www.uscgboating.org/\">Boating safety</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3961693b666",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e0e387c9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"http://www.dnr.wa.gov/go\"]",
            "html": "<a href=\"http://www.dnr.wa.gov/go\">Camping and recreation on public lands managed by the Department of Natural Resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb558e9e3edc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc7e6ff9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"go-outside\"]",
            "html": "<a href=\"https://www.wta.org/go-outside\">Hiking trails and current conditions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfa1e11eb36e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-54e3475f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"recreation.gov/\"]",
            "html": "<a href=\"http://www.recreation.gov/\">Reserve a campsite at a national park</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3d85705ec4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7c7bf83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/announcements/ring-new-year-washington-state-parks\">Ring in the New Year with Washington State Parks!</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f4b45687aaa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b4588999"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.stateofwatourism.com/\">Washington travel &amp; tourism</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbe54ce53932",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0ef3d913"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"fishing/\"]",
            "html": "<a href=\"http://wdfw.wa.gov/fishing/\">Fishing &amp; shellfishing information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ee167d04efb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-953adba8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hunting/\"]",
            "html": "<a href=\"http://wdfw.wa.gov/hunting/\">Hunting information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f338e8d07029",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-caf66ad4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.parks.wa.gov/281/Find-a-Park\">Find a state park</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35a46419615c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f6392aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/announcements/ring-new-year-washington-state-parks\">Ring in the New Year with Washington State Parks!</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da8f9ad8c11a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49724006"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.discoverpass.wa.gov/\">Washington State recreation lands pass (Discover Pass)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2298160a947d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec0ea6fc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.nps.gov/state/wa/index.htm\">Washington's national parks</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43bf5f59874a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3e4aa0a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wdfw.wa.gov/about/wdfw-lands\">Wildlife areas and water access sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6deed48192ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f34fdf72"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".more > a",
            "html": "<a href=\"https://waapple.org/varieties/best-apples-for-apple-pie/\">Find out more</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d764e0159540",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-abd5765d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/lottery-gambling\" hreflang=\"en\">Lottery &amp; Gambling</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "259015a52919",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-27389995"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"get-outside\"]",
            "html": "<a href=\"/how-to-guides/get-outside\" hreflang=\"en\">Get Outside</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dcfcbbcef6e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-127416aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/use-public-transportation\" hreflang=\"en\">Use Public Transportation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb80507c2c0b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24d29f8e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de740c1168c4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f57e2baa890",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 863,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1674,
          "failed": 38,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "32bbac056cfd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00c2f0450f3a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1985b2ba4f7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "547db69db80f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc773153d6be",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15de3aa9cf99",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "428c6d60dcae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64abcb995db6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Horseshoe Lake - Skamania County' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e4a5f4e3da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Horseshoe Lake - Skamania County' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2ab51d2583b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Horseshoe Lake is a lake situated in the east side of the Midway High Lakes Area below Mount Adams' northwest flank. The lake is popular for camping, quiet boating, and hiking and biking on a trail halfway around the lake. Other activities include scenic viewing and fishing. \" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3707fa395310",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-334013b9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "62522357cfb2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d04b0d25876",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "708160678bf8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.arts.wa.gov/center-for-washington-cultural-traditions/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "570cda4f87d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cfe3518c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/MemorialsArt/Pages/default.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0ac5ba70e67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f5f6d61"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.arts.wa.gov/my-public-art-portal/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "109c50853edb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ebc0005"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://boat.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "114cbae40ecf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a830c154"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.uscgboating.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac5fcb81ba5c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e0c812dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dnr.wa.gov/go\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67988490b945",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0fa435ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wta.org/go-outside\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "645d0454ca36",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-800d4864"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.recreation.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5802afb50bd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9eeffb4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/announcements/ring-new-year-washington-state-parks\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a3f01f4b649",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9cde499b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stateofwatourism.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c191f568bef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ec3c26d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://wdfw.wa.gov/fishing/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "944d5a16d90e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f998c0c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://wdfw.wa.gov/hunting/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aef525ad1269",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f340daf7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.parks.wa.gov/281/Find-a-Park\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77bacdc8484c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-feca0fb8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/announcements/ring-new-year-washington-state-parks\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.discoverpass.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfc178795346",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3ddf1b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.nps.gov/state/wa/index.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e72cc0425af8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a27edf56"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/about/wdfw-lands\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e76331be4c76",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7e419e98"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://waapple.org/varieties/best-apples-for-apple-pie/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f71a778c71e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fe95a57f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/lottery-gambling\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08bd2bd63f9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f503b17e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59c385a222d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/get-outside\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d58694fe4e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cefc3041"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/use-public-transportation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de8c585deef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1816eee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1712,
        "uniqueFailedCount": 35,
        "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://wa.gov/seniors",
      "finalUrl": "https://wa.gov/seniors",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8208,
      "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": 704,
          "failed": 34,
          "cantTell": 9,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-name",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"http://www.caregiverslibrary.org/Portals/0/checklistsandforms_NeedsAssessmentWorksheet.pdf\">Needs Assessment Worksheet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9821aa73009d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/who-contact-find-local-services\">Who to contact to find local services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8db64e725d9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/ALTSA/resources\">Resources for aging by county</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f87f8da1ad4b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a68f8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(9) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/services-help-adult-remain-home\">Read more about services that help an adult remain at home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a89dd3b5267",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5eff39e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/ALTSA/hcs/documents/HCRR_Consumer_Hire_Supervise.pdf\">How to find and hire a home care worker</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d353f02e0461",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b562d8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://www.medicare.gov/care-compare/?providerType=HomeHealth&amp;redirect=true\">Find and compare home health agencies in your area</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c2253ff9eb5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(12) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/program-all-inclusive-care-elderly-pace\">Program of All-Inclusive Care for the Elderly (PACE)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a085411db1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d19eb056"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(15) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/residential-care-services/long-term-care-residential-options\">Long-term care residential options</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cc783cfeb21",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb6d55f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(16) > a:nth-child(1)",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/medicaid\">Read more about Medicaid and how to apply</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c332a271676",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f743e425"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(3)",
            "html": "<a href=\"https://fortress.wa.gov/dshs/adsaapps/lookup/afhpublookup.aspx\">Find an adult family home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecc6b63c0586",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dac47909"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(17) > a",
            "html": "<a href=\"https://fortress.wa.gov/dshs/adsaapps/lookup/bhpublookup.aspx\">Find an assisted living facility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "617cf5713c74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c859cba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(18) > a",
            "html": "<a href=\"https://fortress.wa.gov/dshs/adsaapps/lookup/nhpublookup.aspx\">Find a nursing home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af2a8a5b37a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-54fbe22c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/make-healthy-choices-your-lifestyle\">Make healthy choices to remain independent longer</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf745b8f3c64",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45500575"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(22) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/falls-prevention\">Falls prevention</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c22660b02dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e98f911"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(23) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/ALTSA/hcs/documents/Fallfreeplan.pdf\">My Falls-Free Plan</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c2e3edab1f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c6908a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(26) > a",
            "html": "<a href=\"https://www.atg.wa.gov/protecting-seniors\">Protecting seniors</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4549cdf3d25c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebc2d20f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(27) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/adult-protective-services-aps\">Adult Protective Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3480cc2b5fe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29045e36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/report-concerns-involving-vulnerable-adults\">Report adult abuse</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfe34482faf9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae192160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"personal\"]",
            "html": "<a href=\"https://mil.wa.gov/personal\">Emergency preparedness for individuals, families, and pets</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf51d3274d98",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c517360"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(32) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/agencies-help#FCSP\">Family Caregiver Support Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "295cfd86428b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4e83a2c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(33) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/2153/\">Caring for an aging parent</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c22c349b403a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-344d37d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(34) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/2152/\">Caring for a person with Alzheimer’s Disease or other dementia</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "075314e5e5c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa1f4534"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(35) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/caregiver-resources\">Caregiver resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55f4439e6aa3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b55961b4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\" hreflang=\"en\">Vote &amp; Participate In Local, State, &amp; Federal Elections</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "936fafe9db74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f245aa7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"get-outside\"][hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/get-outside\" hreflang=\"en\">Get Outside</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00a6db10ecde",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da007b38"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\" hreflang=\"en\">SecureAccess Washington (SAW) Login for State Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fd345e9239e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9ab5ccd2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c8feb14cb6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/vote-how-to.jpg?itok=2mVUcT2-\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66800daf2221",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e69532b9"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"get-outside\"] > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e6bfa9d9323",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d97b299"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/SAW-guide_0_0.jpg?itok=UeoHwuKw\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "978b57af71b8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ebf401d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/vote-how-to.jpg?itok=2mVUcT2-\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ab91e7f24e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a74320a7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".z-img > a[href$=\"get-outside\"]",
            "html": "<a href=\"/how-to-guides/get-outside\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fba461723a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5a55d698"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/SAW-guide_0_0.jpg?itok=UeoHwuKw\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e5dadb865c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bba6a66b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "118046faec10",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 787,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 34
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1586,
          "failed": 50,
          "cantTell": 17,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "deb62c3be4f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0feb5bb5097",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76c65047ec40",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f3d74e145f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95a262b1c0bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c896aa82276",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c026aea7da7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccdd0745148c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Ridgefield National Wildlife Refuge, Ridgefield, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11d9a83ca6fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Ridgefield National Wildlife Refuge, Ridgefield, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3581caee8c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Ridgefield National Wildlife Refuge is a place where people of all abilities can experience nature and share their outdoor traditions with others. This island of habitat with its rich diversity of floodplain forests, freshwater marshes, and meadows, will continue to sustain thriving populations of wintering dusky Canada geese, migrating waterfowl, and other wildlife. \" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7e204f86396",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-043e9aa3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "1e18ab2587dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "810ea9993e6a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80d69c9102f8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49cfa3d247cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.caregiverslibrary.org/Portals/0/checklistsandforms_NeedsAssessmentWorksheet.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76e4271e4a73",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c736ffec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/who-contact-find-local-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748cffdd27fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6a85ae7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/ALTSA/resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c700fbaced8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-99b01386"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/services-help-adult-remain-home\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65a14fcf729c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e021c05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/ALTSA/hcs/documents/HCRR_Consumer_Hire_Supervise.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "945c07603025",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4c320a26"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.medicare.gov/care-compare/?providerType=HomeHealth&redirect=true\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "667cdfeed581",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-19e05c33"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/program-all-inclusive-care-elderly-pace\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ff8d71d240e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3a05c949"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/residential-care-services/long-term-care-residential-options\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4972a6a8bb8d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ac43585c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/medicaid\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de0800e01dea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1df8563b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fortress.wa.gov/dshs/adsaapps/lookup/afhpublookup.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2eced1bd0ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c90ded75"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fortress.wa.gov/dshs/adsaapps/lookup/bhpublookup.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd19d97c8ab4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1d62e5f6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fortress.wa.gov/dshs/adsaapps/lookup/nhpublookup.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "883c26abb1b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ff5f567"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/make-healthy-choices-your-lifestyle\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8834eb12b867",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-39df2c9b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/falls-prevention\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0be83264295c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5ffde0bc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/sites/default/files/ALTSA/hcs/documents/Fallfreeplan.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2ace3124673",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d10960d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.atg.wa.gov/protecting-seniors\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "425bd49d4439",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8265ad5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/adult-protective-services-aps\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d150694db3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2d701e4e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/report-concerns-involving-vulnerable-adults\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee2838c59537",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a238a499"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/personal\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30cac1f3fcab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be790ed1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/agencies-help#FCSP\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "086cb582080f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f60e807c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/2153/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb7abb0c976b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a2878688"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/2152/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c43c7549d26",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8417bcd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/altsa/home-and-community-services/caregiver-resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f21aa66c1f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d88676da"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee1ec9ea7fe4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-397bc4ba"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/vote-how-to.jpg?itok=2mVUcT2-\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dbc9a920bd9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-13a27741"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/vote-participate-local-state-federal-elections\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a6d0897be0d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c250b946"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1827f36b1195",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/get-outside\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c60e50037eac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-32ec0548"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17603fdcf5a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-953d37f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/get-outside\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20ee17e53224",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cefc3041"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc5577ea00aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f3ef4e1b"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/SAW-guide_0_0.jpg?itok=UeoHwuKw\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8809de33ebb5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eff4f2cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54cd160340e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-caf1914d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1639,
        "uniqueFailedCount": 48,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/state-employee-contacts",
      "finalUrl": "https://wa.gov/state-employee-contacts",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7318,
      "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": 567,
          "failed": 3,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5d9c1fd87b0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".view-empty > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">state government agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d49b938d6e41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9601f7cb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "114620758b33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 614,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 908,
          "failed": 13,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "680368cfd793",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02d7ec16f754",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_GLWk1E6rs_WYGV9uz24tW3NVW-kv2g3dmHBrmOrhCjw.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUltywyAMvBCBIzE85Fg1II8k7Ob2Jc9mkmnzw0i7K6EVRCIV5bD6GJiRXGQIOXGv0cRXbiKu7-ixUAzlIHoq2I5vvJcedYYK7pdJuf2je2mYFsioxD6kRJyRmntEdmJqCi2bAYDL3NdQbPgK3yZHn7ooVa9ERW5dzVUSg8Af8z8JrvX3ymncFHYQGiM-xXaHeE7lo8DKjNXU4Sa4CYsC2xRWHTYMg6zUBDfwFVp3L7l9LOuzcrzfshI2_Si9O5a-Ak8os8OGauQkCtWdN2A2hF3c5bSVci9g9nCkzfeGm5_HVwF2F-SwoaAeYqG0_AB4d-4f\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a0f86375c5b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0846501f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUltywyAMvBCBIzE85Fg1II8k7Ob2Jc9mkmnzw0i7K6EVRCIV5bD6GJiRXGQIOXGv0cRXbiKu7-ixUAzlIHoq2I5vvJcedYYK7pdJuf2je2mYFsioxD6kRJyRmntEdmJqCi2bAYDL3NdQbPgK3yZHn7ooVa9ERW5dzVUSg8Af8z8JrvX3ymncFHYQGiM-xXaHeE7lo8DKjNXU4Sa4CYsC2xRWHTYMg6zUBDfwFVp3L7l9LOuzcrzfshI2_Si9O5a-Ak8os8OGauQkCtWdN2A2hF3c5bSVci9g9nCkzfeGm5_HVwF2F-SwoaAeYqG0_AB4d-4f\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6170c73d3a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1140c24f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eca8f898c1ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afdcad9f0880",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b75743b45e4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5c3a8e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b3c208e0ff2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f7716714969",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form data-once=\"exposed-form\" accept-charset=\"UTF-8\" id=\"views-exposed-form-employee-contacts-page-1\" method=\"get\" action=\"/state-employee-contacts\" region=\"content\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f248e15f8c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-27417b29"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7152c9cd63e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-764290d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b57cbf04bc9d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e733f6e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d27fd94c823",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          }
        ],
        "outcomeCount": 921,
        "uniqueFailedCount": 13,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/travel",
      "finalUrl": "https://wa.gov/travel",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8726,
      "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": 765,
          "failed": 24,
          "cantTell": 8,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.portofbellingham.com/888/Airport\">Bellingham International Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b61c7236d39f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf0d8bb6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation\">Local airports &amp; pilots</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffaf567302dc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7130457"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.portseattle.org/sea-tac\">Seattle-Tacoma International Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8dfe195e9bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8304abf4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"spokaneairports.net/\"]",
            "html": "<a href=\"https://spokaneairports.net/\">Spokane International Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587568b8a8b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29ada4e0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"flytricities.com/\"]",
            "html": "<a href=\"https://www.flytricities.com/\">Tri-Cities Regional Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1c680a251e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f8f04be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdl.html\">Commercial Driver License (CDL)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61ed937f5836",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ad0fce2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/commercialvehicles.html\">Commercial vehicle registration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8f325782f18",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-94d8b761"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.utc.wa.gov/regulated-industries/transportation\">Regulated transportation industries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac535b72ea31",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-580d6d13"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/commercial-vehicles\">Restrictions and permits for traveling on state roads</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7238aced7fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c8a46b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/parking.html\">Disabled parking</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13201827d567",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f16b8030"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.dol.wa.gov/driverslicense/\">Get a driver license</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2406d3bdb34a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc4ad547"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.wsp.wa.gov/driver/rules-of-the-road/\">Rules of the road</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03aef78df253",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-42f290d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges/toll-roads-bridges-tunnels\">Toll roads, bridges, and tunnels</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4721b5fef57",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b4588999"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges/border-crossings\">Border crossing information &amp; requirements</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3248a1577297",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1de2285"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/washington-state-ferries\">Ferries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8b6f9cb1d8e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c7415be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wsdot.com/travel/real-time/\">Real-time travel data</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b8b55865bf1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a7377d3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/auto-insurance\">Auto insurance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adec07aaee43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51a8f414"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/buyingacar.html\">Buying a vehicle</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "555540c2ffee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-addddd41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://fortress.wa.gov/dol/dolprod/vehoffices/\">Find a vehicle licensing office</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5f700ba3e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b30aa1b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dol.wa.gov/vehicles-and-boats/vehicles/renew-or-replace-vehicle-tabs\">Renew your vehicle tabs online</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec3ee6ba1b89",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-304f199e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/use-public-transportation\" hreflang=\"en\">Use Public Transportation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3af3efad0381",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-27389995"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/bicycle-commuting\" hreflang=\"en\">Bicycle Commuting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f9688b7e053",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6cca8d5f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4b8189e7dd8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4054cc56e83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 836,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 24
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1599,
          "failed": 38,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "99c27f4ae320",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3685064613bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "844edfcd7016",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95a703f96b46",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6ae672d73fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca95a9fe203e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f71855373c33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "796a68632430",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Seattle, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbaffd7e72fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Seattle, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6d54ca9b183",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"A city on Puget Sound in the Pacific Northwest, is surrounded by water, mountains and evergreen forests, and contains thousands of acres of parkland. Washington State’s largest city, it’s home to a large tech industry, with Microsoft and Amazon headquartered in its metropolitan area. \" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a5af715bda5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b34c252"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "6ea9f5a30986",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54410f64ddbc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f31f2bd4a535",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.portofbellingham.com/888/Airport\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dd2047ae7b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ff260944"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/aviation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f6dc7150ea4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-58d82b73"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.portseattle.org/sea-tac\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a19e1bc5475",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-903df100"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://spokaneairports.net/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "704ac59197d1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dd19ebf1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.flytricities.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6c7b7c95986",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd5f2e95"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/driverslicense/cdl.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94203aea4b43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b054458c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/commercialvehicles.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2918b8ce97c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5c0ad4b3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.utc.wa.gov/regulated-industries/transportation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13b54cc4f1e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4fe73e22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/commercial-vehicles\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2639350e68c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e0dd7f30"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/parking.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d47bb88ce311",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6e394db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dol.wa.gov/driverslicense/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79f92269cc84",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-faffbcfc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wsp.wa.gov/driver/rules-of-the-road/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fa162ebecb4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f472fff"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges/toll-roads-bridges-tunnels\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9b56812d88e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-914f423b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges/border-crossings\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "716033be0df2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3383c6ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/washington-state-ferries\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7249313651d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c537a44"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.com/travel/real-time/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9acbb6cdf7b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0f98803b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/auto-insurance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c49f3bd7368",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4009ce01"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dol.wa.gov/vehicleregistration/buyingacar.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b531c37919cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f631e7d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fortress.wa.gov/dol/dolprod/vehoffices/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71206e4f7208",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2e3773f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dol.wa.gov/vehicles-and-boats/vehicles/renew-or-replace-vehicle-tabs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7440ed625ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e0d3ae3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/use-public-transportation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7588aa504e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1816eee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a083b97c9c7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/bicycle-commuting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d330da74f7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4be4aca1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1637,
        "uniqueFailedCount": 37,
        "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://wa.gov/visitors",
      "finalUrl": "https://wa.gov/visitors",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8256,
      "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": 686,
          "failed": 34,
          "cantTell": 9,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-name",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://www.arts.wa.gov/center-for-washington-cultural-traditions/\">Center for Washington Cultural Traditions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c89dea4a0654",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://www.des.wa.gov/services/facilities-leasing/capitol-campus/memorials-and-artwork\">Memorials &amp; Artwork at the State Capitol</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e20df8151bf4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a",
            "html": "<a href=\"https://www.arts.wa.gov/my-public-art-portal/\">Search the collection of public art</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d54844958403",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a68f8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a",
            "html": "<a href=\"https://art-collecting.com/nonprofits_wa.htm\">List of Washington art museums</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "250e82c032c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0dbf7698"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(8) > a",
            "html": "<a href=\"https://www.arts.wa.gov/creative-district-communities/\">Washington Creative Districts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95e7733f628b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c399849a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://www.stateofwatourism.com/regions/trails-and-lakes/\">Trails and lakes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4dbea3a4a53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(12) > a",
            "html": "<a href=\"https://www.stateofwatourism.com/regions/peninsulas-coast/\">The coast and peninsulas</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7577e8c4a4e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d19eb056"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(13) > a",
            "html": "<a href=\"https://www.stateofwatourism.com/regions/islands/\">Islands</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cce82ea7bde",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3e6067d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(14) > a",
            "html": "<a href=\"https://www.stateofwatourism.com/regions/wine-country/\">Wine country</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ca15f13704f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1afa9acf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(15) > a",
            "html": "<a href=\"https://www.stateofwatourism.com/regions/volcanoes/\">Volcanoes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aee6ad4a62f4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb6d55f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(16) > a",
            "html": "<a href=\"https://www.stateofwatourism.com/\">Discover other destinations in our state</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93f274ef561a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3ff3029"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(17) > a",
            "html": "<a href=\"https://wa100.dnr.wa.gov/about-us\">Learn about the geology of our state</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83f131b51eba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c859cba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(20) > a",
            "html": "<a href=\"https://www.portofbellingham.com/888/Airport\">Bellingham International Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0818d9e0f2d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-695f41bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a",
            "html": "<a href=\"https://www.portseattle.org/sea-tac\">Seattle-Tacoma International Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c93d0c623b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45500575"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"spokaneairports.net/\"]",
            "html": "<a href=\"https://spokaneairports.net/\">Spokane International Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53bedb7d872a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29ada4e0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"flytricities.com/\"]",
            "html": "<a href=\"https://www.flytricities.com/\">Tri-Cities Airport</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78645683a52d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f8f04be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(24) > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges\">Driving around Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed853293c3ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a157544f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(25) > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges/border-crossings\">Border crossing information and requirements</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d41b322930e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b5d6b74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"soundtransit.org/\"]",
            "html": "<a href=\"https://www.soundtransit.org/\">Sound Transit regional transit authority</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a19133191f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e61f98d8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(27) > a",
            "html": "<a href=\"https://mrsc.org/Home/Explore-Topics/Transportation/Integrating-Transportation-Modes/Public-Transportation-Systems.aspx#ptba\">King County Metro</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "560a4e5cea69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29045e36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a",
            "html": "<a href=\"https://mrsc.org/Home/Explore-Topics/Transportation/Integrating-Transportation-Modes/Public-Transportation-Systems.aspx#ptba\">Other Washington public transit systems</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f8f9c3e8aba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae192160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(29) > a",
            "html": "<a href=\"https://amtrakguide.com/stations/amtrak-stations-in-washington/\">Amtrak Stations</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18a9a240779a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9963637"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(30) > a",
            "html": "<a href=\"https://wsdot.wa.gov/travel/washington-state-ferries\">Washington State Ferries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3451b04b3a6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9526599"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"become-resident\"][hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/become-resident\" hreflang=\"en\">Become a Resident</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0da2176aa72b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7821e5e6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/lottery-gambling\" hreflang=\"en\">Lottery &amp; Gambling</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "277daa591e2e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b655e907"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"get-outside\"][hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/get-outside\" hreflang=\"en\">Get Outside</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d815d698f2db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da007b38"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "543d76061f91",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"become-resident\"] > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/lake-diablo-how-to.jpg?itok=jzW2hUAC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f67997c8d3de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-00e7eaca"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/gambling.jpg?itok=ZYzVHYR9\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dca5950a774",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02d2c4eb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"get-outside\"] > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bc5d6acea79",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d97b299"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".z-img > a[href$=\"become-resident\"]",
            "html": "<a href=\"/how-to-guides/become-resident\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/lake-diablo-how-to.jpg?itok=jzW2hUAC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb6f3309fc13",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab2a8303"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/lottery-gambling\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/gambling.jpg?itok=ZYzVHYR9\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0abcba8a4dd5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a95a0e8f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".z-img > a[href$=\"get-outside\"]",
            "html": "<a href=\"/how-to-guides/get-outside\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fb78064ea39",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5a55d698"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05fe5d26ba71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 769,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 34
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1544,
          "failed": 50,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "5202e4a5f100",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94cb1df4ff93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3764631631ab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7c7f4acda3b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c2089e71252",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2411d12723a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8822c9937d99",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b0aee412c9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Wild Horses Monument, George, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9471f0a45b0a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Wild Horses Monument, George, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "251149ee00c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" the=\"\" loose=\"\" cuts=\"\" grandfather=\"\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "448faaf7bbec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4840091c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "fa146554142b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74bc6f9648ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811d3510bbfd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70fe48e613ab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.arts.wa.gov/center-for-washington-cultural-traditions/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e63366884ebb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cfe3518c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.des.wa.gov/services/facilities-leasing/capitol-campus/memorials-and-artwork\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31cd907ce5c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f6dcef02"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.arts.wa.gov/my-public-art-portal/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3357db591d67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ebc0005"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://art-collecting.com/nonprofits_wa.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2208325b9805",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-692007f7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.arts.wa.gov/creative-district-communities/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92cc1307aeb3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-df77dccb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stateofwatourism.com/regions/trails-and-lakes/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4ac6711adb4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-395491c6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stateofwatourism.com/regions/peninsulas-coast/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b3b943e8a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da30ba4b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stateofwatourism.com/regions/islands/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7313dab76d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f01b812a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stateofwatourism.com/regions/wine-country/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acba9fb841cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-645b70dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stateofwatourism.com/regions/volcanoes/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bd44f2e055c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d25a2d59"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stateofwatourism.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "249583310bef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1ec3c26d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa100.dnr.wa.gov/about-us\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "663e1cb39c81",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9974d081"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.portofbellingham.com/888/Airport\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "294f71831744",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ff260944"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.portseattle.org/sea-tac\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "241f3d967e3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-903df100"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://spokaneairports.net/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651bb597d079",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dd19ebf1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.flytricities.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46156e781cf4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd5f2e95"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "293a71b5935b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-578682ae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/roads-bridges/border-crossings\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "228223991068",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3383c6ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.soundtransit.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3348a0cb29da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4f33426e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mrsc.org/Home/Explore-Topics/Transportation/Integrating-Transportation-Modes/Public-Transportation-Systems.aspx#ptba\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "326c12e07cf7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c591526"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mrsc.org/Home/Explore-Topics/Transportation/Integrating-Transportation-Modes/Public-Transportation-Systems.aspx#ptba\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://amtrakguide.com/stations/amtrak-stations-in-washington/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdc2e5f23503",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15d60748"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsdot.wa.gov/travel/washington-state-ferries\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63f0ef20969f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c537a44"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/become-resident\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8c399c74af2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03ef0c5f"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/lake-diablo-how-to.jpg?itok=jzW2hUAC\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddcf67e0a8e5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49f87ded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/become-resident\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "617b1aea247e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ac16fe7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77ca44fe0e5a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/lottery-gambling\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "055826bb94bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6baf7df4"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/gambling.jpg?itok=ZYzVHYR9\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16174cce6cde",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80ab37f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/lottery-gambling\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84a27e9c350c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f503b17e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/get-outside\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26628ac17d5e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-32ec0548"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/elk-herd-near-north%20bend.jpg?itok=FEYy-0rN\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8974b3d6dbad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-953d37f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/get-outside\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd43496940a2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cefc3041"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1594,
        "uniqueFailedCount": 47,
        "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://wa.gov/work",
      "finalUrl": "https://wa.gov/work",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8392,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 877,
          "failed": 35,
          "cantTell": 9,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Business-waste\">Business waste</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f20e8b06a9a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf0d8bb6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/file-pay-taxes\">File and pay Business &amp; Occupation (B&amp;O) taxes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fa5e6a50685",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7130457"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://paidleave.wa.gov/employer-roles-responsibilities/\">Paid leave reporting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a1c62ed771",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8304abf4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.esd.wa.gov/employer-taxes\">Unemployment taxes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb26072576c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8d50d0a8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"insurance/\"]",
            "html": "<a href=\"https://lni.wa.gov/insurance/\">Workers' compensation coverage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78ce4cd25604",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7c7fc00"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://des.wa.gov/services/contracting-purchasing/doing-business-state\">Doing business with the state</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a6c4e7e9448",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ad0fce2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"omwbe.wa.gov/\"]",
            "html": "<a href=\"https://omwbe.wa.gov/\">Minority &amp; women-owned businesses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "576fb1f43852",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5d30f50"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.esd.wa.gov/labormarketinfo\">Unemployment rates and labor market data</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5753a65220a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2acbcd8d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.careerbridge.wa.gov/\">Explore careers &amp; job trends</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1bc25b1075",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1de2285"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"worksourcewa.com/\"]",
            "html": "<a href=\"https://worksourcewa.com/\">Find jobs and job search assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9969f5c50f17",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7da4d78"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sbctc.edu/starting-your-career/right-career-for-you.aspx\">Find the right career for you</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd73782ac05e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a7377d3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"careers.wa.gov/\"]",
            "html": "<a href=\"http://careers.wa.gov/\">State government job opportunities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15d230f52b83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1bf03ba0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"dvr/\"]",
            "html": "<a href=\"http://www.dshs.wa.gov/dvr/\">Vocational rehabilitation services for individuals with disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2103719ab3a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-72116432"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business/city-license-endorsements\">City license information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9d1b1cac25e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51a8f414"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/manage-business\">Manage or close a business</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69ad78a2d7c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-addddd41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://dor.wa.gov/open-business\">Open a business</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0cae47a28e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b30aa1b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.esd.wa.gov/about-employees\">Resources for employers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f05b5b2f79d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-304f199e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"business.wa.gov/\"]",
            "html": "<a href=\"http://business.wa.gov/\">Small business guidance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eee17f307d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1631f535"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.lni.wa.gov/tradeslicensing/apprenticeship/default.asp\">Apprenticeship</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0db755ee59c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f6392aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dol.wa.gov/business/checkstatus.html\">Check the status of a professional license</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eca2a00ce51c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49724006"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".field-content > a[href$=\"professional-licenses\"]",
            "html": "<a href=\"/work/professional-licenses\">Professional Licenses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "405dd9ca68f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f7451ede"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"paidleave.wa.gov/\"]",
            "html": "<a href=\"https://paidleave.wa.gov/\">Paid Family and Medical Leave</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "822d8d492813",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc4cd044"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"claims/\"]",
            "html": "<a href=\"https://lni.wa.gov/claims/\">Support for workers injured on the job</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0273b369f68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5bb7d143"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.esd.wa.gov/unemployment\">Unemployment benefits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cbff74b7f7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4b503ef0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a[href$=\"workers-rights\"]",
            "html": "<a href=\"/how-to-guides/workers-rights\">Workers’ Rights</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "860a700e057b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eddb99fe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.hum.wa.gov/employment\">State law against employment discrimination</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c9c17f0df42",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-230dcada"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/\">Wages, breaks, and working conditions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4f6ad0bef6e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49a08f0c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a[href$=\"workers-rights\"]",
            "html": "<a href=\"/how-to-guides/workers-rights\">Workers’ Rights</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69a6652f6e59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f68b895c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://lni.wa.gov/safety-health/\">Workplace safety &amp; health</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a266ac716f5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d89652"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".more > a",
            "html": "<a href=\"https://www.governmentjobs.com/careers/washington\">Find out more</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "772f7922542d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-abd5765d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\" hreflang=\"en\">SecureAccess Washington (SAW) Login for State Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3025d35bd484",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-27389995"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/use-public-transportation\" hreflang=\"en\">Use Public Transportation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fcdf80cfd11",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6cca8d5f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/bicycle-commuting\" hreflang=\"en\">Bicycle Commuting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2cd7bf76bed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24d29f8e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "447922c6ac67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3094371ee73",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 961,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 35
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1962,
          "failed": 52,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "d1637372570a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3cb44e67ce8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6e9fc096c21",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "784a10c74adf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f3b40c3b7fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "883c56c85cf4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c038269d3ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e964ffb4136b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Hurricane Ridge, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cc465ec6709",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Hurricane Ridge, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efe8dba13db7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Hurricane Ridge has a number of hiking trails, from ridge top traverses to steep trails that descend to sub alpine lakes and valleys.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e6ce91dac2a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c5a0107"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "8ad9db96fedd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46e16fe58160",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fa64178dae2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item\">",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec186c9844dc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-df302f7b"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Waste-Toxics/Business-waste\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e1980290af5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-608b0eb5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/file-pay-taxes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0df5747e347b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-845a2b83"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/employer-roles-responsibilities/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e29d30abfb1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-691fa7c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.esd.wa.gov/employer-taxes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1a7d0d7a345",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d9d85482"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/insurance/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4f9ca991d80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c5d3fe1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://des.wa.gov/services/contracting-purchasing/doing-business-state\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fad316e2c0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78c02a0a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://omwbe.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "819846cebd21",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-afeee6a4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.esd.wa.gov/labormarketinfo\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8b83f3a1237",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d091b4c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.careerbridge.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94b42ecd58ad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a74aec05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://worksourcewa.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "898ae4033a65",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c3efa5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/starting-your-career/right-career-for-you.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d7588653a70",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-56887cf0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://careers.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d4afe6fdb45",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2270672f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dshs.wa.gov/dvr/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cddde4aef697",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-031d2f70"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business/city-license-endorsements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "409041d31123",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-282e0993"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/manage-business\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f8efcb8f4a2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9f2df327"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://dor.wa.gov/open-business\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77ed8155aef0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e4cbc3fa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.esd.wa.gov/about-employees\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e439fbd07e85",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ff6cc97"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://business.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ca681e7769b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-375091aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.lni.wa.gov/tradeslicensing/apprenticeship/default.asp\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a3149c720d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d914dd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.wa.gov/business/checkstatus.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f333c67dff3f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a228f33f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/work/professional-licenses\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8b4a4ece313",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51dbc7a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41dfad446448",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dac6739b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/claims/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0020f9f37556",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-00da903b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.esd.wa.gov/unemployment\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00e7c3255fcf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a996b23"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/workers-rights\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ce2ff9cf33e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1d6de251"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/employment\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "213b224aaf4b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f70924dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d076b09849bf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9c07955"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/workers-rights\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/safety-health/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "644b86ff58fe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b317aa70"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.governmentjobs.com/careers/washington\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b659d3b7b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d002168b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dde61bda18f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-caf1914d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1dd460e694d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/use-public-transportation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "062a9cfa2822",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1816eee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/bicycle-commuting\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a498ae8eee9d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4be4aca1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2014,
        "uniqueFailedCount": 48,
        "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://wa.gov/Workers%E2%80%99%20Rights",
      "finalUrl": "https://wa.gov/Workers%E2%80%99%20Rights",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7154,
      "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": 535,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad15bc33dff1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56277ff0459b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "858f6effc90f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d6bf2b7954",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "146661313e0d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d5219743983",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 585,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "d59298e56865",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ca00d21cdff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b20a19f75f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d74de2116728",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e24cc2cc5a2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beec5065bbee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8102ac46bfb1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea534a714a67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ff77b806471",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80e9cb839c72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7f85e46dfeb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6cdb0c262ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/your-government",
      "finalUrl": "https://wa.gov/your-government",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 9630,
      "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": 1079,
          "failed": 67,
          "cantTell": 9,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://tre.wa.gov/home/debt-management/\">Debt management</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d44bb39590f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf0d8bb6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"erfc.wa.gov/\"]",
            "html": "<a href=\"http://www.erfc.wa.gov/\">Economic and Revenue Forecast Council</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b25587090eea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bdd12c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.atg.wa.gov/open-government\">Learn about Open Government</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b0b7e9bc99d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8304abf4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(1) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://sao.wa.gov/reports-data/report-types/\">Reports &amp; data on government</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf84a6efeac0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8d50d0a8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"fiscal.wa.gov/\"]",
            "html": "<a href=\"https://fiscal.wa.gov/\">State budget and fiscal information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f8991f7b644",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7082818"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/washingtons-it-strategic-plan\"]",
            "html": "<a href=\"/washingtons-it-strategic-plan\">Washington's IT Strategic Plan</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5ba3975f93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b5b90a5c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/how-to-guides/accessing-government-assistance\">Accessing Government Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a8a6c8de075",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ad0fce2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dva.wa.gov/veterans-their-families\">Assistance for veterans and their families</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "418b436d4752",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-94d8b761"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/how-to-guides/get-help-finding-food\">Get Help Finding Food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4d2ada936c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-580d6d13"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/what-consumers-need-know-about-surprise-or-balance-billing\">Get help with a surprise medical bill</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b13f4bf27f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c8a46b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(2) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"/how-to-guides/housing-assistance\">Housing Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "473152cc1af9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5660a5b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/default.htm\">Incarceration</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce91feecf444",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f16b8030"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(3) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.doc.wa.gov/family/default.htm\">Information for families &amp; visitors going to correction facilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7a344cd397c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc4ad547"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.courts.wa.gov/appellate_trial_courts/\">Appellate &amp; trial courts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14f6e4e09165",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b1de2285"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.courts.wa.gov/court_dir/\">Court directories</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c2abbf3d13d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c7415be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.courts.wa.gov/court_rules/\">Court rules</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c564d515034",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a7377d3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.doc.wa.gov/corrections/justice/sentencing/default.htm\">Sentencing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9684ea6f3e39",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-025797e9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(4) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.courts.wa.gov/opinions/\">Supreme Court and Court of Appeals opinions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e29f7d50f0d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-81c75324"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"codes.aspx\"]",
            "html": "<a href=\"http://www.mrsc.org/codes.aspx\">City and county codes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c8b89357e01",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d110e4a3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://leg.wa.gov/CodeReviser/pages/waconstitution.aspx\">Constitution of the State of Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "667e04588e37",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-addddd41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://app.leg.wa.gov/districtfinder/\">Find your legislative district</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "669b3614471a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b30aa1b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(5) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://app.leg.wa.gov/billinfo/\">Legislative bill information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdcba4b65a9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-304f199e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"rcw/\"]",
            "html": "<a href=\"http://app.leg.wa.gov/rcw/\">Revised Code of Washington (RCW)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34618bad77c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab130f8f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wac/\"]",
            "html": "<a href=\"http://app.leg.wa.gov/wac/\">Washington Administrative Code (WAC)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18005bb14273",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5e029a92"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bia.gov/\"]",
            "html": "<a href=\"http://www.bia.gov/\">Bureau of Indian Affairs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b321d52003e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da9e65bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://mrsc.org/home/research-tools/washington-city-and-town-profiles.aspx\">City and town profiles &amp; websites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a8854cdc640",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49724006"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.mrsc.org/countyprofiles/profilesmenu.aspx\">County profiles &amp; websites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c96ea32a6a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec0ea6fc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.washingtontribes.org/\">Learn about Washington tribes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f36dda8cff9e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3e4aa0a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(6) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://goia.wa.gov/tribal-directory\">Tribal directory</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f91c9dc4da63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-664411e3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.cnic.navy.mil/regions/cnrnw/installations/ns_everett.html\">Everett Naval Base</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3307f4e99b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a4a3185b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://home.army.mil/lewis-mcchord/index.php\">Joint Base Lewis-McChord</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9586ef67a0e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ec8af47"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.cnic.navy.mil/regions/cnrnw/installations/navbase_kitsap.html\">Kitsap Naval Base</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2ff08d66844",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4b503ef0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"madigan.tricare.mil/\"]",
            "html": "<a href=\"https://madigan.tricare.mil/\">Madigan Army Medical Center</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6047ffb7bf3e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-499216f7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"fairchild.af.mil/\"]",
            "html": "<a href=\"http://www.fairchild.af.mil/\">Spokane Fairchild Air Force Base</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19e4c1afbcda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b716f070"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(6) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://mil.wa.gov/national-guard\">Washington National Guard</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47a49530193d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a05ced81"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(7) > ul > li:nth-child(7) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.cnic.navy.mil/regions/cnrnw/installations/nas_whidbey_island.html\">Whidbey Island Naval Air Station</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1950ea6ab670",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb7f8d39"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.dnr.wa.gov/FightingFire\">Fighting fire</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11ef98a7e5e3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-230dcada"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"HCPs\"]",
            "html": "<a href=\"http://www.dnr.wa.gov/HCPs\">Habitat conservation plans</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fcaada8354c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f782a01f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"epermitting.wa.gov/\"]",
            "html": "<a href=\"http://www.epermitting.wa.gov/\">Online environmental permitting tools &amp; resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8f262df5a2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-274edf74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ecology.wa.gov/Footer/Report-an-environmental-issue\">Report an environmental issue</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9b8bf6431e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d89652"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(8) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.scc.wa.gov/conservation-programs\">Statewide conservation programs and districts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "749ca53a27e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec36385b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.insurance.wa.gov/get-help-insurance-problem-or-question\">Get help with an insurance problem or question</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bb819cd4a82",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f52e558f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://agr.wa.gov/services/consumer-protection-and-complaints\">Report a concern about your food</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45a90bac6753",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a1e53eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://sao.wa.gov/report-a-concern/how-to-report-a-concern/\">Report a concern over misuse of public resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "049277858fe6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78435dad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".field-content > a[href$=\"report-suspected-fraud\"]",
            "html": "<a href=\"/report-suspected-fraud\">Report suspected fraud</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f15eec945bcf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-217b48e8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.atg.wa.gov/robocall-and-telemarketing-scams\">Robocall and telemarketing scams</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5f8b5d6c89b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-058c9ff6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(9) > ul > li:nth-child(6) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.atg.wa.gov/consumer-issues\">Safeguarding consumers from fraud and unfair business practices</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9edb9af2f1e0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5d19c1d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"geo.wa.gov/\"]",
            "html": "<a href=\"http://geo.wa.gov/\">Geospacial and mapping open data portal</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fb76e9e19b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e581469a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(10) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://doh.wa.gov/data-and-statistical-reports\">Health data &amp; statistical reports</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "689868b4ea6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dcbf7dbc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(10) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://agr.wa.gov/washington-agriculture\">Learn about agriculture in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95f6a8bde4b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-39a6c4ad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"data.wa.gov/\"]",
            "html": "<a href=\"http://data.wa.gov/\">Open data directory</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9874af6896dc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-094ccb41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(10) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://ofm.wa.gov/washington-data-research\">Washington data &amp; research</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54423eff5ece",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4baf6a62"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.atg.wa.gov/volunteer-and-internship-opportunities\">Attorney General's Office volunteer and internship opportunities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7665ccdab71b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-79cb8cb9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(2) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.digitalarchives.wa.gov/content.aspx?txt=volunteers\">Digital Archives volunteers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b46dc4a1577",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b10505d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(3) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://wdfw.wa.gov/get-involved\">Get involved in habitat conservation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c083868d14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3f417b61"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(4) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://mil.wa.gov/disaster-reservist-program\">Join the Disaster Reservist Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6534ee081709",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-289475c4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(5) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sos.wa.gov/charities/\">Learn about charities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5eb24abf06f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a791903"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(6) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/Pages/Volunteer.aspx\">Volunteer as a Capitol Campus tour guide</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e921b48642c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-785dfac3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(11) > ul > li:nth-child(7) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://volunteerwashington.org/\">Volunteer in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f0ad5424a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-813f10a5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(8) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"http://washingtonservicecorps.org/\">Washington Service Corps &amp; AmeriCorps</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8809decfa025",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-12823598"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item-list:nth-child(12) > ul > li:nth-child(1) > .views-field-views-conditional-field.views-field > .field-content > a",
            "html": "<a href=\"https://www.sos.wa.gov/elections/voters/\">Learn about voting</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1616330e2d54",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0028586"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pdc.wa.gov/\"]",
            "html": "<a href=\"http://www.pdc.wa.gov/\">Search campaign and candidate financing</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7677c3ad24ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eac4454c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"become-resident\"]",
            "html": "<a href=\"/how-to-guides/become-resident\" hreflang=\"en\">Become a Resident</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec8081bb1e2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd5193fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\" hreflang=\"en\">Vote &amp; Participate In Local, State, &amp; Federal Elections</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca971f2ee3c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6cca8d5f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .how-to.card > .body > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\" hreflang=\"en\">SecureAccess Washington (SAW) Login for State Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .how-to.card"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ce6ddeecbb3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24d29f8e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef954f44d0d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b64f5373fdc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 1194,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 67
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2647,
          "failed": 82,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "e377463c621d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "488b822be79a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4012dfe2633",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3321152"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBsY0FOFHffmm3dlWqLX8s4I7TAQ5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjeMtb5A3fSgy5QwP4iMdV_eCfBuEJCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4w-4b4bv_2Tkdwn4HocPRWzzuEO6pXBJGWbCYcpj3dsKswGP0TQ_XhkEaVcENXIHa7SkfX7u5Zh7nWhth1Uvqc2LpDXhCWSxWVCM3USj2vgGzIexiH-9YKPUMZvczba5X3Nxy_Axg-6gMGwrqEDLF9Qt3ROfB\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3133a34f6fed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa7a4af5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8738da2978e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdab2827f47f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d32390a5a7f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5398a3c5027",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Mount Vernon, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fde6e41cbd4d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Mount Vernon, WA' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbd748e2dc5e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"The Skagit Valley Tulip Festival is one of the destination events for the Pacific Northwest, held from April 1-30, celebrating millions of tulips bursting into bloom. As with all things governed by Mother Nature, the tulips bloom according to their own schedule sometime during the festival. The tulips allow us to share our corner of the world and showcase Skagit Valley agriculture.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8068cce15d43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7e4bfd5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "ba84f5b58d7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6abb3ca6bc64",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "084bbbe02a04",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://tre.wa.gov/home/debt-management/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b057474d0d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a957dd1d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.erfc.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e610a2d74bd1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bda6bbc4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.atg.wa.gov/open-government\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfc3c7e23b72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2e4e69db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://sao.wa.gov/reports-data/report-types/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73385c955af2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cce69e88"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fiscal.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94923d0cd3d7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c58afc75"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/washingtons-it-strategic-plan\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45b42e5f83e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4676e033"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/accessing-government-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b679266f544",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-579c7835"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dva.wa.gov/veterans-their-families\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "416536163065",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b82e2b23"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/get-help-finding-food\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d7467a21fad",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-727e7153"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/what-consumers-need-know-about-surprise-or-balance-billing\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "424e30487157",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cef47bdf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/housing-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b9f218e83df",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c0a476d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/corrections/incarceration/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fb7bcca65ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d5addaa8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/family/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa4bc7dae9d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c18509d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/appellate_trial_courts/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82f65f3b11d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03454324"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/court_dir/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcd73800b09b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-12512619"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/court_rules/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9acc6864cff0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-baf95918"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.doc.wa.gov/corrections/justice/sentencing/default.htm\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fb211e68cf1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f80429df"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.courts.wa.gov/opinions/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60be54efb44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f4cb1c78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.mrsc.org/codes.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b470c51e66e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da260beb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://leg.wa.gov/CodeReviser/pages/waconstitution.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e1e07144c1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-168858c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://app.leg.wa.gov/districtfinder/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5c8988e9d51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ec54364"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://app.leg.wa.gov/billinfo/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b74e90bb582b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-18a93acb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://app.leg.wa.gov/rcw/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff646ba1514",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-43a41058"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://app.leg.wa.gov/wac/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c562d40dbf24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2d99fca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.bia.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecb3c706f1e6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-69f267c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mrsc.org/home/research-tools/washington-city-and-town-profiles.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f58706c2cca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1d06e1ac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.mrsc.org/countyprofiles/profilesmenu.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bee19957382",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8eda81ee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washingtontribes.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5693dbb4dad2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-83deb398"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://goia.wa.gov/tribal-directory\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31e34da4380b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ecb49450"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cnic.navy.mil/regions/cnrnw/installations/ns_everett.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a498a12e17ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3ea9859d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://home.army.mil/lewis-mcchord/index.php\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eabfef66fb49",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4852e70b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cnic.navy.mil/regions/cnrnw/installations/navbase_kitsap.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ac3d8813a43",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51838c1d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://madigan.tricare.mil/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86b283771967",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f00d7cf4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.fairchild.af.mil/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b15955d8b7b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f53ac632"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/national-guard\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c744b264786e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-487976ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cnic.navy.mil/regions/cnrnw/installations/nas_whidbey_island.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b4043dbc0c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1930cc3a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/FightingFire\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb16aaf5c03e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-14cbc6e1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.dnr.wa.gov/HCPs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6d91de6fb5c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ad988bb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.epermitting.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4942b2067baf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf954049"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Footer/Report-an-environmental-issue\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dace802069ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9343f561"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.scc.wa.gov/conservation-programs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "618c6e174683",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3eef1690"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.insurance.wa.gov/get-help-insurance-problem-or-question\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7069ccf669c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38362e7c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://agr.wa.gov/services/consumer-protection-and-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e08b1fc70ff4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef201a6f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://sao.wa.gov/report-a-concern/how-to-report-a-concern/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07ad71ac05de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c3894fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/report-suspected-fraud\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8055a883ad83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0847e274"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.atg.wa.gov/robocall-and-telemarketing-scams\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f373c35c91eb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dbd09d4c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/consumer-issues\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0242bdf7f80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0b5d7ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://geo.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b853419decaa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-afcd1da0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/data-and-statistical-reports\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6f1e38cb87f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47fb9708"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://agr.wa.gov/washington-agriculture\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcf4307a1d18",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-69b7cfa6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://data.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eb256af15a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85eb3b07"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ofm.wa.gov/washington-data-research\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03070384a069",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4355182b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.atg.wa.gov/volunteer-and-internship-opportunities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "298208ce20a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7ed91a3a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.digitalarchives.wa.gov/content.aspx?txt=volunteers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "922ff486c0a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c2a856b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wdfw.wa.gov/get-involved\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "761fe454d394",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3d0727e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/disaster-reservist-program\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80a71a40c809",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0ae99dac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/charities/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1261981730a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-60c8324b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.des.wa.gov/services/facilities/CapitolCampus/Pages/Volunteer.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bbc208efc39",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-44b8a6fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://volunteerwashington.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65146c6e47c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0ef4ae35"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://washingtonservicecorps.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcb792da44a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ea944a28"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sos.wa.gov/elections/voters/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51ab00baf370",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03b72675"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.pdc.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57feaed78d5e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dca939cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/become-resident\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8055d303e137",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ac16fe7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d45c465e9f2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/vote-participate-local-state-federal-elections\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7b14f26884e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c250b946"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "840c966c766f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-caf1914d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2729,
        "uniqueFailedCount": 80,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/Your%20New%20WA.gov%20Account",
      "finalUrl": "https://wa.gov/Your%20New%20WA.gov%20Account",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 10873,
      "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": 515,
          "failed": 6,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-xl-6.col-lg-6.col-md-6:nth-child(2) > ul > li:nth-child(1) > a[href$=\"how-to-guides\"]",
            "html": "<a href=\"/how-to-guides\">How-to-guides</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad1b104828e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59974f85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"search-results\"]",
            "html": "<a href=\"/search-results\">Search WA.gov and all Washington government sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4354fa137809",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b4a277a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a[href$=\"agency\"]",
            "html": "<a href=\"/agency\">Find an agency</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dffeb26827c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bca03635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href$=\"state-employee-contacts\"]",
            "html": "<a href=\"/state-employee-contacts\">Find a state employee</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87ed8118372d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8b887b87"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-wagov-team\"]",
            "html": "<a href=\"/webform/contact-wagov-team\">contact the WA.gov team</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "417b03d4dd9f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9630fdbe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aeed2b515c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 566,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 880,
          "failed": 12,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "f9be2d250e3a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2bad37469a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_IHERrucFsFDiQh2v3FQ0kWj7ysNuhETBu2SYVDxVK24.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7549e42db8e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-959a18cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkGFuwzAIhS_kxEeysE0SVNtYQBL19ku3tasybfnHg4-nB5HZ1AR6iCBC7CeW6uK5OxeOUAa1e6E2_5oHXaMtWNH_TFJu_3Anw3TDTMYSICWWTNz8qxon4WbYsssxpFWNazDmot8mLsvaoURQ_CPuG_C1_9ycDmPYUflI9FaPO8aH1Etg1IWqq0d48BMVQxkTdDtSO0Ht3JQ2DBXb6k96fP3mmhSEW2dqdok-L9a1o0yki6dG5vSuhtU_PuB2mHkLa6MtLAgZxX92ho2UbIiF0-0DmXDVKA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b80732098209",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8c6037c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daea1325c959",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1da6956a41da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "252790e70ca6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d2fe8d1ae9d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/search-results\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0361807959b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a35f5e4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3f4eb626358",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c5ad0cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/state-employee-contacts\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef6c4b42420d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c1b1d7f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/webform/contact-wagov-team\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa957c8a3694",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c7aeed6"
          }
        ],
        "outcomeCount": 892,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/ar/node",
      "finalUrl": "https://wa.gov/ar/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8812,
      "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": 879,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b90277d212a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 925,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1990,
          "failed": 14,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "89cdd7c11e1d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0ce1a33b202",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=ar&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fba4b703237",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-168af470"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=ar&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85f50cefd25a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70418901"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ce5304cd475",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a6384c4b19",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/ar/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1be0c8a5add",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb134526"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e70f4c4d443",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/ar/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ea8f4335f9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-42f8992c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae092eb811cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcfc2886b0c0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c62939c4baae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'تم رفع الجلسة التشريعية لولاية واشنطن لعام 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b74a4976c0d8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'نصائح للاستعداد للزلازل وتذكر زلزال نيسكوالي' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2004,
        "uniqueFailedCount": 13,
        "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://wa.gov/es/node",
      "finalUrl": "https://wa.gov/es/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8853,
      "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": 864,
          "failed": 1,
          "cantTell": 5,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6060bab5ee7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 911,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1913,
          "failed": 12,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "46cc670ca98b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0651b48cdaf5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=es&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bea8d1f51a12",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f906bfc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=es&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e5f05a2bc8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65f2456c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0df456df46fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a0048b5db08",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/es/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e50bbedaf41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-449e0665"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "456bba0f8915",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/es/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f770705e449b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3b1a5df5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1986a88a5faf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eae5cdd880f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c58e19f02d7d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          }
        ],
        "outcomeCount": 1925,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/hi/node",
      "finalUrl": "https://wa.gov/hi/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8805,
      "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": 869,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bee6f0f8256",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 915,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1883,
          "failed": 14,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "ef66ef681b53",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a414f285b2d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=hi&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6370783552b0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bb44b1e7"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=hi&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0ed6c368c35",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f0a02c48"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef878b966d02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c805ccd9d38",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/hi/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "799fa9bdb971",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e03e356"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f082fe20f492",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-banner-title\">",
            "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": "6f375a041b2c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6af596e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "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": "a17a67c14576",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/hi/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83777c325e1b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c0b085c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6cbdfb1506a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "545700f028e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "791aeba821f4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          }
        ],
        "outcomeCount": 1897,
        "uniqueFailedCount": 14,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/how-to-guides/accessing-government-assistance",
      "finalUrl": "https://wa.gov/how-to-guides/accessing-government-assistance",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8419,
      "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": 720,
          "failed": 31,
          "cantTell": 6,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/eligibility-dshs-services\">How to qualify for DSHS services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61ddf9721ab8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/how-apply-services\">Apply for services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a336b8cf5a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/office-locations?field_geofield_distance%5Bdistance%5D=100&amp;field_geofield_distance%5Bunit%5D=3959&amp;field_geofield_distance%5Borigin%5D=&amp;field_office_type_tid%5B0%5D=9651\">Find your local Community Service Office</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68e4e24c2de2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a68f8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/csd-mobile-office/mobile-community-services-office\">Mobile Community Services Office that travels to you if you live in a rural area</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25c7fa02777e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0dbf7698"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/emergency-programs\">Get more information on emergency programs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549f2fd9304e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b562d8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/emergency-assistance-programs/emergency-assistance-programs-additional-requirements-emergent-needs-aren\">AREN</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51c7a2f67a52",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(12) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/esa/diversion-cash-assistance-dca\">Diversion Cash Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e1a6187bffe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d19eb056"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Get Help Finding Food\"]",
            "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"56752f9f-bb4d-4b0f-86d7-de34f74be1f4\" href=\"/how-to-guides/get-help-finding-food\" title=\"Get Help Finding Food\">Get Help Finding Food Guide</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4566b1977d29",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7a4d5388"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Housing Assistance\"]",
            "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"ed9b80fc-71e4-47e0-82b6-604016b72747\" href=\"/how-to-guides/housing-assistance\" title=\"Housing Assistance\">Housing Assistance Guide</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f73fdfc64245",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec07c34c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/48\">Temporary Assistance for Needy Families</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8792ab6907f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45500575"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(22) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/67\">Refugee Cash Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8700b29ebb2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e98f911"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(23) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/59\">Aged, Blind, or Disabled Cash Assistance Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d01a6be28fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c6908a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(26) > a",
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage\">Apple Health</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a5c81686d68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebc2d20f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(27) > a",
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/program-administration/health-care-children\">Apple Health for Kids</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59319f6d984",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29045e36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a",
            "html": "<a href=\"https://www.healthcare.gov/medicaid-chip/childrens-health-insurance-program/\">The Children’s Health Insurance Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a74f4cc14c80",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae192160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(29) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/53\">Aged, Blind, or Disabled Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408c7abafab8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9963637"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(30) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/71\">Medicare Savings Program </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9b154a3049c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9526599"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"worksourcewa.com/\"]",
            "html": "<a href=\"https://worksourcewa.com/\">WorkSource Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3516e9cb2779",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7da4d78"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(34) > a",
            "html": "<a href=\"https://worksourcewa.com/microsite/Content.aspx?appid=WAWORKSHOPS&amp;pagetype=simple&amp;seo=events\">Find a career workshop or hiring event</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da5754fecd86",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa1f4534"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(35) > a",
            "html": "<a href=\"https://www.benefits.gov/benefit/1682\">Washington WorkFirst</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "223bacd07245",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b55961b4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(36) > a",
            "html": "<a href=\"https://esd.wa.gov/unemployment\">Apply for unemployment benefits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88d969dd2275",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20c54eb5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(39) > a",
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-and-supports/apple-health-medicaid-coverage/pregnant-individuals\">Apple Health for pregnant individuals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6f99155544d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-113d5db4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(40) > a",
            "html": "<a href=\"https://www.dshs.wa.gov/node/66\">Pregnant Women Assistance Program provides a monthly cash grant for low-income individuals</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea53226a272e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38c2d669"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(41) > a",
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage/first-steps-maternity-and-infant-care\">First Steps helps with prenatal and post-partum care, delivery, and medical care for newborns</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1c2f286ee5f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-347fb00e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(42) > a",
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/wic\">WIC offers nutrition information, breastfeeding support, money for healthy foods, and screenings</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5614804bf11c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-64c32080"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(45) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/getting-help\">Child Care Subsidy Programs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0963ca96729",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68d238eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(46) > a",
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/program-administration/health-care-children\">Apple Health for Kids</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05cbe4709e69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-485f7994"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(47) > a",
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/eceap-headstart\">Early Childhood Education and Assistance Program &amp; Head Start</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7b8df0f8504",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-633d24a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(50) > a",
            "html": "<a href=\"https://www.fcc.gov/general/lifeline-program-low-income-consumers\">Lifeline Telephone Assistance Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb107c067ad1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c1626c9"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "facdc317edc4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac69765938a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 796,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 31
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1572,
          "failed": 50,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_eventhandler_role_valid",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "1c6e48aecf0b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43081fba1c44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1297e4fd5c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98b04be121da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79e3194a6692",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9962f782497a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ff4bdb96543",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36991df46de7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Spokane River, Spokane WA - Credit Victor Andino' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c202c74933",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Spokane River, Spokane WA - Credit Victor Andino' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acc1a6dcd183",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Riverfront Park is the jewel of downtown Spokane. The Spokane River winds through and cascades over basalt rock and two dams to create the largest urban waterfall in the country.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7078d35f61a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c24fd4b5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "ffa912202612",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf8e55ade83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "894909a89b7b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60035db1c24e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68ffe10a3e22",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "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": "b3035cfd61b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/eligibility-dshs-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5764f57e9206",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b6546a5c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/how-apply-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b60a0355d14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a53b24d6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/office-locations?field_geofield_distance%5Bdistance%5D=100&field_geofield_distance%5Bunit%5D=3959&field_geofield_distance%5Borigin%5D=&field_office_type_tid%5B0%5D=9651\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24ac253f6869",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a1009266"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/csd-mobile-office/mobile-community-services-office\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f3a9ce87136",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-111e8ebd"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/community-services-offices/emergency-programs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "519c09f02d98",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49fe2113"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/emergency-assistance-programs/emergency-assistance-programs-additional-requirements-emergent-needs-aren\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ab67d8b6035",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c4e3c423"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/esa/diversion-cash-assistance-dca\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3da15776385",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ced685b2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Get Help Finding Food\" href=\"/how-to-guides/get-help-finding-food\" data-entity-uuid=\"56752f9f-bb4d-4b0f-86d7-de34f74be1f4\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36164a0aaed4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb34163b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Housing Assistance\" href=\"/how-to-guides/housing-assistance\" data-entity-uuid=\"ed9b80fc-71e4-47e0-82b6-604016b72747\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3ce569eed6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-642c1e31"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'little, extra'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/48\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d1b1dd9d594",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1186a049"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/67\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bafd074a526",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3394684"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/59\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c72d1e52e4d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86d89eac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f2750b0cb9b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f8ae190"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/program-administration/health-care-children\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36cc57a5b83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d272fac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.healthcare.gov/medicaid-chip/childrens-health-insurance-program/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f065a342852f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02615662"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/53\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe09d52543f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf89ecf0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/71\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee404dbb576f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f2d8b25b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://worksourcewa.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e3b8a9391c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2c3efa5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://worksourcewa.com/microsite/Content.aspx?appid=WAWORKSHOPS&pagetype=simple&seo=events\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9d22714d91f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3ab01f5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.benefits.gov/benefit/1682\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f292e142eee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b21e62ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://esd.wa.gov/unemployment\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aeee72b420de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f4d0291"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-and-supports/apple-health-medicaid-coverage/pregnant-individuals\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb927933d633",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ed1a194"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dshs.wa.gov/node/66\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0b83689264b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6f58b56c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/apple-health-medicaid-coverage/first-steps-maternity-and-infant-care\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd912d580493",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fe393875"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://doh.wa.gov/you-and-your-family/wic\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2f6a8c88dca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9acffb87"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/getting-help\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "141dd022acbd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24535e98"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hca.wa.gov/health-care-services-supports/program-administration/health-care-children\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dcyf.wa.gov/services/earlylearning-childcare/eceap-headstart\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec7c7ec5b538",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-489ed96f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.fcc.gov/general/lifeline-program-low-income-consumers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf8763a8c853",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b774ade7"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onmouseover=\"msoCommentShow('_anchor_1','_com_1')\" onmouseout=\"msoCommentHide('_com_1')\" language=\"JavaScript\" id=\"_com_1\">",
            "message": "The <div> element with 'onmouseout, onmouseover' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d1c8cc35fec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-073a210e"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<div onmouseover=\"msoCommentShow('_anchor_1','_com_1')\" onmouseout=\"msoCommentHide('_com_1')\" language=\"JavaScript\" id=\"_com_1\">",
            "message": "The HTML attribute(s) \"language\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab6350f8d514",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-87014b64"
          }
        ],
        "outcomeCount": 1623,
        "uniqueFailedCount": 47,
        "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://wa.gov/how-to-guides/file-complaint",
      "finalUrl": "https://wa.gov/how-to-guides/file-complaint",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8885,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 736,
          "failed": 38,
          "cantTell": 6,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.atg.wa.gov/file-complaint#Online\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint online</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e8d3ed9de14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-75ac9323"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.atg.wa.gov/file-complaint#Mail\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint by mail</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdb6da4cbded",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e21accb0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.atg.wa.gov/file-complaint#Complaint\" rel=\"noreferrer noopener\" target=\"_blank\">Learn how the complaint process works</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6b56b873160",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f685678e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a[href$=\"queja\"]",
            "html": "<a href=\"https://www.atg.wa.gov/queja\" rel=\"noreferrer noopener\" target=\"_blank\">Presentar una queja</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a689b30a07e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15652d28"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.atg.wa.gov/consumer-issues\" rel=\"noreferrer noopener\" target=\"_blank\">List of consumer issues A-Z</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f001900cdaa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f40ade56"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.atg.wa.gov/consumer-complaints\" rel=\"noreferrer noopener\" target=\"_blank\">Tips on filing a consumer complaint</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61bb359f6782",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-31823d20"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(12) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.usa.gov/complaint-letter\" rel=\"noreferrer noopener\" target=\"_blank\">Sample complaint letter template</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a0583babf6b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-48d18257"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(13) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.bbb.org/file-a-complaint\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint with the Better Business Bureau</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19e04fecebe8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e46fe97"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"saferproducts.gov/\"]",
            "html": "<a href=\"https://www.saferproducts.gov/\" rel=\"noreferrer noopener\" target=\"_blank\">Report an unsafe product to the Consumer Product Safety Commission</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e194b694dac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-345174d9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(15) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.econsumer.gov/en/FileAComplaint#crnt\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint about an online purchase from a foreign retailer</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a493d972eba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9eee5503"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(16) > a[href$=\"/#/\"]",
            "html": "<a href=\"https://reportfraud.ftc.gov/#/\" rel=\"noreferrer noopener\" target=\"_blank\">Report fraud to the Federal Trade Commission</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3b05749ca5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-da2f6223"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(17) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.identitytheft.gov/#/\" rel=\"noreferrer noopener\" target=\"_blank\">Report identity theft and get a recovery plan</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5cce47b3732",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5568d71a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(20) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.dol.wa.gov/business/complaint.html\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint about a professional license</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82e456fa8e2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-15ad12fd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.dol.wa.gov/listoflicenses.html\" rel=\"noreferrer noopener\" target=\"_blank\">Full list of licenses</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2e9b91c33f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25f98043"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(24) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.consumerfinance.gov/complaint/\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint with the Consumer Financial Protection Bureau</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05cefee62b02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a2c78a82"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(25) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://dfi.wa.gov/file-complaint\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint with the Washington State Department</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "606f269ec62b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1fd333a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(26) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://forms.federalreserveconsumerhelp.gov/secure/complaint/complaintType.html\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint with the Federal Reserve</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d829f9a24ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bbd2f020"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(27) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://tcr.sec.gov/TcrExternalWeb/faces/pages/accept.jspx\" rel=\"noreferrer noopener\" target=\"_blank\">Report suspected securities fraud to the SEC</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81bdeb1229a6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a09eacb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.sec.gov/oiea/Complaint.html\" rel=\"noreferrer noopener\" target=\"_blank\">Report a problem with your investments</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a3f196533d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9098329d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(29) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://tcr.sec.gov/TcrExternalWeb/faces/pages/accept.jspx\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more about the investor complaint process</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7316c32d6ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ca7d243c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(32) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.insurance.wa.gov/understanding-complaints-process\" rel=\"noreferrer noopener\" target=\"_blank\">Understanding the complaint process</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69b4ed44b343",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec7c02fe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(33) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.insurance.wa.gov/sites/default/files/documents/what-need-to-know-complaints.pdf\" rel=\"noreferrer noopener\" target=\"_blank\">What you need to know before you file a complaint</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fca4c218cc4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cf5e9821"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(34) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.insurance.wa.gov/complaints-appeals-fraud/complaints\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint with the insurance commissioner</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9f7556fa648",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-798ed43d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(37) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://consumercomplaints.fcc.gov/hc/en-us\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint with the Federal Communications Commission</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "496168a269b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-93249837"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(38) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.fcc.gov/consumers/guides/filing-informal-complaint\" rel=\"noreferrer noopener\" target=\"_blank\">How the informal complaint process works</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb536751da78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-64828e34"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(39) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.fcc.gov/consumer-guides\" rel=\"noreferrer noopener\" target=\"_blank\">Read FCC Consumer Guides to know your communication services rights</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74b6e5061e77",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8acf81b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(40) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.fcc.gov/general/frauds-scams-and-alerts-guides\" rel=\"noreferrer noopener\" target=\"_blank\">Protect yourself from common frauds and scams</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1668ec129610",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b5a2567"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(43) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.utc.wa.gov/FileComplaint\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint by phone or mail&nbsp;</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "363bb33ec1b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-660ecd42"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(44) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.utc.wa.gov/consumers/consumer-complaints/file-complaint/public-complaint-form\" rel=\"noreferrer noopener\" target=\"_blank\">File a complaint online</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb27d21113c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b395f618"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(45) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.utc.wa.gov/consumers/consumer-complaints/file-complaint/types-complaints\" rel=\"noreferrer noopener\" target=\"_blank\">Find out what types of complaints are managed by UTC</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "924902efefe7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-71f20b2a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(48) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.hum.wa.gov/file-complaint\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more at the Human Rights Commission&nbsp;</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33bb4d9f6444",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c7efdd43"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(51) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.lni.wa.gov/workers-rights/workplace-complaints/worker-rights-complaints\" rel=\"noreferrer noopener\" target=\"_blank\">Understand your worker rights</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "505d067799a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-26405395"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(52) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.lni.wa.gov/workers-rights/workplace-complaints/worker-rights-complaints\" rel=\"noreferrer noopener\" target=\"_blank\">File a workplace complaint with the Department of Labor &amp; Industries</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "441eb7d21228",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3e4b8d84"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(55) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.lni.wa.gov/workers-rights/workplace-complaints/safety-complaints\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more about safety complaints</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "239bc00d2d7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-edcfb186"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(56) > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.lni.wa.gov/forms-publications/F418-052-000.pdf\" rel=\"noreferrer noopener\" target=\"_blank\">Report a safety hazard online&nbsp;</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b50cc10eede",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6004c08"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"agency\"][rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/agency\" rel=\"noreferrer noopener\" target=\"_blank\">agency directory</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a662f969f22",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9034ca3"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06cf24c5d78d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86d5df0ecd56",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 819,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 38
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1647,
          "failed": 53,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "417e828759e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a8f4fb2dc3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1955f0c3882",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93c0fd9762b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9964cacb87b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b65d4681f78d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40c6e6c4088d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bbe5818b093",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'North Cascades National Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f9110fe9a1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'North Cascades National Park' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "389018f240fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"The beautiful North Cascade Range, located in northwestern Washington State, has some of the most scenic, and geologically complex mountains in the United States. The sharp peaks, and rugged terrain of the northern portion of the range have an average elevation of 7,000 feet and are home to numerous alpine glaciers. \" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe1378d2a121",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9cccd673"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "c50ad8d62a0c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dda873a67eec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "011334a2dcd0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce97dab1e844",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5faa5b9beb36",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.atg.wa.gov/file-complaint#Online\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15e13ea04a34",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-935f0d05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.atg.wa.gov/file-complaint#Mail\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec1b358f4d87",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-971ffe82"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.atg.wa.gov/file-complaint#Complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c8c70ee9f67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a39fd42c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.atg.wa.gov/queja\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c39feeba82aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b189f35e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.atg.wa.gov/consumer-issues\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ca9481f29e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20cce122"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.atg.wa.gov/consumer-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6afc48e16ec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c667a12"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.usa.gov/complaint-letter\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5feb7a5d741",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6bc71c74"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.bbb.org/file-a-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ecba68c2efb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1e3dd39f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.saferproducts.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8645be97d4a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c47ce39"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.econsumer.gov/en/FileAComplaint#crnt\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d7d9f486bfc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5df3ba90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://reportfraud.ftc.gov/#/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b6a27b595c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78713433"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.identitytheft.gov/#/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b31d85fa7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fb654924"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.dol.wa.gov/business/complaint.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abf13f34e5a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e0f9856"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.dol.wa.gov/listoflicenses.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "559e6e8726dc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-50ad37ac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.consumerfinance.gov/complaint/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cf4c2c7d6f5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20ce6521"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://dfi.wa.gov/file-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48f625e46cd4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d433c999"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://forms.federalreserveconsumerhelp.gov/secure/complaint/complaintType.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80674c9660d1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4528f0b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://tcr.sec.gov/TcrExternalWeb/faces/pages/accept.jspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b7fd7dbc106",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd8dc17f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.sec.gov/oiea/Complaint.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d17a1e7941c4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6ec17db1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://tcr.sec.gov/TcrExternalWeb/faces/pages/accept.jspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.insurance.wa.gov/understanding-complaints-process\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6870ecf9e6ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5aa7eab8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.insurance.wa.gov/sites/default/files/documents/what-need-to-know-complaints.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b0e7f101abd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85ffde4a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.insurance.wa.gov/complaints-appeals-fraud/complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1841e99438e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-12a9c06f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://consumercomplaints.fcc.gov/hc/en-us\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51f9e6a9e6c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7e95fc1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.fcc.gov/consumers/guides/filing-informal-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e3518587bc8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4bc4fe7a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.fcc.gov/consumer-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "191b40ff6edf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f8f72276"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.fcc.gov/general/frauds-scams-and-alerts-guides\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d8b31c2e836",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-838d92e6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.utc.wa.gov/FileComplaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccb525d2b971",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45e42441"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.utc.wa.gov/consumers/consumer-complaints/file-complaint/public-complaint-form\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51558fc832cc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0ad4c8a8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.utc.wa.gov/consumers/consumer-complaints/file-complaint/types-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbc8b0185889",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e02a1330"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.hum.wa.gov/file-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93069e2cd894",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b65e3688"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.lni.wa.gov/workers-rights/workplace-complaints/worker-rights-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dce3f5b2566c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b3ca1af8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.lni.wa.gov/workers-rights/workplace-complaints/worker-rights-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d27b29246b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.lni.wa.gov/workers-rights/workplace-complaints/safety-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f6e8c32d7b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d450db2c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.lni.wa.gov/forms-publications/F418-052-000.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e2640ba0c04",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-314517b5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/agency\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e135150e622b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fb01433"
          }
        ],
        "outcomeCount": 1738,
        "uniqueFailedCount": 51,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtonians",
      "finalUrl": "https://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtonians",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 9509,
      "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": 1008,
          "failed": 49,
          "cantTell": 5,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#cash-assistance\"]",
            "html": "<a href=\"#cash-assistance\">Cash Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d20910e62ede",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-10397854"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#food-assistance\"]",
            "html": "<a href=\"#food-assistance\">Food Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d49b51e1f1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8cce24cb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#housing-property-assistance\"]",
            "html": "<a href=\"#housing-property-assistance\">Housing and Property Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "380b23db0ba1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2721bd74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#livestock-assistance\"]",
            "html": "<a href=\"#livestock-assistance\">Livestock Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5eb7aa7bd84",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-150878b4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-drupalbase-custom-floodresourcelinks > .content > .text-formatted.field--name-body.field--type-text-with-summary > ul > li:nth-child(5) > a",
            "html": "<a href=\"#medication-equipment-replacement\">Medication and Medical Equipment Replacement</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f31bf38639d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7aeceb9f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#financial-resources\"]",
            "html": "<a href=\"#financial-resources\">Financial Resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0c06dcf2a34",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dc11bb6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#business-resources\"]",
            "html": "<a href=\"#business-resources\">Business Resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76526751df97",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ea2e9192"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#cleanup-tips\"]",
            "html": "<a href=\"#cleanup-tips\">Recovery Tips</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc1514265f4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab82aa69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#how-to-help\"]",
            "html": "<a href=\"#how-to-help\">How To Help</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "842207c20d44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-796b0498"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(3) > a:nth-child(1)",
            "html": "<a href=\"https://www.fema.gov/about/news-multimedia/mobile-products#download\">FEMA App</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a83644b20e1f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-594e3425"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(3) > a:nth-child(2)",
            "html": "<a href=\"https://www.fema.gov/disaster/4906#help-families\">here</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbf0c6dace7f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2e39cf7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a href=\"https://mil.wa.gov/december-2025-atmospheric-river-flooding\" target=\"_blank\">Washington State Disaster Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a82990c6f77b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-67876216"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.redcross.org/about-us/our-work/disaster-relief/flood-relief/washington-floods-financial-assistance.html\" target=\"_blank\">Washington Floods Assistance | American Red Cross</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5e3db8ff5bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86a363c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"mailto:omh@commerce.wa.gov\"]",
            "html": "<a href=\"mailto:omh@commerce.wa.gov\">omh@commerce.wa.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fefa41590a7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ec40c67"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(18) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.commerce.wa.gov/pwb/pwb-financing/\" target=\"_blank\">emergency funding</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "818046cc23b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a0f5796e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(18) > a:nth-child(2)",
            "html": "<a href=\"https://www.zoomgrants.com/gprop.asp?donorid=2142&amp;limited=5379\">ZoomGrants</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "356f115ecc8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-196222bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(19) > i > a",
            "html": "<a href=\"mailto:Maria.Jawad@Commerce.wa.gov\">Maria.Jawad@Commerce.wa.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33cf6e0db36",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c2aec20"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(24) > a[href$=\"disaster\"]",
            "html": "<a href=\"https://sba.gov/disaster\">sba.gov/disaster</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ff11dfc99e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dd83172a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(24) > a:nth-child(3)",
            "html": "<a href=\"mailto:disastercustomerservice@sba.gov\">disastercustomerservice@sba.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aa89b513ea5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c0b84193"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(25) > a",
            "html": "<a href=\"https://lending.sba.gov/search-disaster/?disaster=WA-20025\">More information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96864e064ae0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b5d6b74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > i > a:nth-child(1)",
            "html": "<a href=\"mailto:info@skagitanimalsinneed.org\">info@skagitanimalsinneed.org</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a64d52925390",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e04d1b7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "i > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.facebook...\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06a31db89a06",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20c9cd2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(32) > a[target=\"_blank\"] > i",
            "html": "<i>Resources for those impacted by statewide flooding</i>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75010ae1d150",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-495fa419"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(35) > li:nth-child(1) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://dfi.wa.gov/flood-resources\" target=\"_blank\">Housing/Mortgage Resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74323c1197f3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16573aff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(35) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.irs.gov/newsroom/irs-announces-tax-relief-for-taxpayers-impacted-by-severe-storms-straight-line-winds-flooding-landslides-and-mudslides-in-the-state-of-washington-various-deadlines-postponed-to-may-1-2026\">IRS announces tax relief for taxpayers impacted by disaster.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ffa77a63e3d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6224ae66"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(40) > a[href$=\"disaster\"]",
            "html": "<a href=\"https://sba.gov/disaster\">sba.gov/disaster</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d42de235660c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-00274bcf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(40) > a:nth-child(3)",
            "html": "<a href=\"mailto:disastercustomerservice@sba.gov\">disastercustomerservice@sba.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75c07ac0541a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e31c5587"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(41) > a",
            "html": "<a href=\"https://lending.sba.gov/search-disaster/?disaster=WA-20025\">More information</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c76ded0985b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-347fb00e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(43) > li:nth-child(1) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://esd.wa.gov/get-financial-help/unemployment-benefits/basic-eligibility-requirements/temporary-layoffs-and-furloughs?utm_medium=email&amp;utm_source=govdelivery\" target=\"_blank\">Learn more about temporary layoffs and furloughs.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24d4f2a50901",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cd1a7afe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(43) > li:nth-child(2) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://esd.wa.gov/get-financial-help/unemployment-benefits/basic-eligibility-requirements/temporary-layoffs-and-furloughs?utm_medium=email&amp;utm_source=govdelivery\" target=\"_blank\">Learn how to request standby.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58c6bbe2bd3b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c9e4611"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(43) > li:nth-child(3) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://esd.wa.gov/get-financial-help/sharedwork-program?utm_medium=email&amp;utm_source=govdelivery\" target=\"_blank\">Learn how to apply for SharedWork.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7877e67260d1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e701c97d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://esd.wa.gov/employer-requirements/when-former-employee-files-unemployment/removing-benefit-charges-employer-accounts?utm_medium=email&amp;utm_source=govdelivery\" target=\"_blank\">Read about removing benefit charges.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04ed7d96c758",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f46c5acc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(5) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://esd.wa.gov/employer-requirements/unemployment-taxes/penalties-late-or-incomplete-tax-payments-and-reports?utm_medium=email&amp;utm_source=govdelivery\" target=\"_blank\">Learn how to request a penalty waiver.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "711d01315f97",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47b6906f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(45) > a[target=\"_blank\"]",
            "html": "<a href=\"https://fortress.wa.gov/esd/tip/TIPEMP/_/?utm_medium=email&amp;utm_source=govdelivery\" target=\"_blank\">the fraud report form for employers.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "439c4f74f6f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52d9a733"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(49) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://medium.com/commissioners-eye-on-insurance/insurance-tips-as-flood-recovery-begins-c1f2785f5ad2\" target=\"_blank\">Flood Insurance Claim Tips</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "295f60c773bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b79867c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(50) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.insurance.wa.gov/ask-insurance-expert\" target=\"_blank\">connect with us online</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4e988b3a968",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3be63fe6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(53) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://protectmyhome.net/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExdEFGNE4xWTRlVU9PaTdLWnNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7EeNKmxr_Lf9oHsR0WoGtcghkfTAjsJpUMWu8eaPLMCU7usJTaV0RWyyACqA_aem_HnPxWCH-gKVhGc0uZLx5Qw\" target=\"_blank\">ProtectMyHome.net</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fc7aafbf973",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d328fef5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(54) > a[target=\"_blank\"] > i",
            "html": "<i>Repair Help Resources</i>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ff66e956600",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bf775301"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(59) > li > a[target=\"_blank\"]",
            "html": "<a href=\"https://give.wa.gov/events/?2025-wa-state-floods\" target=\"_blank\">Combined Fund Drive</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5232c2a0d5a4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1714afe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(61) > li:nth-child(1) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.sos.wa.gov/charities/GiveSmart.aspx\" target=\"_blank\">Give Smart</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b37643ccd2ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47e67072"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(61) > li:nth-child(2) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.atg.wa.gov/charities\" target=\"_blank\">Attorney General: Charities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12388606a16c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-90287eec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"mailto:larry.mays@nw.npuc.org\"]",
            "html": "<a href=\"mailto:larry.mays@nw.npuc.org\">larry.mays@nw.npuc.org</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcec768fd6ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-60fd2192"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(63) > li:nth-child(2) > em > a",
            "html": "<a href=\"mailto:tristan.allen@mil.wa.gov\">tristan.allen@mil.wa.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfc9ece38225",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7691dda7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nvoad.org/\"]",
            "html": "<a href=\"https://www.nvoad.org/\" target=\"_blank\">voluntary organization active in disaster to help.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ec0b775035f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a369844"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"teamrubiconusa.org/\"]",
            "html": "<a href=\"https://teamrubiconusa.org/\" target=\"_blank\">Team Rubicon</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f599a4b0252",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e73b71d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(67) > li:nth-child(3) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://mil.wa.gov/disaster-reservist-program\" target=\"_blank\">Disaster Reservist Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8d443c66dd3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a5882d86"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(69) > li:nth-child(2) > em > a[target=\"_blank\"]",
            "html": "<a href=\"https://mil.wa.gov/alerts#local\" target=\"_blank\">Local Alert Systems</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c781b5740cc2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f2c8b764"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f50afa0ddf3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354200402e4b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 1101,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 49
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2227,
          "failed": 63,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "eb5b5981e1b8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb642e532e49",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0495bd0f2cd3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b671eea63efd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dc98fa3834b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "040a608325a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9b3857b7021",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ab84c46ffca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "014bebed3220",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9acb3a8d293f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "9cb2564d93cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cd4f943c580",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bccc0f91ed82",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#cash-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4431f713e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ab7b1e93"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#food-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fa392859c81",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6a3dcc22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#housing-property-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c1a636e489d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e05b8db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#livestock-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52dedf91de57",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c3b230f3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#medication-equipment-replacement\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb0e9d7f78ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e99bb21e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#financial-resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "688549a440e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-67a6ec7e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#business-resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65777e4cde97",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0d109f03"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#cleanup-tips\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e110f8dbab2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-31306021"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#how-to-help\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3464d72970fe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f14607a8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.fema.gov/about/news-multimedia/mobile-products#download\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c44db45b17",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1693b53b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.fema.gov/disaster/4906#help-families\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1077f2f4b96b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9a6c7d1e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://mil.wa.gov/december-2025-atmospheric-river-flooding\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e662c5a3f675",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3e32508b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.redcross.org/about-us/our-work/disaster-relief/flood-relief/washington-floods-financial-assistance.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61b2e90fcdc9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6fbf41e"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Closure\", \"health and safety concerns\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caeaa0f5f25b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "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": "e1ca17e5f963",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:omh@commerce.wa.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7295dc30dbd1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9b9f89e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.commerce.wa.gov/pwb/pwb-financing/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95e9f86f4eae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6d871d4f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.zoomgrants.com/gprop.asp?donorid=2142&limited=5379\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4169042b12c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce109db0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:Maria.Jawad@Commerce.wa.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea860e82dd4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e7139f73"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'Small'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2bf4fa09033",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ee0dcab9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://sba.gov/disaster\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f52911b144b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-53896529"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:disastercustomerservice@sba.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "338d82b1024c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-90450358"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lending.sba.gov/search-disaster/?disaster=WA-20025\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a41b7a86f90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d5d0a30"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@skagitanimalsinneed.org\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deeb23327aa2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7470a5ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/SkagitAnimalsInNeed?__cft__%5b0%5d=AZb_HtpmE5COYAu5o4PrJTr-ddbw7WpJ2nxYRee0k9wNSs7LWxD1TIurX5ictXPK8eKjDHeos_BPBlugQWWGth2grRIlT6UnWh51EVaT2m_4nZZMzTE7WwhEQs018AquBsc52kFGKg1I_u1M8qUqccf9-dtL-fXDdo9h7AQN8BoWkCKgdmZCiOw9BRCTsQzPWKo&__tn__=-%5dK-R\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6efbb6ebd7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4f832358"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<i>",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fba67c652fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-abc81b1b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://dfi.wa.gov/flood-resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73fb284dc1de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9a0ac29a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.irs.gov/newsroom/irs-announces-tax-relief-for-taxpayers-impacted-by-severe-storms-straight-line-winds-flooding-landslides-and-mudslides-in-the-state-of-washington-various-deadlines-postponed-to-may-1-2026\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4925a40791ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-51c3b702"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://sba.gov/disaster\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:disastercustomerservice@sba.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lending.sba.gov/search-disaster/?disaster=WA-20025\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://esd.wa.gov/get-financial-help/unemployment-benefits/basic-eligibility-requirements/temporary-layoffs-and-furloughs?utm_medium=email&utm_source=govdelivery\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a86fe26f0870",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b81af0d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://esd.wa.gov/get-financial-help/unemployment-benefits/basic-eligibility-requirements/temporary-layoffs-and-furloughs?utm_medium=email&utm_source=govdelivery\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://esd.wa.gov/get-financial-help/sharedwork-program?utm_medium=email&utm_source=govdelivery\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7ea66be8e46",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-93cb9ad4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://esd.wa.gov/employer-requirements/when-former-employee-files-unemployment/removing-benefit-charges-employer-accounts?utm_medium=email&utm_source=govdelivery\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "918a17f7b68c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-09c304b1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://esd.wa.gov/employer-requirements/unemployment-taxes/penalties-late-or-incomplete-tax-payments-and-reports?utm_medium=email&utm_source=govdelivery\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bfa26d5915",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d83e11dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://fortress.wa.gov/esd/tip/TIPEMP/_/?utm_medium=email&utm_source=govdelivery\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "696d73d37333",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-03516288"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://medium.com/commissioners-eye-on-insurance/insurance-tips-as-flood-recovery-begins-c1f2785f5ad2\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a51ce7253821",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-31e98d41"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.insurance.wa.gov/ask-insurance-expert\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b409bbb27b8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fa3cdd80"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://protectmyhome.net/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExdEFGNE4xWTRlVU9PaTdLWnNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7EeNKmxr_Lf9oHsR0WoGtcghkfTAjsJpUMWu8eaPLMCU7usJTaV0RWyyACqA_aem_HnPxWCH-gKVhGc0uZLx5Qw\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b0557ed890f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-569f4b8e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<i>",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://give.wa.gov/events/?2025-wa-state-floods\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcf047696cc0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9dc77737"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.sos.wa.gov/charities/GiveSmart.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d445833e89d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e98d8b88"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.atg.wa.gov/charities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d3a86d042b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35a38cbd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:larry.mays@nw.npuc.org\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b74f3cc3b96a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-87e52313"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:tristan.allen@mil.wa.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f1e245e0873",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-20bccee5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.nvoad.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b2963351306",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1118df2b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://teamrubiconusa.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2d731d5a9e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e9dd864d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://mil.wa.gov/disaster-reservist-program\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "807bd9ec4160",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-26b71218"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://mil.wa.gov/alerts#local\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c519ee185a89",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-776571b7"
          }
        ],
        "outcomeCount": 2313,
        "uniqueFailedCount": 58,
        "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://wa.gov/how-to-guides/housing-assistance",
      "finalUrl": "https://wa.gov/how-to-guides/housing-assistance",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7663,
      "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": 629,
          "failed": 14,
          "cantTell": 6,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://www.homelessshelterdirectory.org/state/washington\">Homeless shelter directory</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "416539aeda50",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Get Help Finding Food\"]",
            "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"56752f9f-bb4d-4b0f-86d7-de34f74be1f4\" href=\"/how-to-guides/get-help-finding-food\" title=\"Get Help Finding Food\">Get Help Finding Food Guide</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc691eb83b9e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7a4d5388"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/office-of-youth-homelessness/#programs\">Learn more about the Office of Homeless Youth programs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b433a427710e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b562d8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://deptofcommerce.app.box.com/s/o27hkoudakw1au21dfw2dzl5y4x8ar1a\">List of contracted service providers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc8cf4ec8a10",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(12) > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/youth-and-young-adult-eviction-rent-assistance-program/\">Youth and Young Adult Eviction Rent Assistance Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ee237b80e35",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d19eb056"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wa211.org/\"]",
            "html": "<a href=\"https://wa211.org/\">Washington 2-1-1</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7346d4ec5189",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-66c788dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(16) > a",
            "html": "<a href=\"https://wa211.org/about-2-1-1/#how-2-2-1-works\">How 2-1-1 works</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4321b724f4b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3ff3029"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(17) > a",
            "html": "<a href=\"https://wa211.org/helpful-tips-for-successful-searching/\">Helpful tips for more concise and relevant search results</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc13959b5204",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c859cba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(20) > a",
            "html": "<a href=\"https://deptofcommerce.app.box.com/v/CEAccessPoints\">Find housing for families and adults through coordinated entry sites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d00b2d008290",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-695f41bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a",
            "html": "<a href=\"https://www.commerce.wa.gov/wp-content/uploads/2022/01/hau-legal-resources-for-tenants.pdf\">What to do if you received an eviction notice</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e59d15fff19",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45500575"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(22) > a",
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/eviction-rent-assistance-program\">Eviction Rent Assistance Program</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "424ca539c579",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e98f911"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(23) > a",
            "html": "<a href=\"https://www.washingtonlawhelp.org/issues/housing/eviction\">Learn about your rights as a renter and get legal help</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d86db89f7deb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c6908a"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f86b31dedcec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b7bfd71d815",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 688,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1206,
          "failed": 28,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "8e831ed1a332",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a778521d38f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d3d910398cf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29dc1f23cd52",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47885e82dbd1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cdfa7f4d661",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac0652bc46e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c755333bf8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Willapa Bay - Credit Dan Coe, WGS/DNR' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe2ba4d315a0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Willapa Bay - Credit Dan Coe, WGS/DNR' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b51fc861fc41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Situated along the Pacific Coast and separated by the Long Beach Peninsula, Willapa Bay provides great access to recreation, sightseeing and amazing seafood.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12a0b88214ee",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e3867232"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "423c43d26ff6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7e36e33f049",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "38c4f225e75e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09c508b0a119",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e3471eb789f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.homelessshelterdirectory.org/state/washington\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a421246dfaff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-492f858b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Get Help Finding Food\" href=\"/how-to-guides/get-help-finding-food\" data-entity-uuid=\"56752f9f-bb4d-4b0f-86d7-de34f74be1f4\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52ebb1ced8fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb34163b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/office-of-youth-homelessness/#programs\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7bbdbbdf33d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1dd94e9a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://deptofcommerce.app.box.com/s/o27hkoudakw1au21dfw2dzl5y4x8ar1a\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9926ccd5505",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-540645af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/youth-and-young-adult-eviction-rent-assistance-program/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11c51f647dc7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef3829ac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa211.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63a1403be961",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-40603591"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa211.org/about-2-1-1/#how-2-2-1-works\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "123e13217ed5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f25c7527"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa211.org/helpful-tips-for-successful-searching/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cd36146ff19",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-50f5ea97"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://deptofcommerce.app.box.com/v/CEAccessPoints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48a9c4f4d874",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6db9f660"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/wp-content/uploads/2022/01/hau-legal-resources-for-tenants.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48c881006c8d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cc9a045b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.commerce.wa.gov/serving-communities/homelessness/eviction-rent-assistance-program\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "658b8f380a85",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a756122"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washingtonlawhelp.org/issues/housing/eviction\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6a1d2fb7f30",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ad18ca2f"
          }
        ],
        "outcomeCount": 1235,
        "uniqueFailedCount": 28,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/how-to-guides/protecting-your-community-wildfire",
      "finalUrl": "https://wa.gov/how-to-guides/protecting-your-community-wildfire",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7921,
      "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": 695,
          "failed": 23,
          "cantTell": 6,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_outdoors.pdf\">Prevent wildfires when having fun outside</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5d01b0290c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_firework.pdf\">Fireworks safety</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a71ac8a3ce19",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_campground.pdf\">Campfire safety</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69c5a1104777",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a68f8d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(9) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fire_how_to_prepare_wildfire.pdf\">How to prepare for a wildfire </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3b4ebda5465",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5eff39e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_home.pdf\">Defend your home from wildfire</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "424067ec28b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5b562d8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprevent_living_with_wildfire.pdf\">Living with wildfire</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8db51a9f483",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a068058b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(14) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/cost-share\">Learn more about forest health assistance through cost-share opportunities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a743096ae0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1afa9acf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(17) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/StrategicFireProtection\">Learn more about the plan development process</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a41cd7d0d1a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9c859cba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(18) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_wildfire_strategic_plan.pdf\">Washington State Wildland Fire Protection Strategic 10-Year Plan</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dfd5606c355",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-54fbe22c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(21) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/programs-and-services/wildfire/wildfire-preparedness/community-wildfire-protection\">Plans sorted by county</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75462526b4f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-45500575"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(24) > a",
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate/Air-quality/Smoke-fire/Burn-bans\">Burn bans</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ddf95a6e98",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a157544f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(25) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/burn-restrictions\">Burn restrictions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17bbaa5a7da3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1b5d6b74"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"burnportal.dnr.wa.gov/\"]",
            "html": "<a href=\"https://burnportal.dnr.wa.gov/\">Track daily burn restrictions using DNR’s Burn Portal</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c05bc857e63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a72b6b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(27) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/programs-and-services/wildfire/outdoor-burning/burn-permits\">Apply for a burn permit</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2585aef1c92",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29045e36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a",
            "html": "<a href=\"https://apps.leg.wa.gov/rcw/default.aspx?cite=76.04\">Learn the state laws about burning</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db4b094ab1c1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae192160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(30) > a",
            "html": "<a href=\"https://fortress.wa.gov/dnr/protection/firedanger/\">Map of wildfire risk in your county</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a92b66c2d84f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b9526599"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(31) > a",
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fire_statewide_contacts.pdf\">Regional wildfire contacts</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff6c7ce3bc74",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-456176ce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(32) > a",
            "html": "<a href=\"https://www.wsp.wa.gov/state-fire-marshals-office/\">State Fire Marshall's Office</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56223a0d875b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4e83a2c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"waDNR_fire\"]",
            "html": "<a href=\"https://twitter.com/waDNR_fire\">DNR’s Wildfire Twitter</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "790804982255",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25ad6c28"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"smokeybear.com/\"]",
            "html": "<a href=\"https://smokeybear.com/\">Smokey Bear Wildfire Prevention</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a14c2aeec1f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ce89c85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(35) > a",
            "html": "<a href=\"https://mil.wa.gov/fire-management-assistance-grant-program-fmagp-for-public-agencies\">Fire management assistance grants for public agencies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27434179a1f0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b55961b4"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9be610253d6d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30c15d195904",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 763,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1494,
          "failed": 35,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "6dc26eb396b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecd4654598cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dedae13fb33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99ea264ec10b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b2db5da3599",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcdb921a033e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d5421d63018",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6a60dfda0e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"In northeastern Washington, only 25 miles from the U.S.- Canada border, Curlew Lake is a 921-acre lake located in the glacier-carved Curlew Valley northeast of Republic, Washington. The spring- and stream-fed lake is named for the long-billed curlew, Numenius americanus, that once frequented the area.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29f7562fcbf7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7d18d5fc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "f305c8426da9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48694be6e070",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "8fac3d4b2909",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9540de89bdc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e71d844105fa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_outdoors.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5af6d68a149",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-330ae2a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_firework.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53ac29e54d23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1d0f427c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_campground.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aeeb2c53380",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-33001640"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fire_how_to_prepare_wildfire.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb0889d1d261",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2393b60e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprev_home.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f4d84a2b701",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-435440d5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fireprevent_living_with_wildfire.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f666a090b48d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f2e04bcb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/cost-share\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11ea291e8f59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-55b7feb7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/StrategicFireProtection\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7d709ba2e30",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-155c0b69"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_wildfire_strategic_plan.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da1961e4240c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-99bbf015"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/programs-and-services/wildfire/wildfire-preparedness/community-wildfire-protection\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1b4279041da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c82cd81"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://ecology.wa.gov/Air-Climate/Air-quality/Smoke-fire/Burn-bans\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ff22774dd6d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6b1168fa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/burn-restrictions\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "024d9d1111b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bee72edf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://burnportal.dnr.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21e43e9a60f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ab96189"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/programs-and-services/wildfire/outdoor-burning/burn-permits\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea137c74604b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35229e2c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://apps.leg.wa.gov/rcw/default.aspx?cite=76.04\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e913eaed897",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a82ba8f9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fortress.wa.gov/dnr/protection/firedanger/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b36910a9525b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3e4d4dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dnr.wa.gov/publications/rp_fire_statewide_contacts.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bd48e8edbfa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0eed5a22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wsp.wa.gov/state-fire-marshals-office/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2762ce1590b3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8203ffb0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://twitter.com/waDNR_fire\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32cc4f07968d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-449f8db7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://smokeybear.com/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c399f697d446",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ac8098e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://mil.wa.gov/fire-management-assistance-grant-program-fmagp-for-public-agencies\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc917a76428",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1e9c658f"
          }
        ],
        "outcomeCount": 1537,
        "uniqueFailedCount": 35,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/how-to-guides/workers-rights",
      "finalUrl": "https://wa.gov/how-to-guides/workers-rights",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7993,
      "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": 700,
          "failed": 27,
          "cantTell": 6,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/wages/minimum-wage/\">Learn more about wage laws in our state</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42542c50a2e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/wages/equal-pay-opportunities-act/\">Read about the Equal Pay and Opportunities Act</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7e27a1fc8ff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b7f4437"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(8) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/workplace-policies/rest-breaks-meal-periods-and-schedules\">Read about all your rights regarding rest and meal breaks</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4ebc27de9a8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c399849a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(9) > a",
            "html": "<a href=\"https://www.dol.gov/agencies/whd/fact-sheets/73-flsa-break-time-nursing-mothers\">Additional rights for nursing mothers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4c1f5b0d687",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5eff39e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(12) > a",
            "html": "<a href=\"https://www.lni.wa.gov/safety-health/\">Discover more about safety and health</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dff6aa6e05e9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d19eb056"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(13) > a",
            "html": "<a href=\"https://lni.wa.gov/safety-health/safety-training-materials/online-safety-training\">Online safety training</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4061bb24a1c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d3e6067d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(14) > a",
            "html": "<a href=\"https://lni.wa.gov/safety-health/safety-training-materials/workshops-events/\">Safety workshops and events</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec4439da5378",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1afa9acf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(15) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/workplace-complaints/safety-complaints\">Report a safety hazard</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12d94e2363af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eb6d55f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(18) > a",
            "html": "<a href=\"https://lni.wa.gov/claims/for-workers/injured-what-you-need-to-know/\">Learn what happens if you’re injured on the job</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a345e68f11ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-54fbe22c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(19) > a",
            "html": "<a href=\"https://lni.wa.gov/claims/for-workers/file-a-claim/\">File a claim</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b2be96129f9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4a4cc6dd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(20) > a",
            "html": "<a href=\"https://lni.wa.gov/claims/for-workers/claim-benefits/\">Read about claim benefits you may be eligible for</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f74a5ca1958a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-695f41bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(23) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/paid-sick-leave/paid-sick-leave-minimum-requirements\">Learn more about paid sick leave policies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78602766ed1b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c6908a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(26) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/domestic-violence-leave\">Domestic violence leave</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cba71262c44",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ebc2d20f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(27) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/family-care-act\">Family Care Act</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bee1866798fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29045e36"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/pregnancy-parental-leave\">Pregnancy and parental leave</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d68e7d9696a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ae192160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(29) > a",
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/leave-for-military-spouses-and-certain-emergency-personnel\">Leave for military spouses and emergency service workers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "405d0d2f7773",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c9963637"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(32) > a",
            "html": "<a href=\"https://agportal-s3bucket.s3.amazonaws.com/uploadedfiles/Another/News/Press_Releases/DRAFT_v10_SHGuide.pdf\">Read about sexual harassment laws and how to report sexual harassment</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "458185d6828c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4e83a2c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(33) > a",
            "html": "<a href=\"https://www.hum.wa.gov/employment\">Learn how you are protected from discrimination</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d176eaf3101",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-344d37d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(34) > a",
            "html": "<a href=\"https://www.hum.wa.gov/file-complaint\">File a discrimination complaint</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d737ec09fe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-aa1f4534"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(37) > a",
            "html": "<a href=\"https://secure.lni.wa.gov/wagecomplaint/#/\">File a workplace complaint</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c09ecb8bb667",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9aab49d0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"paidleave.wa.gov/\"]",
            "html": "<a href=\"https://paidleave.wa.gov/\">Read about how PFML works</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bf0fa75acbd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dc4cd044"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(43) > a",
            "html": "<a href=\"https://paidleave.wa.gov/login/\">Apply for PFML</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9b739d620ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c8b4bf4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"esd.wa.gov/\"]",
            "html": "<a href=\"https://esd.wa.gov/\">Learn more about eligibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1710f40f20de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a2b8dba3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(47) > a",
            "html": "<a href=\"https://secure.esd.wa.gov/home/?culture=en\">Apply for unemployment benefits</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "671b615f7d7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-633d24a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(48) > a",
            "html": "<a href=\"https://esd.wa.gov/employer-taxes#:~:text=Because%20Washington's%20unemployment%20program%20conforms,the%20same%20as%20last%20year.\">Read about how unemployment benefits are funded</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c46661c1ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-65ff9210"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6eda7df1eeed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d20cf5835641",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 773,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1481,
          "failed": 46,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "d6f0dec05d28",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6aed600a1e1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "129cc4befe64",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c00a0891989",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bcb1b6db4df",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea2430abfcfa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65864bb7b5c7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "729da6dcb61e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Historic town of Twisp in the Methow Valley' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44e1d8ae2fc5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Historic town of Twisp in the Methow Valley' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8c0959217f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Twisp is the Methow Valley's largest town and it is FULL of character. It has most commercial enterprises and basic services, but it still is a rural place. Agriculture and ranching remain important parts of the local economy.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4732ae709304",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b10e89ff"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "44f15ce6f240",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc433f88bde8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "35a64d416615",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47a70c8a49d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "affb5b5b2454",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fafe8ab14319",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/wages/minimum-wage/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48fe1482eed1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-157c3647"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/wages/equal-pay-opportunities-act/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa7b4934befb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2ae3e4a9"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/workplace-policies/rest-breaks-meal-periods-and-schedules\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b3fd304b4c0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-440d4f7b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.dol.gov/agencies/whd/fact-sheets/73-flsa-break-time-nursing-mothers\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "989fbbc5ba96",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9700e387"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lni.wa.gov/safety-health/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59222d38d3ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-61a8c809"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/safety-health/safety-training-materials/online-safety-training\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "430d48afc1d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c3d8b2ae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/safety-health/safety-training-materials/workshops-events/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fac00849b0bd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b0eab6c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/workplace-complaints/safety-complaints\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d5b5188de9a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d0a18da8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/claims/for-workers/injured-what-you-need-to-know/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c87e2c3a869d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ee2f3023"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/claims/for-workers/file-a-claim/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6748c39ad57a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ce2da0a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/claims/for-workers/claim-benefits/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8252946d10c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91e7d0cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/paid-sick-leave/paid-sick-leave-minimum-requirements\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d3a6532d71c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-eeb55bf2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/domestic-violence-leave\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "761dfe393696",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7a335f51"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/family-care-act\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea76235151c3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7b9fefcc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/pregnancy-parental-leave\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c10ac4706dca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ad162af9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://lni.wa.gov/workers-rights/leave/leave-for-military-spouses-and-certain-emergency-personnel\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca76b4319ada",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d42f5996"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://agportal-s3bucket.s3.amazonaws.com/uploadedfiles/Another/News/Press_Releases/DRAFT_v10_SHGuide.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19480d0c4bcf",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ca793cd0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/employment\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d3e22a2fda",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f70924dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.hum.wa.gov/file-complaint\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2001c228011",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1eb75fe6"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://secure.lni.wa.gov/wagecomplaint/#/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9033690fc3d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bafdcc9a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2ed578e03ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dac6739b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://paidleave.wa.gov/login/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c367cbb2e14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4ffc94ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://esd.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaac7d610f3e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d7c852aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://secure.esd.wa.gov/home/?culture=en\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dafa28a514c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb1d820d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://esd.wa.gov/employer-taxes#:~:text=Because%20Washington's%20unemployment%20program%20conforms,the%20same%20as%20last%20year.\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "090eb34fb434",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8d6b9b9"
          }
        ],
        "outcomeCount": 1528,
        "uniqueFailedCount": 42,
        "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://wa.gov/how-to-guides/your-new-wagov-account",
      "finalUrl": "https://wa.gov/how-to-guides/your-new-wagov-account",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8932,
      "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": 784,
          "failed": 4,
          "cantTell": 7,
          "inapplicable": 35
        },
        "failedRules": [
          "aria-prohibited-attr",
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "iframe",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/b174a5bb/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": "5724e72f585c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f6903b94"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Get help\"]",
            "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"d27c5548-3d72-4914-bde8-38f3be2e7b28\" href=\"/get-help\" title=\"Get help\">Get Help&nbsp;for support creating or using&nbsp;your WA.gov&nbsp;account.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c2d4d1827c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ef374b66"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e72107ab4abd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7b3f558ca7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 830,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1201,
          "failed": 22,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "frame_src_valid",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "ac0923bf1114",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e587e334de05",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3vrpC7todOYCoQIcgxXbtdclgMaCQ2wQDFyqjSLumZ0.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUtmOwyAM_CECn4Q4nMYq4Mg2ifr3S8-tWu3mBdkz44OBSKSiHFYfAzOSiwwhJ-41mvjJzcT1Gz0ViqFMopeC7fTNN8rwhXrpUReo4H6ZlNs_uo8x6QwZldiHlIgzUnOvyM5MTaFlk6NPXZSqV6IijyYmc19DiUHgj0u8Ce71z8p5NA47CI2N3mK7Q7ymciiwsmA1dSwf3IxFgW0Kq46tHyBBjZDt1euggzYMslIT3MBXaN195PZl2bFyvO15JWx6KH0aIX0FnlEWhw3VyEUUqrsaYzaEXdzttJVyL2D2cKLN94abX8Y3AnY3ZNpQUKdYKJ1_AFbf-Uc\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec3ddcfa78d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bc8bfd42"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUtmOwyAM_CECn4Q4nMYq4Mg2ifr3S8-tWu3mBdkz44OBSKSiHFYfAzOSiwwhJ-41mvjJzcT1Gz0ViqFMopeC7fTNN8rwhXrpUReo4H6ZlNs_uo8x6QwZldiHlIgzUnOvyM5MTaFlk6NPXZSqV6IijyYmc19DiUHgj0u8Ce71z8p5NA47CI2N3mK7Q7ymciiwsmA1dSwf3IxFgW0Kq46tHyBBjZDt1euggzYMslIT3MBXaN195PZl2bFyvO15JWx6KH0aIX0FnlEWhw3VyEUUqrsaYzaEXdzttJVyL2D2cKLN94abX8Y3AnY3ZNpQUKdYKJ1_AFbf-Uc\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9208925d7e7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5f8b32ca"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d57e68c94057",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7583e777f98d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e0daf58634c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cd43a47a5d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "932732dcb2cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f09c3710840",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "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": "03bf32904e8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21ad8070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/how-to-guides\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d06d9e9f1d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-256f10c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9097fefdda92",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Get help\" href=\"/get-help\" data-entity-uuid=\"d27c5548-3d72-4914-bde8-38f3be2e7b28\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da3de8715617",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b70b874e"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe title=\"Log in with your WA.gov account\" loading=\"eager\" class=\"media-oembed-content\" height=\"304\" width=\"540\" src=\"https://wa.gov/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DVg6ONdgU0NE&max_width=540&max_height=304&hash=69uehIhpB_TZ52MMm_7bEzzo9jq6wt_RuyoYkIZoOBE\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29a87d823d2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3c0e7ea5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe title=\"Log in with your WA.gov account\" loading=\"eager\" class=\"media-oembed-content\" height=\"304\" width=\"540\" src=\"https://wa.gov/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DVg6ONdgU0NE&max_width=540&max_height=304&hash=69uehIhpB_TZ52MMm_7bEzzo9jq6wt_RuyoYkIZoOBE\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ba740697b69",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3ea5ba1b"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5721a778e37b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06ab09f0c2de",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<body style=\"margin: 0\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe1724ae8924",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d39ce3f5"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe title=\"Log in with your WA.gov account\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/Vg6ONdgU0NE?feature=oembed\" height=\"304\" width=\"540\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7cb251887ff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0be26d07"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe title=\"Log in with your WA.gov account\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/Vg6ONdgU0NE?feature=oembed\" height=\"304\" width=\"540\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9fbb03c6859",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9a4f3966"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'What services use WA.gov accounts?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24c273ff20f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          }
        ],
        "outcomeCount": 1223,
        "uniqueFailedCount": 22,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/ja/node",
      "finalUrl": "https://wa.gov/ja/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8968,
      "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": 869,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70c1c5adfaa4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 915,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1917,
          "failed": 20,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "4d6a1bbae581",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85a10d52e6e7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=ja&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08f07d158e16",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85f4b070"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=ja&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "985326955f21",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-06869d37"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75ac90defea9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cf37013cf2f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/ja/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ebaf7900c92",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9e91d682"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "650a12b8164c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-banner-title\">",
            "message": "Confirm this text 'ワシントン州政府の情報が すべて 1 か所に集まります。' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3e1d0799313",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6af596e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'ワシントン州政府の情報が すべて 1 か所に集まります。' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a2839edcbb2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/ja/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5f53e249bac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4eb1eb8c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51507c0a5b84",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec694273615e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5958bb7a7eba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "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": "5a699a59d4c4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'ワシントンは、疾病発生の検知と対応を支援する国際ネットワークに加盟した。' 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=\"top\">",
            "message": "Confirm this text '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=\"top\">",
            "message": "Confirm this text '地震への備えのヒントとニスクワリー地震の思い出' 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=\"top\">",
            "message": "Confirm this text '電話またはビデオでオピオイド使用障害の即日サポートを受けられます' 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=\"top\">",
            "message": "Confirm this text 'ピュージェット湾の貝類漁期が2026年に変更' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1937,
        "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://wa.gov/ko/node",
      "finalUrl": "https://wa.gov/ko/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 9206,
      "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": 869,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0b16af74b7a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 915,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1884,
          "failed": 14,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "17cd2d6b2156",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "450ad8cd6410",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=ko&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b997eb2809c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bbbe42af"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=ko&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d8915a9266e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e74fe8b0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e7c12c9695f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee9cc83a4f37",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/ko/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1492fda90ce1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-79192dd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7e6a552e47c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/ko/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2067706d7a1d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-ec28ecfe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f5023ebd050",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0192b43c540",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3db14867d6db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "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": "e7eb74450439",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text '지진 대비 요령 및 니스크왈리 지진 기억하기' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1898,
        "uniqueFailedCount": 13,
        "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://wa.gov/node/61721",
      "finalUrl": "https://wa.gov/node/61721",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 7597,
      "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": 672,
          "failed": 7,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e6592bb0285",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a[href=\"https://wa.gov/index.html\"]",
            "html": "<a href=\"https://wa.gov/index.html\">https://wa.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a6298d6fb71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c3027a02"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html\">Read about WCAG Color contrast standards</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb4f3e50b1cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c2974362"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://webaim.org/resources/contrastchecker/\">Check your color contrast at WebAIM</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "495877ffe9fc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7736d4db"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(4) > a[href=\"https://wa.gov/index.html\"]",
            "html": "<a href=\"https://wa.gov/index.html\">Visit WA.gov</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f17e9353e44d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c6c39806"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"mailto:Support@WaTech.wa.gov\"]",
            "html": "<a href=\"mailto:Support@WaTech.wa.gov\">WaTech DL Support</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51f0173febd3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-86b3aa58"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47e503a70809",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 723,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1293,
          "failed": 17,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_valid",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "58dd12fc2818",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d152237e936",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a26058e0242",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d5d840f41c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a83441ad85a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c801e98ea81",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91dc05d669d5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a748fbfef8b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa.gov/index.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa420e994a87",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e30dc836"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4351027a47e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a9add65f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/resources/contrastchecker/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "685903df202a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c91c7e51"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<li>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"WA.gov, Official State Government Website\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4a567be0393",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4aac82d8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wa.gov/index.html\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "779588579762",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38ad08ba"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:Support@WaTech.wa.gov\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a7e7a109c85",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f889bac4"
          }
        ],
        "outcomeCount": 1310,
        "uniqueFailedCount": 14,
        "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://wa.gov/ru/node",
      "finalUrl": "https://wa.gov/ru/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "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": 864,
          "failed": 1,
          "cantTell": 5,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "603c6cf251e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 911,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1874,
          "failed": 12,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "046c3936668f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23040c51cd28",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=ru&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d754726ab67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-98eb17f8"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=ru&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc0e6e5cbdac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f35e1fca"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08986997a6aa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff8067a5fd01",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/ru/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d22daba30557",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1a8e3898"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d93e0af183",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/ru/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4c99306bb4b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9cf8cdfd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2944a9ee2bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd17d71ce2c5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31a19c92ad7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          }
        ],
        "outcomeCount": 1886,
        "uniqueFailedCount": 12,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/uk/node",
      "finalUrl": "https://wa.gov/uk/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8841,
      "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": 866,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b550171218a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 912,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1874,
          "failed": 14,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "1ea3449d9404",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09fceca80de0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=uk&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "772e04f5f02b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d12132d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=uk&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13c137dcd279",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f50b7c22"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73a04e835404",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "600d23ee8e02",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/uk/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97c2b837550a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c46f2210"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0f0733d5b93",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/uk/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fb558fac4bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-939b8079"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c77db7ae106f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0590059790",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244bd2a2f661",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'Законодавча сесія Вашингтона 2026 року перервана' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70466a894dff",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text 'Деякі дати сезону молюсків у П'юджет-Саунд змінюються на 2026 рік' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1888,
        "uniqueFailedCount": 13,
        "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://wa.gov/vi/node",
      "finalUrl": "https://wa.gov/vi/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8717,
      "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": 869,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96f19a0d1ffa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 915,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1920,
          "failed": 13,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "heading_markup_misuse",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "577e5077e150",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01bda7c92efe",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=vi&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e208aee63270",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f96d9ea7"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=vi&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cea663ebcd6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-11180a99"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07ea040d7e1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63da9692f3d2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/vi/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcaa3556d2cd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25851efc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b0d8db40e19",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/vi/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14d673f00b68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bf9749dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19bccfe22c6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9665a4a9c6f6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de2a1670bec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55cc77d13784",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          }
        ],
        "outcomeCount": 1933,
        "uniqueFailedCount": 13,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilities",
      "finalUrl": "https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 5891,
      "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": 329,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c028d566c49",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 381,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 971,
          "failed": 11,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "1dfb172836b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35b3d3439e20",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bafd11a30cb1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e069a8ba952",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27ab1150af72",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83fffb55c583",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1a3e0eaf9d4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "527afa1cc7c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9432d7b023a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6e9f3f3f7f5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b88757935d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          }
        ],
        "outcomeCount": 988,
        "uniqueFailedCount": 11,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school",
      "finalUrl": "https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6296,
      "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": 438,
          "failed": 1,
          "cantTell": 6,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31d04f73e5b4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 492,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1267,
          "failed": 14,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "bcfbcc5d3098",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33a8880b32c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25413e6287bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b64287215ac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c077bd24a39",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bca392990b5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cf41cfeccd4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "116eeb9ef6d6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d7b03071668",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4be72793765",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7538e21074e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington\">",
            "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": "fa03a7f48ecb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-98554adb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington/education-recreation\">",
            "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": "f959d99f0bf9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80a911b0"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"515306448\" paraeid=\"{6ab38cb9-e7de-419f-bd71-38e49a53298b}{65}\">",
            "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": "84caf06cc568",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fa169064"
          }
        ],
        "outcomeCount": 1299,
        "uniqueFailedCount": 14,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities",
      "finalUrl": "https://wa.gov/people-with-disabilities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8100,
      "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": 23,
          "cantTell": 9,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-name",
          "region"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/accessibility-in-washington\"][rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington\" rel=\"noreferrer noopener\" target=\"_blank\">Accessibility in Washington</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab27ba5d8ed9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9585c616"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"1736683443\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/accessibility-basics/learn-about-disabilities\" rel=\"noreferrer noopener\" target=\"_blank\">Different types of visual and cognitive disabilities </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49387eec93df",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-41786ce6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"782388127\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities\" rel=\"noreferrer noopener\" target=\"_blank\">Disability etiquette</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb3ce3a31d20",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8c036d8b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"243822543\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible\" rel=\"noreferrer noopener\" target=\"_blank\">Physical and digital accessible design</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0227798df350",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4fe7e894"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"1894270935\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-education\" rel=\"noreferrer noopener\" target=\"_blank\">Accessibility in higher education</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29e8e4fda45c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c0c0e99b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"1380660834\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school\" rel=\"noreferrer noopener\" target=\"_blank\">Developmental support and education for children</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d8bbbc3a35f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e1ed59a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"89480616\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities\" rel=\"noreferrer noopener\" target=\"_blank\">Activities for children with disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7807224fde6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-842a8194"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"1694385787\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/health-safety-for-people-with-disabilities\" rel=\"noreferrer noopener\" target=\"_blank\">Health and safety services and resources</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43ff39f43f5e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5e418c54"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"744068967\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/transportation-and-personal-mobility\" rel=\"noreferrer noopener\" target=\"_blank\">Accessible transportation services and policies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a12241b893",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fa1ff5a1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"1015963396\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace\" rel=\"noreferrer noopener\" target=\"_blank\">Support employees with disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90a87e6fe035",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-614ffedd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[paraid=\"1520682082\"] > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilities\" rel=\"noreferrer noopener\" target=\"_blank\">Employment and workers rights for people with disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d61580198c1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-840137b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(21) > li > a[rel=\"noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"/accessibility-in-washington/accessibility-laws\" rel=\"noreferrer noopener\" target=\"_blank\">Accessibility laws that protect people and guide design</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "396b6a822390",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a8473580"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/use-public-transportation\" hreflang=\"en\">Use Public Transportation</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d75c477d224",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7f245aa7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .details > h3 > a[hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/accessing-government-assistance\" hreflang=\"en\">Accessing Government Assistance</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6e1999d1210",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b655e907"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"workers-rights\"][hreflang=\"en\"]",
            "html": "<a href=\"/how-to-guides/workers-rights\" hreflang=\"en\">Workers’ Rights</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 16.9pt (22.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "798638fddb89",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-33592399"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b5722bba1ba",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/public-transportation.jpg?itok=4Rr8FvMC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "534f61e32474",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e69532b9"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-07/government-assistance-guide.jpg?itok=Tne0SruB\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40aaf5411708",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02d2c4eb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"workers-rights\"] > .image-style-how-to-image[width=\"410\"][height=\"210\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-10/workers-rights.jpg?itok=Q6H9O4y0\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20011c924c61",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cadccebb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/use-public-transportation\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/public-transportation.jpg?itok=4Rr8FvMC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c8f8373afe8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a74320a7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a",
            "html": "<a href=\"/how-to-guides/accessing-government-assistance\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-07/government-assistance-guide.jpg?itok=Tne0SruB\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bb909dbfbb3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a95a0e8f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".z-img > a[href$=\"workers-rights\"]",
            "html": "<a href=\"/how-to-guides/workers-rights\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-10/workers-rights.jpg?itok=Q6H9O4y0\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdc89ccb4f63",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-316b60e5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c067a9a3bd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 835,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1523,
          "failed": 46,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "f57807deb73a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dfb2fb076e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0f23090a5c4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b7935a2d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwyAMfCESHgnx4SRWASPbJOrbL-3Wrkq05Q-y787mbAhEKsq-ueCZkWxg8ClyL8GEIzcRlzM6Zwo-D6L3jHU-85USnFAnPegCBewvE1P9R3e4Jt4goRI7HyNxQqr2HY0TU1WoyaTgYhel4pQoy08Tk7g3n4MX-GOID8F3_aty2hv7DYR2Rx_xuEF4pHIpGGXBYspu3tsJswKP0TfdXRsGaVQFV3AFareHfHzv5lq5P-KtEVa9lL4mlt6AJ5TFYkU1cheFYh8bMCvCJvZ5joVSz2A2P9PqesXVLft_AbZPZFhRUIeQKd6-ALED8H4\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ddb9939632f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2bf492df"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82b9a74c216c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52e8da9bd628",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d75aaa0d044",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "613fe465bddc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-location\">",
            "message": "Confirm this text 'Mineral Lake, Lewis County' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f33f7327cb7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-864aad35"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "message": "Confirm this text 'Mineral Lake, Lewis County' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ceae1bb830e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"This 277-acre lake three miles southeast of Elbe provides excellent trout fishing for those who enjoy lots of company. The lake sits at 1,770 feet elevation, and on clear days Mt. Rainier provides a scenic backdrop.\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14b2d501ddac",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-957f7351"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "27a620d92672",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29780261f324",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li aria-current=\"page\" class=\"breadcrumb-item active\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1a737dc7e5d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-35470ab5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h2 role=\"heading\" paraid=\"179218226\" paraeid=\"{446a1238-c2a2-4b10-af92-227cc43b7da4}{98}\" aria-level=\"1\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h2>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edd5256829f2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e9db8899"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8cf535f6d8a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2170e723"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h3 role=\"heading\" paraid=\"721752182\" paraeid=\"{446a1238-c2a2-4b10-af92-227cc43b7da4}{135}\" aria-level=\"2\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8fc21a5d591",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52d81a7a"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p paraid=\"1187271965\" paraeid=\"{446a1238-c2a2-4b10-af92-227cc43b7da4}{145}\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'shape'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96c9d649b989",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4d785e6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/accessibility-basics/learn-about-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d896416b9555",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b74f757a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a2fa1e2caa",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29ba9e70"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae2fd7458ea5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c11bee4"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h3 role=\"heading\" paraid=\"190723786\" paraeid=\"{446a1238-c2a2-4b10-af92-227cc43b7da4}{189}\" aria-level=\"2\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "058b2e202652",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80db4851"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-education\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0664e9f79a24",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e881fcdb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e812abf444",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a3dee296"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ba742f59465",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4b0d9a51"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h3 role=\"heading\" paraid=\"1803025412\" paraeid=\"{446a1238-c2a2-4b10-af92-227cc43b7da4}{252}\" aria-level=\"2\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efc6dd9b0fab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d6aea932"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/health-safety-for-people-with-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08f1785c55ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-920fba5d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h3 role=\"heading\" paraid=\"193109029\" paraeid=\"{e4efe645-1ebb-40a8-a2aa-8c162a2cdff1}{40}\" aria-level=\"2\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58468c69e9c2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78f7771a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/transportation-and-personal-mobility\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "555e72bc8295",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-385f3180"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h3 role=\"heading\" paraid=\"1446966515\" paraeid=\"{e4efe645-1ebb-40a8-a2aa-8c162a2cdff1}{71}\" aria-level=\"2\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88cf666db55c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-47c6c2d6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9718141eb284",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9bcebcda"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "525b26730fd8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-14b2768c"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<h3 role=\"heading\" paraid=\"955207519\" paraeid=\"{e4efe645-1ebb-40a8-a2aa-8c162a2cdff1}{105}\" aria-level=\"2\">",
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h3>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04e0fe69efa0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb315138"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"/accessibility-in-washington/accessibility-laws\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3cb44fc22bb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-59b07cb7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/use-public-transportation\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ed2ca739bb6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-130af0b8"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/public-transportation.jpg?itok=4Rr8FvMC\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96c2aec5c354",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-32405b80"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/use-public-transportation\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93d43a05d1ea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-c1816eee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab6256d2ff68",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/accessing-government-assistance\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e6fe9500d9a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f7496034"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-07/government-assistance-guide.jpg?itok=Tne0SruB\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc2977d1b1c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-52b4fdfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/accessing-government-assistance\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e594395c3ef",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e8649703"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/how-to-guides/workers-rights\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d74cc588d70",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68477532"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-how-to-image\" height=\"210\" width=\"410\" src=\"/sites/default/files/styles/how_to_image/public/2022-10/workers-rights.jpg?itok=Q6H9O4y0\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "941719768fa3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-978bda17"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a hreflang=\"en\" href=\"/how-to-guides/workers-rights\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 22.5px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3671d95f49bc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68e005b3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1581,
        "uniqueFailedCount": 44,
        "duplicateFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington",
      "finalUrl": "https://wa.gov/accessibility-in-washington",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6053,
      "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": 335,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 49
        },
        "failedRules": [
          "image-alt",
          "region"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0b1bc62e92b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wrapper-banner",
            "html": "<div class=\"wrapper-banner\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04f96a4a3c59",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-85324565"
          }
        ],
        "outcomeCount": 393,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1063,
          "failed": 13,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "21af70565fc5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baee5afe9204",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3s2VLxvLOxskt61ML3emptUJU7yyvmawmjxXNMLjS2k.css?delta=0&language=en&theme=accwa_custom&include=eJyFkFGOwyAMRC9E4EjIgJNYARxhk6i3b1p1u91W2_wge_yEZwwx7uBjF-XipswBsgnMKtpg9QFaI37og-glU50-55UTfqheetAZC7rfSUz1C_e2Ji6YSLl5iJFbIq7uWdmxcVWsyaTWV8gBBP9x-wL8jTkeP8COwsfql9ruGG6tnAJWZiqmHC7BjZQVm42w6mHPNJSVq9CGvmDt7q23zyOckw1hWZmqnqI_ieUiisXdIpuNcBd3f23h1DOaHSbefK-0-RkhYXN3ZdhISIeQOS5X8yHVRg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eece36873b3c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-54152dab"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFkFGOwyAMRC9E4EjIgJNYARxhk6i3b1p1u91W2_wge_yEZwwx7uBjF-XipswBsgnMKtpg9QFaI37og-glU50-55UTfqheetAZC7rfSUz1C_e2Ji6YSLl5iJFbIq7uWdmxcVWsyaTWV8gBBP9x-wL8jTkeP8COwsfql9ruGG6tnAJWZiqmHC7BjZQVm42w6mHPNJSVq9CGvmDt7q23zyOckw1hWZmqnqI_ieUiisXdIpuNcBd3f23h1DOaHSbefK-0-RkhYXN3ZdhISIeQOS5X8yHVRg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42ee3a850f57",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-68302642"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9caf8bbff1e2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99a6a766aebb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45b376f61895",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2926a7e3b119",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07541e8d5c33",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"\" class=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d19fa33933b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c31f979"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9b246c94311",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6cf6e334"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb56796cd50c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Extracurriculars for Children with Disabilities\" hreflang=\"en\" href=\"/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities\" data-entity-uuid=\"44c0bf93-0862-4650-bacb-0e23c24ad0ca\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "543b2994497c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2e99b1d2"
          }
        ],
        "outcomeCount": 1076,
        "uniqueFailedCount": 13,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/people-with-disabilities/schools-and-universities",
      "finalUrl": "https://wa.gov/people-with-disabilities/schools-and-universities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8155,
      "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": 670,
          "failed": 26,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "html": "<a href=\"/\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e99cba9b92",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fdf15c90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbc3e659453",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-4340dd30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.wssb.wa.gov/services/outreach/birth-three\">Birth to Three | Washington State School for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c1610694b67",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-70d0a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a",
            "html": "<a href=\"https://wapave.org/early-intervention-how-to-access-services-for-children-birth-to-3-in-washington/#:~:text=In%20Washington%2C%20the%20Department%20of,Infants%20and%20Toddlers%20(ESIT).\">Early Intervention: How to Access Services for Children Birth to 3 in Washington - PAVE</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daf0fdfaa91a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a89ea702"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wssb.wa.gov/\"]",
            "html": "<a href=\"https://www.wssb.wa.gov/\">Home | Washington State School for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f47e5029b557",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d40f94c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wapave.org/\"]",
            "html": "<a href=\"https://wapave.org/\">PAVE: Partnerships for Action, Voices for Empowerment</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead3c83bc80f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-854c3fab"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wcg\"]",
            "html": "<a href=\"https://wsac.wa.gov/wcg\">Washington College Grant | WSAC</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb01704e1626",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-be1d66a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(2) > a",
            "html": "<a href=\"https://webaim.org/articles/training/\">WebAIM: Training Others - Accommodating Various Abilities and Disabilities</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd26c187c042",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0457a2af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(6) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.washington.edu/doit/universal-design-process-principles-and-applications\">Universal Design: Process, Principles, and Applications | DO-IT (washington.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64f0744179c0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-25c1d0d8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.washington.edu/accessibility/\">University of WA Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29058b23da14",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-824b2351"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.ewu.edu/accessibility/\">Eastern WA University Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811a98494511",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2465a86c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"disability.wwu.edu/\"]",
            "html": "<a href=\"https://disability.wwu.edu/\">Western WA University Disability Access Center</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48fe32873464",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-fd4ed21c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(4) > a",
            "html": "<a href=\"https://www.cwu.edu/disability-services/\">Central WA University Disability Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b43e77aa563",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a1ddafec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"access.wsu.edu/\"]",
            "html": "<a href=\"https://access.wsu.edu/\">Washington State University Accessibility</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1019f482ea12",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36582fa5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(6) > a",
            "html": "<a href=\"https://www.gonzaga.edu/academics/academic-calendar-resources/center-for-student-academic-success/disability-access\">Gonzaga Disability Access Office</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "269606ce7038",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-78496be3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(7) > a",
            "html": "<a href=\"https://www.stmartin.edu/academics/academic-resources/disability-support\">St. Martin's University Disability Support</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9675cc46bfea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0640461b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(8) > a",
            "html": "<a href=\"https://www.evergreen.edu/access/access-services-students-disabilities\">Evergreen State College Access Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2a37aa637fb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-36ee6318"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(9) > a",
            "html": "<a href=\"https://www.whitman.edu/academics/academic-resource-center/disability-support-services\">Whitman College Disability Support Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb64ffacdca0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f6a4478"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(10) > a",
            "html": "<a href=\"https://www.centralia.edu/resources/disabilities.aspx\">Seattle University Disability Services</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fdb71cc1111",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-02fe363e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(8) > li:nth-child(11) > a",
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/college-disability-services-list.aspx\">WA State Community &amp; Technical College Disability Service Offices</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a5a51ec224e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7980be5e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(11) > li:nth-child(1) > a",
            "html": "<a href=\"https://www.afb.org/blog/entry/accessibility-online-conferences-classes\">5 Accessibility Actions You Can Take When You’re Moving Your Conference or Classes Online | American Foundation for the Blind (afb.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2d59cf3cdc9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f9572e95"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(11) > li:nth-child(2) > a",
            "html": "<a href=\"https://www.afb.org/about-afb/events-and-awards/afblc-2020-overview/virtual-afblc/remote-instruction/resources\">American Foundation for the Blind (afb.org)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f2217dbfb32",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-2b35707f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(11) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.perkins.org/resource/make-your-meeting-accessible/\">Make your meeting accessible - Perkins School for the Blind</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0197578d5a3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1f2f32b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "ul:nth-child(11) > li:nth-child(4) > a",
            "html": "<a href=\"https://storemultisites.blob.core.windows.net/media/DIN/DIN%20Documents/DIN_Resources/Inclusive-Virtual-Meeting-Planning.pdf\">Virtual Meeting Planning Document (windows.net)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "728107ecfb6f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dbb9cfa5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-axotherresourcesbizemployeragency > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > a",
            "html": "<a href=\"https://www.umt.edu/rural-institute/rtc/\">Research &amp; Training Center on Disability in Rural Communities - University Of Montana (umt.edu)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.36 (foreground color: #018fe2, background color: #f4fdfb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-axotherresourcesbizemployeragency > .content > .text-formatted.field--name-body.field--type-text-with-summary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c73f3913ce70",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1c8a0ff5"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0adc98f202ca",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 740,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 26
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1385,
          "failed": 32,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "bbd8efc84d32",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6d71d389fcc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_3j0AKOofx-KfBDbnL11a0TkTJOWSif0xaE39M-rn9ag.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b74d42e2afec",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-d2c5f036"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFUu1uwzAIfCEnfiTLHyRBtY0FOFHefmm3dlWqLX8s4I4THA5EKsq-ueCZkWxg8ClyL8GEMzYRl8_qnCn4PIjuGev8gTvpQRcoYH-RmOo_vJNgvEFCJXY-RuKEVO0rGiemqlCTScHFLkrFKVGWHxGTuDefgxf4Y9w3wnf_s3M6hP0GQsdEb_G4QbinckkYZcFist-pq0sokVbg3VKFSNmUYylvJ8wKPEbf9NjGMEijKriCK1C7PeXjy7Nr5nHGWyOsekl9OiG9AU8oi8WKamQXhWLvzpgVYRP7eMdCqWcwm59pdb3i6pbjxwDbR2VYUVCHkCnevgDCQfFx\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0633c2cb0af1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0c6de792"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b4114a6dea",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f76bbd5b257a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5847634e37f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "326209a88e78",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/people-with-disabilities\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3a9f1d4961",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6e30e5af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wssb.wa.gov/services/outreach/birth-three\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "839d77fff3b8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-95e11256"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wapave.org/early-intervention-how-to-access-services-for-children-birth-to-3-in-washington/#:~:text=In%20Washington%2C%20the%20Department%20of,Infants%20and%20Toddlers%20(ESIT).\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14d413c80dd0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1bb72bb2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.wssb.wa.gov/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25eaa36761c8",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0b9807be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wapave.org/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24cccbafa9b1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-cb093ef1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://wsac.wa.gov/wcg\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41ab0725b17c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b57cf9ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://webaim.org/articles/training/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e4a04a7bb3f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-49354c0f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washington.edu/doit/universal-design-process-principles-and-applications\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "101ca9a562a1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-05e30724"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.washington.edu/accessibility/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4f67e97030a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a18960d7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.ewu.edu/accessibility/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "484a8061fd41",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-b6f1b7c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://disability.wwu.edu/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "704585c54f6a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-41e2f85b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.cwu.edu/disability-services/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9668e705974c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e5a754c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://access.wsu.edu/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf7a536c48f7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-27ba7676"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.gonzaga.edu/academics/academic-calendar-resources/center-for-student-academic-success/disability-access\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dc17b4d2ca0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-5ab1e98c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.stmartin.edu/academics/academic-resources/disability-support\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "448c08d183fd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8513bde5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.evergreen.edu/access/access-services-students-disabilities\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f3dac95ece5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e1436de3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.whitman.edu/academics/academic-resource-center/disability-support-services\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09e7c8a3a5d9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-9d6e2a81"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.centralia.edu/resources/disabilities.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccfa4d1f9b23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3600a6a7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sbctc.edu/our-colleges/college-disability-services-list.aspx\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12ad402dec50",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8e5c6cff"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.afb.org/blog/entry/accessibility-online-conferences-classes\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a12737ecd5e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-002840b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.afb.org/about-afb/events-and-awards/afblc-2020-overview/virtual-afblc/remote-instruction/resources\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66bfc318fb7c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-adbebe72"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.perkins.org/resource/make-your-meeting-accessible/\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee3cc1b9d428",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-dfbf3c3a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://storemultisites.blob.core.windows.net/media/DIN/DIN%20Documents/DIN_Resources/Inclusive-Virtual-Meeting-Planning.pdf\">",
            "message": "Text contrast of 3.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26d11ec0f011",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-de06fa11"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.umt.edu/rural-institute/rtc/\">",
            "message": "Text contrast of 3.37 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be936867d102",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-1e4d9582"
          }
        ],
        "outcomeCount": 1418,
        "uniqueFailedCount": 32,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/zh-hant/node",
      "finalUrl": "https://wa.gov/zh-hant/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 38968,
      "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": 866,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc61e851262f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 912,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1914,
          "failed": 20,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "2620bbc691d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a12086639ed",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=zh-hant&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccea3c54f322",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8ce0861b"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=zh-hant&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96f2e4cb757f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-bab8f195"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf3814b464db",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d32d866ca465",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/zh-hant/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69f57b72ad20",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a744ad31"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3716fe1264d1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-banner-title\">",
            "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": "4ccb76a1c78a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6af596e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "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": "dba875bb6e1e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/zh-hant/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2707b3220129",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-24435d18"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a71e94c960da",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8841563a0499",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ae330e18e45",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "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": "5cf09317b3b2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text '華盛頓加入全球網絡，該網絡旨在幫助檢測和應對疾病爆發。' 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=\"top\">",
            "message": "Confirm this text '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=\"top\">",
            "message": "Confirm this text '地震防災提示及對尼斯誇利地震的回顧' 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=\"top\">",
            "message": "Confirm this text '透過電話或視頻，當天即可獲得阿片類藥物使用障礙的幫助。' 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=\"top\">",
            "message": "Confirm this text '2026年普吉特海灣部分貝類捕撈季日期有所變更' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1934,
        "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://wa.gov/zh-hans/node",
      "finalUrl": "https://wa.gov/zh-hans/node",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 8908,
      "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": 869,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c69f42b97524",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 915,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1921,
          "failed": 20,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "e70a1df08f84",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b009f7d738af",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=zh-hans&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a657fa5c8c4",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6deb2fb1"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=zh-hans&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7a57afd98ae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-359837ee"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b36e1277ca05",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7921faa60efc",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/zh-hans/search\" region=\"top\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "359aad33e978",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8a1ce7ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afeefe25edae",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-0bc9a14d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"views-field views-field-field-banner-title\">",
            "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": "a631c7d92da1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6af596e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-content\">",
            "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": "8a3bee19862e",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-29e24ce6"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/zh-hans/search\" region=\"banner\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7742064abe0f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-21f95c77"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d55ddc2f5387",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91c230e1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e56fad3c21dd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8353e1ee"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3168dd58bfbb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "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": "3a42eaeeda35",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-736da4ca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top\">",
            "message": "Confirm this text '华盛顿加入全球网络，该网络旨在帮助检测和应对疾病爆发。' 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=\"top\">",
            "message": "Confirm this text '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=\"top\">",
            "message": "Confirm this text '地震防灾提示及对尼斯夸利地震的回顾' 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=\"top\">",
            "message": "Confirm this text '通过电话或视频，当天即可获得阿片类药物使用障碍方面的帮助。' 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=\"top\">",
            "message": "Confirm this text '2026年普吉特海湾部分贝类捕捞季日期有所变更' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1941,
        "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://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities",
      "finalUrl": "https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6217,
      "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": 393,
          "failed": 1,
          "cantTell": 6,
          "inapplicable": 46
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "732725224447",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 446,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1161,
          "failed": 13,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "d0f2ccf1fd13",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24513f9a817b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce0cf55bbe56",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "770ba0121527",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64456933684a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b5c381873cb",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d71b0c906a9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c476b6d4c6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bcdd66b0a06",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9ad96e72669",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b955ce7cbc08",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington\">",
            "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": "fd24b90efdf6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-98554adb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington/education-recreation\">",
            "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": "6dceb60b8e09",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80a911b0"
          }
        ],
        "outcomeCount": 1188,
        "uniqueFailedCount": 13,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-education",
      "finalUrl": "https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-education",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 5958,
      "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": 362,
          "failed": 1,
          "cantTell": 6,
          "inapplicable": 47
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9637e03e173",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 416,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1081,
          "failed": 11,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "d682d4f63545",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e70ee43d9e83",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cde979de60d3",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7d112a01723",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df6654022bf6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00c509cf3cc0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b905178539b9",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "942bc80aa9b6",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d97dd0d037d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c66287c2e58",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd0b3db406b7",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          }
        ],
        "outcomeCount": 1107,
        "uniqueFailedCount": 11,
        "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": 0
    },
    {
      "submittedUrl": "https://wa.gov/accessibility-in-washington/education-recreation/education-children-through-high-school",
      "finalUrl": "https://wa.gov/accessibility-in-washington/education-recreation/education-children-through-high-school",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6037,
      "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": 362,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 48
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b625e05854d",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 415,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1131,
          "failed": 13,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "f25230bf36ab",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6bde27d0771",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea0433fe528b",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "622cc2df7e7f",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa39ba6d7813",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3c0c5ae154",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c336c94fc4a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9af0d209082",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "071c19a777d0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington\">",
            "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": "96bcd099b674",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-98554adb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington/education-recreation\">",
            "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": "8bd2b7559c51",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-80a911b0"
          },
          {
            "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": "9bff3536b8b0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'largest, large'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1147,
        "uniqueFailedCount": 12,
        "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://wa.gov/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilities",
      "finalUrl": "https://wa.gov/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilities",
      "redirected": false,
      "statusCode": 403,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "403 Forbidden",
      "elapsedMs": 6052,
      "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": 388,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 46
        },
        "failedRules": [
          "image-alt"
        ],
        "passedRules": [
          "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-complementary-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",
          "scrollable-region-focusable",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"wa.gov\"] > img",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1abc50437bfd",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-38f16b7b"
          }
        ],
        "outcomeCount": 439,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1126,
          "failed": 13,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "ac9d42f24fa2",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-270f7d08"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab17d2edda71",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a36c8176bf23",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-91229798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c651a2d82187",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-a80dec85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b8ebee3a1f1",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8f4ef3d2"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "779e49a344ce",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6fda3b92"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b60fa17e54",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-8dd303d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbc3d23f8f90",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-7c00dd4e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dda48237fa0",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-84c4fa84"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5360bc4807a",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-3d75d919"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "283764bac5a5",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-6c274496"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington\">",
            "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": "2deb8d647c8c",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-98554adb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/accessibility-in-washington/workplace-accessibility\">",
            "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": "defd69aca046",
            "firstSeenAt": "2026-04-16T01:17:56.555Z",
            "patternId": "A11Y-f3eebda2"
          }
        ],
        "outcomeCount": 1153,
        "uniqueFailedCount": 13,
        "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": 0
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "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": 1649,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/",
            "html": "<button value=\"Search\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "xpath": null,
            "message": "Text contrast of 1.49 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<button value=\"Search\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"search-form__submit button js-form-submit form-submit btn btn-primary form-control\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<a href=\"/\">",
            "xpath": null,
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<a href=\"/people-with-disabilities\">",
            "xpath": null,
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "color-contrast",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Visual Designer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "1.4.3"
          ],
          "conformanceLevel": "AA",
          "description": "Ensures text and interactive elements have sufficient contrast ratio (4.5:1 for normal text, 3:1 for large text) against their background."
        },
        "wcag": {
          "scs": [
            "1.4.3"
          ],
          "level": "AA"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1385,
        "examples": [
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<a href=\"/\">Home</a>",
            "xpath": ".breadcrumb-item:nth-child(1) > a[href=\"/\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<a href=\"/people-with-disabilities\">People With Disabilities</a>",
            "xpath": ".breadcrumb-item:nth-child(2) > a[href$=\"people-with-disabilities\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #4382c5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<a href=\"https://nwadacenter.org/index.php?q=training/\">Training | ADANW (nwadacenter.org)</a>",
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<a href=\"https://adata.org/ada-training\">ADA Training | ADA National Network (adata.org)</a>",
            "xpath": "a[href$=\"ada-training\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/people-with-disabilities/accessibility-policy",
            "html": "<a href=\"https://www.disabilityempowerment.org/consulting-for-businesses\">What We Do: Consulting for Businesses — Disability Empowerment Center</a>",
            "xpath": ".text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #018fe2, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main-wrapper"
            ],
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "image-alt",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.1.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every <img> element has alternative text. Without alt text, blind users receive no information about the image's meaning or purpose."
        },
        "wcag": {
          "scs": [
            "1.1.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 131,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": "a[href$=\"wa.gov\"] > img",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": "a[href$=\"wa.gov\"] > img",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": "a[href$=\"wa.gov\"] > img",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": "a[href$=\"wa.gov\"] > img",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": "a[href$=\"wa.gov\"] > img",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "img_alt_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": 131,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<img src=\"/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "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": 92,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "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
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "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
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "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
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "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
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "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": "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": 88,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "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://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "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://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "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://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "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://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "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": 87,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://assets.sitescdn.net/answers/v1.5/answers.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": "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": 86,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<link href=\"/sites/default/files/css/css_EEPe-wCvtS4lCxQ6vIy44eBpLkDwgRAjXbrSW0LnJ5c.css?delta=0&language=en&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<link href=\"/sites/default/files/css/css_4M4hGFPOCIqvKU9m10103D9zXNi6kc9fzdyX4TuK9IQ.css?delta=0&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<link href=\"/sites/default/files/css/css_o0mMbOmtLhRBFIXoQNtZrylCPKjeW39flKWXcIU3eF8.css?delta=0&language=en&theme=accwa_custom&include=eJyFUtGSwyAI_CEbP8lBJalTlQxgcvn7M23a67Vz1xcH2BXZRQhhBReaKBU7ZfKQjUdVZIdfMwlGN6bcU7ETVuQdJlJRhtl5YE5kPSPEwK34d2wkLu_V20Mn0S2nOr3hTprXMxa0P0iI9R_eS8NwwZiU2EEIxDFRtY9oGJmqYo0m-kO4U6Isd_mR2wzZg-Af4z4Rfhs39sawolCf6CkeVvR7Kh8Jg5xTMRk2aupikkAL8mapYqBsShcF9raOIcCsXY1hlJmqpAVdwdrsSz48PPvM7Gu8zJSqfqTenZBNFIvdrTBLwlXs9RwKxZaP0vF_nMIkdr-IZoWJFtdqWty5fx1ke62cliRJTz5TuHwDy70JeA\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "style_viewport_resizable",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 86,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=7&language=en&theme=drupalbase_custom&include=eJyFkOtugzAMhV8okEeKcjFgkcSR7YD69qPt2lVMG38sXz4fHTsQqSj75oJnRrITcTHh3J0zBZ8H0VvGOv-aO-lBFyhgfyYx1X-4k2BcIaESOx8jcUKq9p2NE1NVqMmk4GIXpeKUKMu3iEncm8_BC_xh9wN47r82p0PY7yB0OPrIxx3CvZRLYJQFiymHeW8nzAo8Rt_0cG0YpFEV3MAVqN2e6vH9m2uSwa-NsOol-rpYegOeUBaLFdXITRSKvX_AbAi72EccC6Wewex-ps31iptbwCdg--gMGwrqEDLF9QuzbtyT\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUdFuwzAI_CE3_iQL27RBsU0E2FH-fmmrdV2rrS8IfAecD0hpg5C6Gld_KRyhuMhsagJriCBC7KMg5CS9xnfs3nNS2wu1yxsetEebsaL_QVJu__BeBqYFMxlLgJRYMnHzj2w6CzfDll2WvkKJoPiHrifC78-ejwmwofKx-imfNozXUj8SJp2pugI7dwuZNPFA2T03TFxcPdSDP1MxlCnBaodsJ6grN6WBoWLr_qWeHuZ8Zh6XWVamZh-p307orobVX61wg3BTf4tT5dwLug0uPEJvNMJ8XB3F315Og5TsFAun5QvW8OFn\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<link href=\"/sites/default/files/css/css_skpnZTb11Py9cMRqnu9zqXPFN5tzfm-iLKrkZ3yaCiw.css?delta=6&language=en&theme=accwa_custom&include=eJyFUtGSwyAI_CEbP8lBJalTlQxgcvn7M23a67Vz1xcH2BXZRQhhBReaKBU7ZfKQjUdVZIdfMwlGN6bcU7ETVuQdJlJRhtl5YE5kPSPEwK34d2wkLu_V20Mn0S2nOr3hTprXMxa0P0iI9R_eS8NwwZiU2EEIxDFRtY9oGJmqYo0m-kO4U6Isd_mR2wzZg-Af4z4Rfhs39sawolCf6CkeVvR7Kh8Jg5xTMRk2aupikkAL8mapYqBsShcF9raOIcCsXY1hlJmqpAVdwdrsSz48PPvM7Gu8zJSqfqTenZBNFIvdrTBLwlXs9RwKxZaP0vF_nMIkdr-IZoWJFtdqWty5fx1ke62cliRJTz5TuHwDy70JeA\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "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": 72,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<div class=\"views-field views-field-field-banner-title\">",
            "xpath": null,
            "message": "Confirm this text 'Your gateway to Washington state government information and services' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/",
            "html": "<div class=\"field-content\">",
            "xpath": null,
            "message": "Confirm this text 'Your gateway to Washington state government information and services' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/",
            "html": "<div class=\"clearfix text-formatted field field--name-field-headline field--type-text field--label-hidden field__item\">",
            "xpath": null,
            "message": "Confirm this text 'Get free annual Discover Passes for your group or organization' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/",
            "html": "<div class=\"top\">",
            "xpath": null,
            "message": "Confirm this text 'Washington declares statewide drought due to very low snowpack' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/test",
            "html": "<div class=\"clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item\">",
            "xpath": null,
            "message": "Confirm this text 'Click to toggle popover' is used as a heading and if so, modify to use a heading element or role",
            "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": 43,
        "examples": [
          {
            "url": "https://wa.gov/report-suspected-fraud",
            "html": "<p>",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/report-suspected-fraud",
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Carved more than 13,000 years ago, Palouse Falls is among the last active waterfalls on the Ice Age Floods path. This natural wonder was named Washington's state waterfall in 2014, when the state Legislature passed a bill written by local schoolchildren, who advocated for the designation.\" class=\"\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/how-to-guides/get-help-finding-food",
            "html": "<p>",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/how-to-guides/get-help-finding-food",
            "html": "<a data-html=\"true\" data-bs-placement=\"bottom\" type=\"button\" data-bs-toggle=\"popover\" data-bs-content=\"Panoramic View of Lummi Island, Washington. Aerial view of Lummi island during a glorious winter sunset looking south towards Bellingham and Cypress Island. The island is surrounded by the Salish Sea.\" class=\"\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services",
            "html": "<p>",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "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": 41,
        "examples": [
          {
            "url": "https://wa.gov/report-suspected-fraud",
            "html": "<a 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://wa.gov/washingtons-it-strategic-plan",
            "html": "<a href=\"https://app.leg.wa.gov/rcw/default.aspx?cite=43.105.220\">",
            "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://wa.gov/work/professional-licenses",
            "html": "<a href=\"https://dfi.wa.gov/investment-advisers\">",
            "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://wa.gov/how-to-guides/get-help-finding-food",
            "html": "<a 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://wa.gov/how-to-guides/get-help-finding-food",
            "html": "<a href=\"/how-to-guides\">",
            "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": "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": 39,
        "examples": [
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<nav id=\"block-accwa-custom-accessibilityinwashington\" aria-labelledby=\"block-accwa-custom-accessibilityinwashington-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "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": 36,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'year-round'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<p paraid=\"479932209\" paraeid=\"{3bf8dca8-dfc4-4989-9b4b-2becf47b9f30}{37}\">",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'small'",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<p paraid=\"1738951702\" paraeid=\"{3bf8dca8-dfc4-4989-9b4b-2becf47b9f30}{54}\">",
            "xpath": null,
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<p paraid=\"1766806774\" paraeid=\"{3bf8dca8-dfc4-4989-9b4b-2becf47b9f30}{138}\">",
            "xpath": null,
            "message": "Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<div class=\"field-content\">",
            "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
          }
        ]
      },
      {
        "rule": "aria_form_label_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 34,
        "examples": [
          {
            "url": "https://wa.gov/",
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/",
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search--2\" method=\"get\" action=\"/search\" region=\"banner\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/report-suspected-fraud",
            "html": "<form data-drupal-form-fields=\"edit-keys,edit-url\" data-once=\"form-updated\" accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/report-suspected-fraud",
            "html": "<form data-drupal-form-fields=\"edit-fraud-type-business,edit-fraud-type-person,edit-fraud-type-govt,edit-fraud-type-unsure,edit-actions-wizard-next,edit-url--2\" data-once=\"form-updated webform-details-toggle\" accept-charset=\"UTF-8\" id=\"webform-submission-what-kind-of-fraud-should-i-repo-node-169620-add-form\" method=\"post\" action=\"/report-suspected-fraud\" data-drupal-selector=\"webform-submission-what-kind-of-fraud-should-i-repo-node-169620-add-form\" class=\"webform-submission-form webform-submission-add-form webform-submission-what-kind-of-fraud-should-i-repo-form webform-submission-what-kind-of-fraud-should-i-repo-add-form webform-submission-what-kind-of-fraud-should-i-repo-node-169620-form webform-submission-what-kind-of-fraud-should-i-repo-node-169620-add-form js-webform-disable-autosubmit js-webform-details-toggle webform-details-toggle\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/health-safety/public-utilities",
            "html": "<form accept-charset=\"UTF-8\" id=\"search-api-page-block-form-search\" method=\"get\" action=\"/search\" region=\"top\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "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": 24,
        "examples": [
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "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://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "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://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "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://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "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://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<button aria-controls=\"filters\" aria-expanded=\"false\" data-bs-target=\"#filters\" role=\"button\" class=\"btn btn-primary hidden-filters-open hidden-md hidden-lg d-lg-none\" data-bs-toggle=\"collapse\" type=\"button\" id=\"form-open\">",
            "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": "region",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures all page content is contained within landmark regions. Content outside landmarks cannot be found by screen reader users navigating by landmarks."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 22,
        "examples": [
          {
            "url": "https://wa.gov/report-suspected-fraud",
            "html": "<div class=\"wrapper-banner\">",
            "xpath": ".wrapper-banner",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/how-to-guides/get-help-finding-food",
            "html": "<div class=\"wrapper-banner\">",
            "xpath": ".wrapper-banner",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services",
            "html": "<div class=\"wrapper-banner\">",
            "xpath": ".wrapper-banner",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/businesses",
            "html": "<div class=\"wrapper-banner\">",
            "xpath": ".wrapper-banner",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/education",
            "html": "<div class=\"wrapper-banner\">",
            "xpath": ".wrapper-banner",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "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": 17,
        "examples": [
          {
            "url": "https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-laws",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/education-recreation",
            "html": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"mainnav\" data-bs-target=\"#mainnav\" data-bs-toggle=\"collapse\" type=\"button\" class=\"d-xxl-none\" id=\"pmenu-toggle\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "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": 15,
        "examples": [
          {
            "url": "https://wa.gov/businesses",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/SAW-guide_0_0.jpg?itok=UeoHwuKw\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "xpath": ".col-sm-6.col.col-md-4:nth-child(1) > .card.how-to-lg > .z-img > a",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/businesses",
            "html": "<a href=\"/how-to-guides/use-public-transportation\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-05/public-transportation.jpg?itok=4Rr8FvMC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/businesses",
            "html": "<a href=\"/how-to-guides/bicycle-commuting\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/bicycle-commute-guide_99091035_Preview_0.jpg?itok=Et5Etisn\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "xpath": ".col-sm-6.col.col-md-4:nth-child(6) > .card.how-to-lg > .z-img > a",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/families",
            "html": "<a href=\"/how-to-guides/become-resident\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/lake-diablo-how-to.jpg?itok=jzW2hUAC\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "xpath": ".z-img > a[href$=\"become-resident\"]",
            "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://wa.gov/families",
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\">  <img loading=\"lazy\" src=\"/sites/default/files/styles/how_to_image/public/2022-04/vote-how-to.jpg?itok=2mVUcT2-\" width=\"410\" height=\"210\" class=\"image-style-how-to-image\">\n\n\n</a>",
            "xpath": ".col-sm-6.col.col-md-4:nth-child(3) > .card.how-to-lg > .z-img > a",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "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": 15,
        "examples": [
          {
            "url": "https://wa.gov/businesses",
            "html": "<a href=\"/how-to-guides/secureaccess-washington-saw-login-state-services\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/businesses",
            "html": "<a href=\"/how-to-guides/use-public-transportation\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/businesses",
            "html": "<a href=\"/how-to-guides/bicycle-commuting\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/families",
            "html": "<a href=\"/how-to-guides/become-resident\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/families",
            "html": "<a href=\"/how-to-guides/vote-participate-local-state-federal-elections\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria_complementary_labelled",
        "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://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace",
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities",
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible",
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilities",
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school",
            "html": "<aside role=\"complementary\" class=\"section border-end sticky-container\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "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": 4,
        "examples": [
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities",
            "html": "<h3 paraeid=\"{22822a97-584b-47c5-a5c6-b0f92da819e5}{37}\" paraid=\"1333256644\"><a href=\"https://www.cdc.gov/ncbddd/disabilityandhealth/materials/factsheets/fs-communicating-with-people.html\" rel=\"noreferrer noopener\" target=\"_blank\">Using people-first language</a>&nbsp;</h3>",
            "xpath": "h3[paraid=\"1333256644\"]",
            "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://wa.gov/get-help",
            "html": "<h2 aria-level=\"4\" id=\"create-account\" paraeid=\"{5f11862d-080e-4ae3-8c20-35f719db1398}{210}\" paraid=\"1676407293\" role=\"heading\">Create a&nbsp;WA.gov&nbsp;account</h2>",
            "xpath": "#create-account",
            "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://wa.gov/work/professional-licenses",
            "html": "<h3>A</h3>",
            "xpath": "h3: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://wa.gov/how-to-guides",
            "html": "<h3><a href=\"/how-to-guides/create-your-wagov-account\" hreflang=\"en\">Create your WA.gov account</a></h3>",
            "xpath": ".col-sm-2.col-lg-3.mb-4:nth-child(1) > .how-to.card > .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
          }
        ]
      },
      {
        "rule": "text_quoted_correctly",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://wa.gov/use-our-logo",
            "html": "<li>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"WA.gov, Official State Government Website\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtonians",
            "html": "<p>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Closure\", \"health and safety concerns\"",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/node/61721",
            "html": "<li>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"WA.gov, Official State Government Website\"",
            "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": 2,
        "examples": [
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<div tabindex=\"0\" class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\" id=\"active-filter-button-group\">",
            "xpath": null,
            "message": "The tabbable element does not have a valid widget role",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/accessibility-in-washington/accessibility-resources",
            "html": "<div tabindex=\"0\" id=\"resources-view-results\">",
            "xpath": null,
            "message": "The tabbable element does not have a valid widget role",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria_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": 2,
        "examples": [
          {
            "url": "https://wa.gov/use-our-logo",
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "xpath": null,
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/node/61721",
            "html": "<figure class=\"caption caption-drupal-media\" role=\"group\">",
            "xpath": null,
            "message": "The ARIA role 'group' is not valid for the element <figure>",
            "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": 2,
        "examples": [
          {
            "url": "https://wa.gov/how-to-guides/your-new-wagov-account",
            "html": "<iframe title=\"Log in with your WA.gov account\" loading=\"eager\" class=\"media-oembed-content\" height=\"304\" width=\"540\" src=\"https://wa.gov/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DVg6ONdgU0NE&max_width=540&max_height=304&hash=69uehIhpB_TZ52MMm_7bEzzo9jq6wt_RuyoYkIZoOBE\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          },
          {
            "url": "https://wa.gov/how-to-guides/your-new-wagov-account",
            "html": "<iframe title=\"Log in with your WA.gov account\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/Vg6ONdgU0NE?feature=oembed\" height=\"304\" width=\"540\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "empty-heading",
        "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/empty-heading?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://wa.gov/error",
            "html": "<h1 id=\"title-404\"><span id=\"main-content\" class=\"\"></span></h1>",
            "xpath": "#title-404",
            "message": "Headings should not be empty",
            "fixSummary": "Fix 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": "heading_content_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://wa.gov/error",
            "html": "<h1 id=\"title-404\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria_accessiblename_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://wa.gov/error",
            "html": "<h1 id=\"title-404\">",
            "xpath": null,
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "element_id_unique",
        "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://wa.gov/error",
            "html": "<span class=\"\" id=\"main-content\">",
            "xpath": null,
            "message": "The <span> element has the id \"main-content\" that is already in use",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "aria_eventhandler_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": 1,
        "examples": [
          {
            "url": "https://wa.gov/how-to-guides/accessing-government-assistance",
            "html": "<div onmouseover=\"msoCommentShow('_anchor_1','_com_1')\" onmouseout=\"msoCommentHide('_com_1')\" language=\"JavaScript\" id=\"_com_1\">",
            "xpath": null,
            "message": "The <div> element with 'onmouseout, onmouseover' does not have a valid ARIA role specified",
            "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": 1,
        "examples": [
          {
            "url": "https://wa.gov/how-to-guides/your-new-wagov-account",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/b174a5bb/player_embed.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "iframe",
            "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": "html_lang_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://wa.gov/how-to-guides/your-new-wagov-account",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "html_skipnav_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://wa.gov/how-to-guides/your-new-wagov-account",
            "html": "<html>",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      },
      {
        "rule": "heading_markup_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://wa.gov/vi/node",
            "html": "<h3>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": null,
            "firstSeenAt": null,
            "patternId": null
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 41,
      "Visual Designer": 1385,
      "Content Author": 150,
      "Front-End Developer": 2588
    },
    "severityStats": {
      "Critical": 131,
      "Serious": 1400,
      "Moderate": 2592,
      "Minor": 0
    }
  }
}
