{
  "testEngine": {
    "name": "axe-core",
    "version": "4.12.1"
  },
  "testRunner": {
    "name": "axe"
  },
  "testEnvironment": {
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.0.0 Safari/537.36",
    "windowWidth": 1366,
    "windowHeight": 900,
    "orientationAngle": 0,
    "orientationType": "portrait-primary"
  },
  "timestamp": "2026-07-02T23:59:03.357Z",
  "url": "https://www.daltoninvestments.com/registration/",
  "toolOptions": {
    "resultTypes": [
      "violations",
      "incomplete"
    ],
    "runOnly": {
      "type": "tag",
      "values": [
        "wcag2a",
        "wcag2aa",
        "wcag21a",
        "wcag21aa",
        "wcag22aa",
        "section508",
        "best-practice"
      ]
    },
    "reporter": "v1"
  },
  "inapplicable": [
    {
      "id": "accesskeys",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice"
      ],
      "description": "Ensure every accesskey attribute value is unique",
      "help": "accesskey attribute value should be unique",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/accesskeys?application=axeAPI",
      "nodes": []
    },
    {
      "id": "area-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.2"
      ],
      "description": "Ensure <area> elements of image maps have alternative text",
      "help": "Active <area> elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/area-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-braille-equivalent",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",
      "help": "aria-braille attributes must have a non-braille equivalent",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-braille-equivalent?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-command-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure every ARIA button, link and menuitem has an accessible name",
      "help": "ARIA commands must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-command-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-dialog-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
      "help": "ARIA dialog and alertdialog nodes should have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-input-field-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA input field has an accessible name",
      "help": "ARIA input fields must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-meter-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag111",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA meter node has an accessible name",
      "help": "ARIA meter nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-meter-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-progressbar-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag111",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA progressbar node has an accessible name",
      "help": "ARIA progressbar nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-required-children",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure elements with an ARIA role that require child roles contain them",
      "help": "Certain ARIA roles must contain particular children",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-children?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-required-parent",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure elements with an ARIA role that require parent roles are contained by them",
      "help": "Certain ARIA roles must be contained by particular parents",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-parent?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-tab-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure every ARIA tab node has an accessible name",
      "help": "ARIA tab nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-tab-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-text",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role=\"text\" is used on elements with no focusable descendants",
      "help": "\"role=text\" should have no focusable descendants",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-text?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-toggle-field-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure every ARIA toggle field has an accessible name",
      "help": "ARIA toggle fields must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-tooltip-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure every ARIA tooltip node has an accessible name",
      "help": "ARIA tooltip nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-treeitem-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure every ARIA treeitem node has an accessible name",
      "help": "ARIA treeitem nodes should have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "autocomplete-valid",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag21aa",
        "wcag135",
        "EN-301-549",
        "EN-9.1.3.5",
        "ACT",
        "RGAAv4",
        "RGAA-11.13.1"
      ],
      "description": "Ensure the autocomplete attribute is correct and suitable for the form field",
      "help": "autocomplete attribute must be used correctly",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid?application=axeAPI",
      "nodes": []
    },
    {
      "id": "blink",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag222",
        "section508",
        "section508.22.j",
        "TTv5",
        "TT2.b",
        "EN-301-549",
        "EN-9.2.2.2",
        "RGAAv4",
        "RGAA-13.8.1"
      ],
      "description": "Ensure <blink> elements are not used",
      "help": "<blink> elements are deprecated and must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/blink?application=axeAPI",
      "nodes": []
    },
    {
      "id": "definition-list",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.3"
      ],
      "description": "Ensure <dl> elements are structured correctly",
      "help": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/definition-list?application=axeAPI",
      "nodes": []
    },
    {
      "id": "dlitem",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.3"
      ],
      "description": "Ensure <dt> and <dd> elements are contained by a <dl>",
      "help": "<dt> and <dd> elements must be contained by a <dl>",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/dlitem?application=axeAPI",
      "nodes": []
    },
    {
      "id": "empty-table-header",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "best-practice"
      ],
      "description": "Ensure table headers have discernible text",
      "help": "Table header text should not be empty",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/empty-table-header?application=axeAPI",
      "nodes": []
    },
    {
      "id": "frame-focusable-content",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag211",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "RGAAv4",
        "RGAA-7.3.2"
      ],
      "description": "Ensure <frame> and <iframe> elements with focusable content do not have tabindex=-1",
      "help": "Frames with focusable content must not have tabindex=-1",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-focusable-content?application=axeAPI",
      "nodes": []
    },
    {
      "id": "html-xml-lang-mismatch",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.3.1"
      ],
      "description": "Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page",
      "help": "HTML elements with lang and xml:lang must have the same base language",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch?application=axeAPI",
      "nodes": []
    },
    {
      "id": "input-image-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.3"
      ],
      "description": "Ensure <input type=\"image\"> elements have alternative text",
      "help": "Image buttons must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/input-image-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "marquee",
      "impact": null,
      "tags": [
        "cat.parsing",
        "wcag2a",
        "wcag222",
        "TTv5",
        "TT2.b",
        "EN-301-549",
        "EN-9.2.2.2",
        "RGAAv4",
        "RGAA-13.8.1"
      ],
      "description": "Ensure <marquee> elements are not used",
      "help": "<marquee> elements are deprecated and must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/marquee?application=axeAPI",
      "nodes": []
    },
    {
      "id": "meta-refresh",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag221",
        "TTv5",
        "TT8.a",
        "EN-301-549",
        "EN-9.2.2.1",
        "RGAAv4",
        "RGAA-13.1.2"
      ],
      "description": "Ensure <meta http-equiv=\"refresh\"> is not used for delayed refresh",
      "help": "Delayed refresh under 20 hours must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-refresh?application=axeAPI",
      "nodes": []
    },
    {
      "id": "object-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-1.1.6"
      ],
      "description": "Ensure <object> elements have alternative text",
      "help": "<object> elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/object-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "role-img-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.1"
      ],
      "description": "Ensure [role=\"img\"] elements have alternative text",
      "help": "[role=\"img\"] elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/role-img-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "scope-attr-valid",
      "impact": null,
      "tags": [
        "cat.tables",
        "best-practice"
      ],
      "description": "Ensure the scope attribute is used correctly on tables",
      "help": "scope attribute should be used correctly",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/scope-attr-valid?application=axeAPI",
      "nodes": []
    },
    {
      "id": "scrollable-region-focusable",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag211",
        "wcag213",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "EN-9.2.1.3",
        "RGAAv4",
        "RGAA-7.3.2"
      ],
      "description": "Ensure elements that have scrollable content are accessible by keyboard in Safari",
      "help": "Scrollable region must have keyboard access",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/scrollable-region-focusable?application=axeAPI",
      "nodes": []
    },
    {
      "id": "server-side-image-map",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag211",
        "section508",
        "section508.22.f",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "RGAAv4",
        "RGAA-1.1.4"
      ],
      "description": "Ensure that server-side image maps are not used",
      "help": "Server-side image maps must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/server-side-image-map?application=axeAPI",
      "nodes": []
    },
    {
      "id": "summary-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure summary elements have discernible text",
      "help": "Summary elements must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/summary-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "svg-img-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.5"
      ],
      "description": "Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text",
      "help": "<svg> elements with an img role must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/svg-img-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "tabindex",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice"
      ],
      "description": "Ensure tabindex attribute values are not greater than 0",
      "help": "Elements should not have tabindex greater than zero",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/tabindex?application=axeAPI",
      "nodes": []
    },
    {
      "id": "table-duplicate-name",
      "impact": null,
      "tags": [
        "cat.tables",
        "best-practice",
        "RGAAv4",
        "RGAA-5.2.1"
      ],
      "description": "Ensure the <caption> element does not contain the same text as the summary attribute",
      "help": "Tables should not have the same summary and caption",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "td-headers-attr",
      "impact": null,
      "tags": [
        "cat.tables",
        "wcag2a",
        "wcag131",
        "section508",
        "section508.22.g",
        "TTv5",
        "TT14.b",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-5.7.4"
      ],
      "description": "Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table",
      "help": "Table cell headers attributes must refer to other <th> elements in the same table",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/td-headers-attr?application=axeAPI",
      "nodes": []
    },
    {
      "id": "th-has-data-cells",
      "impact": null,
      "tags": [
        "cat.tables",
        "wcag2a",
        "wcag131",
        "section508",
        "section508.22.g",
        "TTv5",
        "TT14.b",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-5.7.1"
      ],
      "description": "Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe",
      "help": "Table headers in a data table must refer to data cells",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells?application=axeAPI",
      "nodes": []
    },
    {
      "id": "valid-lang",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2aa",
        "wcag312",
        "TTv5",
        "TT11.b",
        "EN-301-549",
        "EN-9.3.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-8.8.1"
      ],
      "description": "Ensure lang attributes have valid values",
      "help": "lang attribute must have a valid value",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/valid-lang?application=axeAPI",
      "nodes": []
    },
    {
      "id": "video-caption",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag122",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT17.a",
        "EN-301-549",
        "EN-9.1.2.2",
        "RGAAv4",
        "RGAA-4.3.1"
      ],
      "description": "Ensure <video> elements have captions",
      "help": "<video> elements must have captions",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/video-caption?application=axeAPI",
      "nodes": []
    },
    {
      "id": "no-autoplay-audio",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag142",
        "TTv5",
        "TT2.a",
        "EN-301-549",
        "EN-9.1.4.2",
        "ACT",
        "RGAAv4",
        "RGAA-4.10.1"
      ],
      "description": "Ensure <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",
      "help": "<video> or <audio> elements must not play automatically",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/no-autoplay-audio?application=axeAPI",
      "nodes": []
    }
  ],
  "passes": [
    {
      "id": "aria-allowed-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure an element's role supports its ARIA attributes",
      "help": "Elements must only use supported ARIA attributes",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-allowed-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attributes are used correctly for the defined role"
            },
            {
              "id": "aria-allowed-attr-elm",
              "data": null,
              "relatedNodes": [],
              "message": "ARIA attributes are allowed for this element",
              "impact": "critical"
            }
          ],
          "none": [
            {
              "id": "aria-unsupported-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute is supported"
            }
          ],
          "impact": null,
          "html": "<button id=\"nav-burger\" aria-label=\"Open main menu\">\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t</button>",
          "target": [
            "#nav-burger"
          ]
        }
      ]
    },
    {
      "id": "aria-allowed-role",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role attribute has an appropriate value for the element",
      "help": "ARIA role should be appropriate for the element",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role is allowed for given element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div id=\"main-menu-content\" class=\"main-menu-wrapper\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Main navigation\" tabindex=\"-1\">",
          "target": [
            "#main-menu-content"
          ]
        }
      ]
    },
    {
      "id": "aria-conditional-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
      "help": "ARIA attributes must be used as specified for the element's role",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-conditional-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "ARIA attribute is allowed"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<button id=\"nav-burger\" aria-label=\"Open main menu\">\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t</button>",
          "target": [
            "#nav-burger"
          ]
        }
      ]
    },
    {
      "id": "aria-deprecated-role",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure elements do not use deprecated roles",
      "help": "Deprecated ARIA roles must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "deprecatedrole",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role is not deprecated"
            }
          ],
          "impact": null,
          "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-eshg40prvnfl\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\">",
          "target": [
            "iframe[title=\"reCAPTCHA\"]"
          ]
        }
      ]
    },
    {
      "id": "aria-hidden-body",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "wcag412",
        "EN-301-549",
        "EN-9.1.3.1",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-10.8.1"
      ],
      "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
      "help": "aria-hidden=\"true\" must not be present on the document body",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-hidden-body",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "No aria-hidden attribute is present on document body"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<body class=\"wp-singular page-template page-template-page-full page-template-page-full-php page page-id-57 wp-theme-dc-kanpai\">",
          "target": [
            "body"
          ]
        }
      ]
    },
    {
      "id": "aria-hidden-focus",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-10.8.1"
      ],
      "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
      "help": "ARIA hidden element must not be focusable or contain focusable elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "focusable-modal-open",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements while a modal is open"
            },
            {
              "id": "focusable-disabled",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements contained within element"
            },
            {
              "id": "focusable-not-tabbable",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements contained within element"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<span aria-hidden=\"true\">×</span>",
          "target": [
            ".close-icon > span[aria-hidden=\"true\"]"
          ]
        }
      ]
    },
    {
      "id": "aria-prohibited-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure ARIA attributes are not prohibited for an element's role",
      "help": "Elements must only use permitted ARIA attributes",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "aria-prohibited-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "ARIA attribute is allowed"
            }
          ],
          "impact": null,
          "html": "<button id=\"nav-burger\" aria-label=\"Open main menu\">\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t</button>",
          "target": [
            "#nav-burger"
          ]
        }
      ]
    },
    {
      "id": "aria-required-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure elements with ARIA roles have all required ARIA attributes",
      "help": "Required ARIA attributes must be provided",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-attr?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-required-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "All required ARIA attributes are present"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-eshg40prvnfl\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\">",
          "target": [
            "iframe[title=\"reCAPTCHA\"]"
          ]
        }
      ]
    },
    {
      "id": "aria-roles",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all elements with a role attribute use a valid value",
      "help": "ARIA roles used must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-roles?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "invalidrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA role is valid"
            },
            {
              "id": "abstractrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Abstract roles are not used"
            },
            {
              "id": "unsupportedrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA role is supported"
            }
          ],
          "impact": null,
          "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-eshg40prvnfl\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\">",
          "target": [
            "iframe[title=\"reCAPTCHA\"]"
          ]
        }
      ]
    },
    {
      "id": "aria-valid-attr-value",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all ARIA attributes have valid values",
      "help": "ARIA attributes must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-valid-attr-value",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute values are valid"
            },
            {
              "id": "aria-errormessage",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
            },
            {
              "id": "aria-level",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "aria-level values are valid"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<button id=\"nav-burger\" aria-label=\"Open main menu\">\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t</button>",
          "target": [
            "#nav-burger"
          ]
        }
      ]
    },
    {
      "id": "aria-valid-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
      "help": "ARIA attributes must conform to valid names",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-valid-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute name is valid"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button id=\"nav-burger\" aria-label=\"Open main menu\">\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t</button>",
          "target": [
            "#nav-burger"
          ]
        }
      ]
    },
    {
      "id": "avoid-inline-spacing",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag21aa",
        "wcag1412",
        "EN-301-549",
        "EN-9.1.4.12",
        "ACT"
      ],
      "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
      "help": "Inline text spacing must be adjustable with custom stylesheets",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/avoid-inline-spacing?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "important-letter-spacing",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
            },
            {
              "id": "important-word-spacing",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
            },
            {
              "id": "important-line-height",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "line-height in the style attribute is not set to !important, or meets the minimum"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\" style=\"--ht-header: 65.5938px;\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "button-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure buttons have discernible text",
      "help": "Buttons must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/button-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-label",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "aria-label attribute exists and is not empty"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button id=\"nav-burger\" aria-label=\"Open main menu\">\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t\t<span></span>\n\t\t\t\t\t</button>",
          "target": [
            "#nav-burger"
          ]
        }
      ]
    },
    {
      "id": "bypass",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag241",
        "section508",
        "section508.22.o",
        "TTv5",
        "TT9.a",
        "EN-301-549",
        "EN-9.2.4.1",
        "RGAAv4",
        "RGAA-12.7.1"
      ],
      "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
      "help": "Page must have means to bypass repeated blocks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/bypass?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "internal-link-present",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Valid skip link found"
            },
            {
              "id": "header-present",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<h1>Register for a Username and Password</h1>",
                  "target": [
                    "h1"
                  ]
                },
                {
                  "html": "<h3>Verification</h3>",
                  "target": [
                    ".swpm-legend > h3"
                  ]
                },
                {
                  "html": "<h3>NEWS</h3>",
                  "target": [
                    ".latest-news > h3"
                  ]
                },
                {
                  "html": "<h4>Dalton Investments’ engagement with Korean company TK Corp (Taekwang) was featured in leading Korean business newspaper Maeil Business Newspaper</h4>",
                  "target": [
                    ".latest-news > .article-link[target=\"\"] > h4"
                  ]
                },
                {
                  "html": "<h3>INSIGHTS</h3>",
                  "target": [
                    ".latest-insights > h3"
                  ]
                },
                {
                  "html": "<h4>Asian Owner-Operators and the AI Inflection Point</h4>",
                  "target": [
                    ".latest-insights > .article-link[target=\"\"] > h4"
                  ]
                },
                {
                  "html": "<h3>ENGAGEMENT IN<br>JAPAN</h3>",
                  "target": [
                    ".latest-engagement > h3"
                  ]
                },
                {
                  "html": "<h4>Glass Lewis Recommends Voting AGAINST Aska Pharmaceutical Holdings’ Proposal No. 11</h4>",
                  "target": [
                    ".latest-engagement > .article-link[target=\"\"] > h4"
                  ]
                },
                {
                  "html": "<h2>Learn more about Dalton</h2>",
                  "target": [
                    ".text-content > h2"
                  ]
                },
                {
                  "html": "<h2>LOCATIONS</h2>",
                  "target": [
                    ".one > h2"
                  ]
                },
                {
                  "html": "<h2>ABOUT THIS SITE</h2>",
                  "target": [
                    ".two > h2"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Page has a heading"
            },
            {
              "id": "landmark",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<main id=\"page-content\">",
                  "target": [
                    "#page-content"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Page has a landmark region"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\" style=\"--ht-header: 65.5938px;\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "color-contrast",
      "impact": null,
      "tags": [
        "cat.color",
        "wcag2aa",
        "wcag143",
        "TTv5",
        "TT13.c",
        "EN-301-549",
        "EN-9.1.4.3",
        "ACT",
        "RGAAv4",
        "RGAA-3.2.1"
      ],
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "help": "Elements must meet minimum color contrast ratio thresholds",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/color-contrast?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#000000",
                "bgColor": "#ffffff",
                "contrastRatio": 21,
                "fontSize": "12.0pt (16px)",
                "fontWeight": "normal",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has sufficient color contrast of 21"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a href=\"https://www.daltoninvestments.com/registration/\" aria-current=\"page\">REGISTER</a>",
          "target": [
            "#menu-meta-menu-logged-out-1 > .current-menu-item.page_item.page-item-57 > a[aria-current=\"page\"]"
          ]
        }
      ]
    },
    {
      "id": "document-title",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag242",
        "TTv5",
        "TT12.a",
        "EN-301-549",
        "EN-9.2.4.2",
        "ACT",
        "RGAAv4",
        "RGAA-8.5.1"
      ],
      "description": "Ensure each HTML document contains a non-empty <title> element",
      "help": "Documents must have <title> element to aid in navigation",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/document-title?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "doc-has-title",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Document has a non-empty <title> element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\" style=\"--ht-header: 65.5938px;\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "duplicate-id-aria",
      "impact": null,
      "tags": [
        "cat.parsing",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-8.2.1"
      ],
      "description": "Ensure every id attribute value used in ARIA and in labels is unique",
      "help": "IDs used in ARIA and labels must be unique",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "duplicate-id-aria",
              "data": "sub-menu-38",
              "relatedNodes": [],
              "impact": "critical",
              "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<ul class=\"sub-menu\" id=\"sub-menu-38\">",
          "target": [
            "#sub-menu-38"
          ]
        }
      ]
    },
    {
      "id": "empty-heading",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "best-practice"
      ],
      "description": "Ensure headings have discernible text",
      "help": "Headings should not be empty",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/empty-heading?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element has text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<h1>Register for a Username and Password</h1>",
          "target": [
            "h1"
          ]
        }
      ]
    },
    {
      "id": "form-field-multiple-labels",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag332",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.3.3.2",
        "RGAAv4",
        "RGAA-11.2.1"
      ],
      "description": "Ensure form field does not have multiple label elements",
      "help": "Form field must not have multiple label elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "multiple-label",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<label for=\"swpm-17\" class=\"swpm-desc\">First Name  <span class=\"swpm-required-asterisk\">*</span></label>",
                  "target": [
                    "label[for=\"swpm-17\"]"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "Form field does not have multiple label elements"
            }
          ],
          "impact": null,
          "html": "<input type=\"text\" name=\"swpm-17\" id=\"swpm-17\" value=\"\" class=\"swpm-text  swpm-medium  required  \">",
          "target": [
            "#swpm-17"
          ]
        }
      ]
    },
    {
      "id": "frame-title-unique",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT12.d",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-2.2.1"
      ],
      "description": "Ensure <iframe> and <frame> elements contain a unique title attribute",
      "help": "Frames must have a unique title attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-title-unique?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "unique-frame-title",
              "data": "recaptcha",
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element's title attribute is unique"
            }
          ],
          "impact": null,
          "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-eshg40prvnfl\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\">",
          "target": [
            "iframe[title=\"reCAPTCHA\"]"
          ]
        }
      ]
    },
    {
      "id": "frame-title",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.i",
        "TTv5",
        "TT12.d",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-2.1.1"
      ],
      "description": "Ensure <iframe> and <frame> elements have an accessible name",
      "help": "Frames must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-title?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "non-empty-title",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has a title attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-eshg40prvnfl\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\">",
          "target": [
            "iframe[title=\"reCAPTCHA\"]"
          ]
        }
      ]
    },
    {
      "id": "heading-order",
      "impact": "moderate",
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the order of headings is semantically correct",
      "help": "Heading levels should only increase by one",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/heading-order?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "heading-order",
              "data": {
                "headingOrder": [
                  {
                    "ancestry": [
                      "html > body > main:nth-child(3) > section > div > div > div > h1:nth-child(1)"
                    ],
                    "level": 1
                  },
                  {
                    "ancestry": [
                      "html > body > main:nth-child(3) > section > div > div > div > div:nth-child(4) > form > fieldset:nth-child(6) > div:nth-child(1) > h3"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > main:nth-child(3) > section > div > div > div > div:nth-child(4) > form > fieldset:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > div > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > iframe"
                    ],
                    "level": -1
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > section:nth-child(1) > div > article:nth-child(1) > h3:nth-child(1)"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > section:nth-child(1) > div > article:nth-child(1) > a:nth-child(2) > h4:nth-child(1)"
                    ],
                    "level": 4
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > section:nth-child(1) > div > article:nth-child(2) > h3:nth-child(1)"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > section:nth-child(1) > div > article:nth-child(2) > a:nth-child(2) > h4:nth-child(1)"
                    ],
                    "level": 4
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > section:nth-child(1) > div > article:nth-child(3) > h3:nth-child(1)"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > section:nth-child(1) > div > article:nth-child(3) > a:nth-child(2) > h4:nth-child(1)"
                    ],
                    "level": 4
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > section:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2)"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > footer:nth-child(4) > div:nth-child(3) > div:nth-child(2) > h2:nth-child(1)"
                    ],
                    "level": 2
                  }
                ]
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Heading order valid"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<h1>Register for a Username and Password</h1>",
          "target": [
            "h1"
          ]
        }
      ]
    },
    {
      "id": "html-has-lang",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "TTv5",
        "TT11.a",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.3.1"
      ],
      "description": "Ensure every HTML document has a lang attribute",
      "help": "<html> element must have a lang attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-has-lang?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-lang",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "The <html> element has a lang attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\" style=\"--ht-header: 65.5938px;\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "html-lang-valid",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "TTv5",
        "TT11.a",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.4.1"
      ],
      "description": "Ensure the lang attribute of the <html> element has a valid value",
      "help": "<html> element must have a valid value for the lang attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-lang-valid?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "valid-lang",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Value of lang attribute is included in the list of valid languages"
            }
          ],
          "impact": null,
          "html": "<html lang=\"en-US\" style=\"--ht-header: 65.5938px;\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "image-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "TT7.b",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.1"
      ],
      "description": "Ensure <img> elements have alternative text or a role of none or presentation",
      "help": "Images must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/image-alt?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-alt",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has an alt attribute"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "alt-space-value",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has a valid alt attribute value"
            }
          ],
          "impact": null,
          "html": "<img class=\"logo-img large\" src=\"https://www.daltoninvestments.com/wp-content/uploads/2026/01/Dalton-logo-366x39-1.png\" alt=\"Dalton Investments logo\">",
          "target": [
            ".logo-img"
          ]
        }
      ]
    },
    {
      "id": "image-redundant-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "best-practice"
      ],
      "description": "Ensure image alternative is not repeated as text",
      "help": "Alternative text of images should not be repeated as text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "duplicate-img-label",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element does not duplicate existing text in <img> alt text"
            }
          ],
          "impact": null,
          "html": "<img class=\"logo-img large\" src=\"https://www.daltoninvestments.com/wp-content/uploads/2026/01/Dalton-logo-366x39-1.png\" alt=\"Dalton Investments logo\">",
          "target": [
            ".logo-img"
          ]
        }
      ]
    },
    {
      "id": "input-button-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure input buttons have discernible text",
      "help": "Input buttons must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/input-button-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "non-empty-value",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has a non-empty value attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<input type=\"submit\" name=\"swpm-fb-submit\" id=\"swpm-8\" value=\"Submit Request for Login\" class=\"swpm-submit \">",
          "target": [
            "#swpm-8"
          ]
        }
      ]
    },
    {
      "id": "label-title-only",
      "impact": null,
      "tags": [
        "cat.forms",
        "best-practice"
      ],
      "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
      "help": "Form elements should have a visible label",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/label-title-only?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "title-only",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Form element does not solely use title attribute for its label"
            }
          ],
          "impact": null,
          "html": "<input type=\"text\" name=\"swpm-17\" id=\"swpm-17\" value=\"\" class=\"swpm-text  swpm-medium  required  \">",
          "target": [
            "#swpm-17"
          ]
        }
      ]
    },
    {
      "id": "label",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.n",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every form element has a label",
      "help": "Form elements must have labels",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/label?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "explicit-label",
              "data": {
                "explicitLabel": "First Name *"
              },
              "relatedNodes": [
                {
                  "html": "<label for=\"swpm-17\" class=\"swpm-desc\">First Name  <span class=\"swpm-required-asterisk\">*</span></label>",
                  "target": [
                    "label[for=\"swpm-17\"]"
                  ]
                }
              ],
              "impact": "critical",
              "message": "Element has an explicit <label>"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "hidden-explicit-label",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Form element has a visible explicit <label>"
            }
          ],
          "impact": null,
          "html": "<input type=\"text\" name=\"swpm-17\" id=\"swpm-17\" value=\"\" class=\"swpm-text  swpm-medium  required  \">",
          "target": [
            "#swpm-17"
          ]
        }
      ]
    },
    {
      "id": "landmark-banner-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the banner landmark is at top level",
      "help": "Banner landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-banner-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "banner"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The banner landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header id=\"masthead\" class=\"header\">",
          "target": [
            "#masthead"
          ]
        }
      ]
    },
    {
      "id": "landmark-contentinfo-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the contentinfo landmark is at top level",
      "help": "Contentinfo landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-contentinfo-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "contentinfo"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The contentinfo landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<footer role=\"contentinfo\">",
          "target": [
            "footer"
          ]
        }
      ]
    },
    {
      "id": "landmark-main-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the main landmark is at top level",
      "help": "Main landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-main-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "main"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The main landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<main id=\"page-content\">",
          "target": [
            "#page-content"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-banner",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one banner landmark",
      "help": "Document should not have more than one banner landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-banner?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-banner",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one banner landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header id=\"masthead\" class=\"header\">",
          "target": [
            "#masthead"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-contentinfo",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one contentinfo landmark",
      "help": "Document should not have more than one contentinfo landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-contentinfo?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-contentinfo",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one contentinfo landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<footer role=\"contentinfo\">",
          "target": [
            "footer"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-main",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one main landmark",
      "help": "Document should not have more than one main landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-main?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-main",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one main landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<main id=\"page-content\">",
          "target": [
            "#page-content"
          ]
        }
      ]
    },
    {
      "id": "landmark-one-main",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has a main landmark",
      "help": "Document should have one main landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-one-main?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "page-has-main",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<main id=\"page-content\">",
                  "target": [
                    "#page-content"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "Document has at least one main landmark"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\" style=\"--ht-header: 65.5938px;\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "landmark-unique",
      "impact": "moderate",
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure landmarks are unique",
      "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-unique?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-unique",
              "data": {
                "role": "banner",
                "accessibleText": null
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header id=\"masthead\" class=\"header\">",
          "target": [
            "#masthead"
          ]
        }
      ]
    },
    {
      "id": "link-in-text-block",
      "impact": null,
      "tags": [
        "cat.color",
        "wcag2a",
        "wcag141",
        "TTv5",
        "TT13.a",
        "EN-301-549",
        "EN-9.1.4.1",
        "RGAAv4",
        "RGAA-10.6.1"
      ],
      "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
      "help": "Links must be distinguishable without relying on color",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/link-in-text-block?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "link-in-text-block",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<p>To request a username and password for this website, please complete this form and click the ‘Submit’ button at the bottom. If you have any questions, please send an e-mail to <a href=\"mailto:info@daltoninvestments.com?subject=Website%20Registration%20Question\">info@daltoninvestments.com</a>.</p>",
                  "target": [
                    ".entry-content > p:nth-child(3)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Links can be distinguished from surrounding text in some way other than by color"
            },
            {
              "id": "link-in-text-block-style",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<p>To request a username and password for this website, please complete this form and click the ‘Submit’ button at the bottom. If you have any questions, please send an e-mail to <a href=\"mailto:info@daltoninvestments.com?subject=Website%20Registration%20Question\">info@daltoninvestments.com</a>.</p>",
                  "target": [
                    ".entry-content > p:nth-child(3)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Links can be distinguished from surrounding text by visual styling"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a href=\"mailto:info@daltoninvestments.com?subject=Website%20Registration%20Question\">info@daltoninvestments.com</a>",
          "target": [
            "p:nth-child(3) > a"
          ]
        }
      ]
    },
    {
      "id": "link-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-6.2.1"
      ],
      "description": "Ensure links have discernible text",
      "help": "Links must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/link-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is not in tab order or has accessible text"
            }
          ],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#page-content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    },
    {
      "id": "list",
      "impact": "serious",
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure that lists are structured correctly",
      "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/list?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "only-listitems",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "List element only has direct children that are allowed inside <li> elements"
            }
          ],
          "impact": null,
          "html": "<ul id=\"menu-meta-menu-logged-out-1\" class=\"top-menu wide\">",
          "target": [
            "#menu-meta-menu-logged-out-1"
          ]
        }
      ]
    },
    {
      "id": "listitem",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure <li> elements are used semantically",
      "help": "<li> elements must be contained in a <ul> or <ol>",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/listitem?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "listitem",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-57 current_page_item menu-item-62\"><a href=\"https://www.daltoninvestments.com/registration/\" aria-current=\"page\">REGISTER</a></li>",
          "target": [
            "#menu-meta-menu-logged-out-1 > .current-menu-item.page_item.page-item-57"
          ]
        }
      ]
    },
    {
      "id": "meta-viewport-large",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "best-practice"
      ],
      "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
      "help": "Users should be able to zoom and scale the text up to 500%",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-viewport-large?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "meta-viewport-large",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "<meta> tag does not prevent significant zooming on mobile devices"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">",
          "target": [
            "meta[name=\"viewport\"]"
          ]
        }
      ]
    },
    {
      "id": "meta-viewport",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "wcag2aa",
        "wcag144",
        "EN-301-549",
        "EN-9.1.4.4",
        "ACT",
        "RGAAv4",
        "RGAA-10.4.2"
      ],
      "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
      "help": "Zooming and scaling must not be disabled",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-viewport?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "meta-viewport",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "<meta> tag does not disable zooming on mobile devices"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">",
          "target": [
            "meta[name=\"viewport\"]"
          ]
        }
      ]
    },
    {
      "id": "nested-interactive",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
      "help": "Interactive controls must not be nested",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/nested-interactive?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "no-focusable-content",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have focusable descendants"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<img class=\"logo-img large\" src=\"https://www.daltoninvestments.com/wp-content/uploads/2026/01/Dalton-logo-366x39-1.png\" alt=\"Dalton Investments logo\">",
          "target": [
            ".logo-img"
          ]
        }
      ]
    },
    {
      "id": "page-has-heading-one",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
      "help": "Page should contain a level-one heading",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/page-has-heading-one?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "page-has-heading-one",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<h1>Register for a Username and Password</h1>",
                  "target": [
                    "h1"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "Page has at least one level-one heading"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\" style=\"--ht-header: 65.5938px;\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "presentation-role-conflict",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice",
        "ACT"
      ],
      "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
      "help": "Elements marked as presentational should be consistently ignored",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "is-element-focusable",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element is focusable."
            },
            {
              "id": "has-global-aria-attribute",
              "data": [],
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element has global ARIA attributes: "
            }
          ],
          "impact": null,
          "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-eshg40prvnfl\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\">",
          "target": [
            "iframe[title=\"reCAPTCHA\"]"
          ]
        }
      ]
    },
    {
      "id": "region",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-9.2.1"
      ],
      "description": "Ensure all page content is contained by landmarks",
      "help": "All page content should be contained by landmarks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/region?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "All page content is contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#page-content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    },
    {
      "id": "select-name",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.n",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure select element has an accessible name",
      "help": "Select element must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/select-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "explicit-label",
              "data": {
                "explicitLabel": "Country"
              },
              "relatedNodes": [
                {
                  "html": "<label for=\"swpm-31-country\">Country</label>",
                  "target": [
                    "label[for=\"swpm-31-country\"]"
                  ]
                }
              ],
              "impact": "critical",
              "message": "Element has an explicit <label>"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "hidden-explicit-label",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Form element has a visible explicit <label>"
            }
          ],
          "impact": null,
          "html": "<select name=\"swpm-31[country]\" class=\"swpm-select  \" id=\"swpm-31-country\">",
          "target": [
            "#swpm-31-country"
          ]
        }
      ]
    },
    {
      "id": "skip-link",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-12.7.1"
      ],
      "description": "Ensure all skip links have a focusable target",
      "help": "The skip-link target should exist and be focusable",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/skip-link?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "skip-link",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Skip link target exists"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#page-content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    },
    {
      "id": "target-size",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "wcag22aa",
        "wcag258"
      ],
      "description": "Ensure touch targets have sufficient size and space",
      "help": "All touch targets must be 24px large, or leave sufficient space",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/target-size?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "target-offset",
              "data": {
                "closestOffset": 24,
                "minOffset": 24
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of 24px which is at least 24px."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#page-content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    }
  ],
  "incomplete": [
    {
      "id": "frame-tested",
      "impact": "critical",
      "tags": [
        "cat.structure",
        "best-practice",
        "review-item"
      ],
      "description": "Ensure <iframe> and <frame> elements contain the axe-core script",
      "help": "Frames should be tested with axe-core",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-tested?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "frame-tested",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "The iframe still has to be tested with axe-core"
            }
          ],
          "none": [],
          "impact": "critical",
          "html": "<iframe title=\"reCAPTCHA\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-eshg40prvnfl\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-po...\" src=\"https://www.google.c...\">",
          "target": [
            "iframe[title=\"reCAPTCHA\"]"
          ],
          "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
        }
      ]
    }
  ],
  "violations": [
    {
      "id": "heading-order",
      "impact": "moderate",
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the order of headings is semantically correct",
      "help": "Heading levels should only increase by one",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/heading-order?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "heading-order",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Heading order invalid"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<h3>Verification</h3>",
          "target": [
            ".swpm-legend > h3"
          ],
          "failureSummary": "Fix any of the following:\n  Heading order invalid"
        }
      ]
    },
    {
      "id": "landmark-unique",
      "impact": "moderate",
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure landmarks are unique",
      "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-unique?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-unique",
              "data": {
                "role": "navigation",
                "accessibleText": null
              },
              "relatedNodes": [
                {
                  "html": "<nav id=\"footer-menu\" class=\"menu-footer-menu-container\">",
                  "target": [
                    "#footer-menu"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<nav id=\"top-menu\" class=\"menu-meta-menu-logged-out-container\">",
          "target": [
            ".top-links.wide > .menu-meta-menu-logged-out-container"
          ],
          "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
        }
      ]
    },
    {
      "id": "list",
      "impact": "serious",
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure that lists are structured correctly",
      "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/list?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "only-listitems",
              "data": {
                "values": "p"
              },
              "relatedNodes": [
                {
                  "html": "<p class=\"swpm-item swpm-item-submit swpm-edit-profile-submit-section\" id=\"item-swpm-8\">\n                <input type=\"submit\" name=\"swpm-fb-submit\" id=\"swpm-8\" value=\"Submit Request for Login\" class=\"swpm-submit \">\n                </p>",
                  "target": [
                    "#item-swpm-8"
                  ]
                }
              ],
              "impact": "serious",
              "message": "List element has direct children that are not allowed: p"
            }
          ],
          "impact": "serious",
          "html": "<ul class=\"swpm-section swpm-section-26\">",
          "target": [
            ".swpm-section-26"
          ],
          "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: p"
        }
      ]
    }
  ]
}