Accessibility digest

Synopsis
PageCandidate Tri Ta (R)
URLhttps://www.trita4assembly.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score759
Tested byTestaro, procedure ts27
Scored byTestilo, procedure tsp27
Digested byTestilo, procedure tdp27

Introduction

This is a digest of results from a battery of web accessibility tests.

Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Candidate Tri Ta (R) at https://www.trita4assembly.com/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.

The results were interpreted to yield an aggregate score of 759, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total759Sum of the component scores
issue669Severity and number of reported defects
tool76Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log14Browser warnings about the page
latency0Abnormal delay in page responses

Issue scores

The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).

Issue scores
IssueScore
attributeBad104
focusIndication68
parentBad64
textContrastAA60
linkIndication60
slashParseRisk32
hoverSurprise26
imageNoSource16
typeRedundant15
zIndexNotZero13
metaBad12
errorReferenceBad12
leadingClipsText12
linkForcesNewWindow12
hiddenContentRisk10
allCaps10
obsolete9
fontSmall9
targetSize9
contrastAAA8
skipRepeatedContent6
noHeading6
repeatedContentRisk5
formFieldNoText4
cssBansRotate4
controlNoText4
inputNoText4
svgImageNoText4
labelNoText4
figureNoText4
h1Multiple4
sectionHeadingless4
legendMissing4
scrollRisk3
linkWindowSurpriseRisk3
landmarkConfusion3
parseError3
boxSizeAbsolute3
horizontalScrolling3
focusableOperable3
labelEmpty3
headingLevelSkip2
contentBeyondLandmarks2
leadingInsufficient2
decorativeImageRisk2
headingStructure2
roleRedundant2
articleHeadingless2
duplicateAttribute2
mainNone2
textAlternativeRisk2
tabFocusability2
inconsistentStyles2
tabIndexPositive1
labelConfusionRisk1
noScriptRisk1

Itemized issues

The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.

Issue attributeBad

WCAG: 1.3.1

Score: 104

Complaints by nuVal

Rule ^Attribute .+ not allowed here.*$

Description: Attribute not allowed here

Count of instances: 4

Complaint specifics
Rule ^Attribute .+ is not serializable as XML 1\.0.*$

Description: Attribute is invalidly nonserializable

Count of instances: 4

Complaint specifics
Rule ^Attribute .+ not allowed on element .+ at this point.*$

Description: Attribute not allowed on this element

Count of instances: 10

Complaint specifics
Rule The itemprop attribute was specified, but the element is not a property of any item.

Description: itemprop attribute is on an element that is not a property of an item

Count of instances: 8

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 68

Complaints by qualWeb

Rule QW-ACT-R62

Description: Element in the sequential focus order has no visible focus

Count of instances: 17

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 64

Complaints by nuVal

Rule ^Element .+ not allowed as child of element .+ in this context.*$

Description: Element has an invalid parent

Count of instances: 16

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 60

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 15

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G18.Fail

Description: Contrast between the text and its background is less than 4.5:1

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule text_contrast_sufficient

Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight

Count of instances: 9

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 8

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 8

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 60

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 30

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 32

Complaints by nuVal

Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

Description: Void element has a useless trailing slash.

Count of instances: 32

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 26

Complaints by testaro

Rule hover

Description: Hovering is impossible or mis-indicated or changes content

Count of instances: 13

Complaint specifics

Issue imageNoSource

WCAG: 1.3.1

Score: 16

Complaints by nuVal

Rule Element img is missing required attribute src.

Description: img element has no src attribute

Count of instances: 4

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 15

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 14

Complaint specifics
Rule The type attribute for the style element is not needed and should be omitted.

Description: type attribute is unnecessary for a style element

Count of instances: 1

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 13

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 13

Complaint specifics

Issue metaBad

WCAG: 1.3.1

Score: 12

Complaints by nuVal

Rule A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.

Description: meta element with http-equiv="X-UA-Compatible" has no content="IE=edge"

Count of instances: 2

Complaint specifics
Rule ^Bad value .+ for attribute .+ on element meta.*$

Description: Attribute of a meta element has an invalid value

Count of instances: 2

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 12

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 3

Complaint specifics

Issue leadingClipsText

WCAG: 1.4.8

Score: 12

Complaints by tenon

Rule 144

Description: Line height is insufficent to properly display the computed font size

Count of instances: 3

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 12

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 4

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 10

Complaints by axe

Rule hidden-content

Description: Some content is hidden and therefore may not be testable for accessibility

Count of instances: 10

Complaint specifics

Issue allCaps

WCAG: 3.1.5

Score: 10

Complaints by tenon

Rule 153

Description: Long string of text is in all caps

Count of instances: 10

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 9

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 2

Complaint specifics

Complaints by nuVal

Rule ^The .+ attribute on the .+ element is obsolete.+$

Description: Attribute is obsolete on its element

Count of instances: 3

Complaint specifics

Issue fontSmall

WCAG: 1.4

Score: 9

Complaints by tenon

Rule 134

Description: Text is very small

Count of instances: 3

Complaint specifics

Complaints by wave

Rule text_small

Description: Text is very small

Count of instances: 1

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 9

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 3

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 8

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 8

Complaint specifics

Complaints by tenon

Rule 95

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 2

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-ACT-R75

Description: Blocks of repeated content cannot be bypassed

Count of instances: 1

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 6

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 2

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 5

Complaints by qualWeb

Rule QW-ACT-R73

Description: Block of repeated content is not collapsible

Count of instances: 1

Complaint specifics
Rule QW-ACT-R74

Description: Document has no instrument to move focus to non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-WCAG-T23

Description: No link at the top of the page that goes directly to the main content area

Count of instances: 1

Complaint specifics
Rule QW-BP17

Description: No link at the beginning of a block of repeated content goes to the end of the block

Count of instances: 2

Complaint specifics

Issue formFieldNoText

WCAG: 4.1.2

Score: 4

Complaints by alfa

Rule r8

Description: Form field has no accessible name

Count of instances: 1

Complaint specifics

Issue cssBansRotate

WCAG: 1.3.4

Score: 4

Complaints by axe

Rule css-orientation-lock

Description: CSS media query locks display orientation

Count of instances: 1

Complaint specifics

Issue controlNoText

WCAG: 4.1.2

Score: 4

Complaints by axe

Rule label

Description: Form element has no label

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule input_label_exists

Description: Element with the role of a form control has no associated label

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R16

Description: Form control has no accessible name

Count of instances: 1

Complaint specifics

Issue inputNoText

WCAG: 4.1.2

Score: 4

Complaints by continuum

Rule 118

Description: Text input element has no machanism allowing an accessible name to be calculated

Count of instances: 1

Complaint specifics

Issue svgImageNoText

WCAG: 1.1.1

Score: 4

Complaints by continuum

Rule 123

Description: svg element has no machanism allowing an accessible name to be calculated

Count of instances: 1

Complaint specifics

Issue labelNoText

WCAG: 1.3.1

Score: 4

Complaints by ibm

Rule label_content_exists

Description: label element has no descriptive text identifying the expected input

Count of instances: 1

Complaint specifics

Issue figureNoText

WCAG: 1.1.1

Score: 4

Complaints by ibm

Rule figure_label_exists

Description: figure element has no associated label

Count of instances: 1

Complaint specifics

Issue h1Multiple

WCAG: 1.3.1

Score: 4

Complaints by nuVal

Rule Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).

Description: Page contains more than 1 h1 element

Count of instances: 2

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 4

Complaints by nuVal

Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.

Description: section has no heading

Count of instances: 4

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue legendMissing

WCAG: 4.1.2

Score: 4

Complaints by qualWeb

Rule QW-WCAG-T3

Description: Description for a group of form controls using fieldset and legend elements is not provided

Count of instances: 2

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 3

Complaints by htmlcs

Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206

Description: Fixed-position element may force bidirectional scrolling

Count of instances: 3

Complaint specifics

Complaints by qualWeb

Rule QW-BP18

Description: Percentage is not used in CSS for a container size

Count of instances: 1

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 3

Complaints by htmlcs

Rule AAA.3_2_5.H83.3

Description: Link text may fail to indicate that the link will open in a new window

Count of instances: 3

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 3

Complaints by ibm

Rule aria_landmark_name_unique

Description: Multiple landmarks with the same parent region are not distinguished from one another

Count of instances: 1

Complaint specifics

Issue parseError

WCAG: 4.1

Score: 3

Complaints by nuVal

Rule End tag clippath did not match the name of the current open element (path).

Description: End tag clippath conflicts with the current open element.

Count of instances: 1

Complaint specifics

Issue boxSizeAbsolute

WCAG: 1.4.4

Score: 3

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 1

Complaint specifics

Issue horizontalScrolling

WCAG: 1.4.10

Score: 3

Complaints by tenon

Rule 28

Description: Layout or sizing of the page causes horizontal scrolling

Count of instances: 1

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 3

Complaints by testaro

Rule focOp

Description: Tab-focusable elements that are inoperable or operable elements that are not focusable

Count of instances: 1

Complaint specifics

Issue labelEmpty

WCAG: 1.3.1

Score: 3

Complaints by wave

Rule label_empty

Description: Empty form label

Count of instances: 1

Complaint specifics

Issue headingLevelSkip

WCAG: 1.3.1

Score: 2

Complaints by alfa

Rule r53

Description: Heading skips one or more levels

Count of instances: 1

Complaint specifics

Complaints by axe

Rule heading-order

Description: Heading levels do not increase by only one

Count of instances: 1

Complaint specifics

Complaints by wave

Rule heading_skipped

Description: Skipped heading level

Count of instances: 1

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 2

Complaints by alfa

Rule r57

Description: Perceivable text content is not included in any landmark

Count of instances: 1

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 2

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 1

Complaint specifics

Issue decorativeImageRisk

WCAG: 1.1.1

Score: 2

Complaints by htmlcs

Rule AAA.1_1_1.H67.2

Description: Image marked as decorative may be informative

Count of instances: 2

Complaint specifics

Issue headingStructure

WCAG: 1.3.1

Score: 2

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 1

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

Count of instances: 1

Complaint specifics

Issue roleRedundant

WCAG: 4.1.2

Score: 2

Complaints by ibm

Rule aria_role_redundant

Description: Explicitly assigned ARIA role is redundant with the implicit role of the element

Count of instances: 1

Complaint specifics

Complaints by nuVal

Rule ^The .+ role is unnecessary for element .+$

Description: explicit role is redundant for its element

Count of instances: 2

Complaint specifics

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 1

Complaint specifics

Issue articleHeadingless

WCAG: 1.3.1

Score: 2

Complaints by nuVal

Rule Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.

Description: article has no heading

Count of instances: 2

Complaint specifics

Issue duplicateAttribute

WCAG: 4.1.1

Score: 2

Complaints by nuVal

Rule ^Duplicate attribute.*$

Description: Source code of the element contains 2 or more of the same attribute

Count of instances: 1

Complaint specifics

Complaints by testaro

Rule dupAtt

Description: Source code of the element contains 2 or more of the same attribute

Count of instances: 1

Complaint specifics

Issue mainNone

WCAG: 1.3.6

Score: 2

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 2

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 2

Complaint specifics

Issue tabFocusability

WCAG: 2.1.1

Score: 2

Complaints by testaro

Rule focAll

Description: Discrepancy between elements that should be and that are Tab-focusable

Count of instances: 1

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 2

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 2

Complaint specifics

Issue tabIndexPositive

WCAG: 2.4.3

Score: 1

Complaints by axe

Rule tabindex

Description: Positive tabIndex risks creating a confusing focus order

Count of instances: 1

Complaint specifics

Complaints by wave

Rule tabindex

Description: tabIndex value positive

Count of instances: 1

Complaint specifics

Issue labelConfusionRisk

WCAG: 3.3.2

Score: 1

Complaints by qualWeb

Rule QW-WCAG-T17

Description: label not positioned to maximize the predictability of the relationship

Count of instances: 1

Complaint specifics

Issue noScriptRisk

WCAG: 4.1

Score: 1

Complaints by wave

Rule noscript

Description: noscript element may fail to contain an accessible equivalent or alternative

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD70-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687109803866,
      "endTime": 1687109804360
    },
    {
      "type": "url",
      "which": "https://www.trita4assembly.com/",
      "what": "Candidate Tri Ta (R)",
      "startTime": 1687109804360,
      "result": {
        "url": "https://www.trita4assembly.com/"
      },
      "endTime": 1687109805951
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687109805951,
      "url": "https://www.trita4assembly.com/",
      "endTime": 1687109807576
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687109807577,
      "url": "https://www.trita4assembly.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                1020223,
                1020223,
                1020223,
                1020223,
                1020223
              ],
              "localRatios": [
                1,
                1,
                1,
                1
              ],
              "meanLocalRatio": 1,
              "maxLocalRatio": 1,
              "globalRatio": 1,
              "pixelChanges": [
                0,
                0,
                0,
                0
              ],
              "meanPixelChange": 0,
              "maxPixelChange": 0,
              "changeFrequency": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687109821083
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687109821083,
      "endTime": 1687109821641
    },
    {
      "type": "url",
      "which": "https://www.trita4assembly.com/",
      "what": "Candidate Tri Ta (R)",
      "startTime": 1687109821641,
      "result": {
        "url": "https://www.trita4assembly.com/"
      },
      "endTime": 1687109822693
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687109822693,
      "url": "https://www.trita4assembly.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 4,
          "warnings": 0
        },
        "items": [
          {
            "index": 158,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3 style=\"text-align:center;white-space:pre-wrap;\">",
                "  Send me text updates!",
                "</h3>"
              ]
            }
          },
          {
            "index": 162,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "0"
              ]
            }
          },
          {
            "index": 336,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">",
                "  PAID FOR BY TRI TA FOR ASSEMBLY 2024",
                "</p>"
              ]
            }
          },
          {
            "index": 347,
            "verdict": "failed",
            "rule": {
              "ruleID": "r8",
              "ruleSummary": "Form fields have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r8",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]/input[1]",
              "codeLines": [
                "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          4
        ],
        "instances": [
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/h3[1]"
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> Send me text updates! </h3>"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]"
            },
            "excerpt": "0"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"> PAID FOR BY TRI TA FOR ASSEMBLY 2024 </p>"
          },
          {
            "ruleID": "r8",
            "what": "Form fields have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]/input[1]"
            },
            "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
          }
        ]
      },
      "endTime": 1687109826708
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687109826708,
      "url": "https://www.trita4assembly.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 54,
          "rulesPassed": 43,
          "rulesWarned": 3,
          "rulesViolated": 3,
          "warnings": {
            "minor": 10,
            "moderate": 0,
            "serious": 16,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 1,
            "serious": 1,
            "critical": 1
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-18T17:37:07.066Z",
          "url": "https://www.trita4assembly.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures 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.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "51.2pt (68.224px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>",
                  "target": [
                    "h1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n    Read His Bio\n  </a>",
                  "target": [
                    "#yui_3_17_2_1_1687109822245_95 > .sqs-block-button-element--medium.sqs-block-button-element[data-initialized=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "28.1pt (37.504px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>",
                  "target": [
                    "h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Name</span>",
                  "target": [
                    "#name-yui_3_17_2_1_1555014059115_8407 > legend > .pDrrGovH4WPE4ap28zXo > span:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.8pt (14.464px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"description required\">(required)</span>",
                  "target": [
                    "#name-yui_3_17_2_1_1555014059115_8407 > legend > .pDrrGovH4WPE4ap28zXo > .description.required"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.8pt (14.464px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"caption-text\">First Name</span>",
                  "target": [
                    ".first-name > label > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.8pt (14.464px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-fname-field\" name=\"fname\" type=\"text\" value=\"\">",
                  "target": [
                    "#name-yui_3_17_2_1_1555014059115_8407-fname-field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.8pt (14.464px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"caption-text\">Last Name</span>",
                  "target": [
                    ".last-name > label > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.8pt (14.464px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-lname-field\" name=\"lname\" type=\"text\" value=\"\">",
                  "target": [
                    "#name-yui_3_17_2_1_1555014059115_8407-lname-field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Phone</span>",
                  "target": [
                    "#phone-yui_3_17_2_1_1561411592099_24888 > legend > .pDrrGovH4WPE4ap28zXo > span:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.8pt (14.464px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"description required\">(required)</span>",
                  "target": [
                    "#phone-yui_3_17_2_1_1561411592099_24888 > legend > .pDrrGovH4WPE4ap28zXo > .description.required"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.8pt (14.464px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">",
                  "target": [
                    ".EPP7gUN4hvOdLcPLvYT2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Join\">",
                  "target": [
                    ".button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">\n    Donate\n  </a>",
                  "target": [
                    "#yui_3_17_2_1_1687109822245_109 > .sqs-block-button-element--medium.sqs-block-button-element[data-initialized=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">PAID FOR BY TRI TA FOR ASSEMBLY 2024</p>",
                  "target": [
                    "p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"floatingCart\" class=\"floating-cart hidden\">",
                  "target": [
                    "#floatingCart"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"header-burger\n\n  menu-overlay-has-visible-non-navigation-items\n\n\n  \n\" data-animation-role=\"header-element\">",
                  "target": [
                    ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>",
                  "target": [
                    ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .js-header-burger-close-title.visually-hidden[hidden=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"header-display-mobile\" data-content-field=\"site-title\">",
                  "target": [
                    ".header-display-mobile"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"header-burger\n\n  menu-overlay-has-visible-non-navigation-items\n\n\n  \n\" data-animation-role=\"header-element\">",
                  "target": [
                    ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>",
                  "target": [
                    ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .js-header-burger-close-title.visually-hidden[hidden=\"\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"header-menu header-menu--folder-list\n    \n    \n    \n    \n    \n    \" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e&quot;,\n&quot;buttonText&quot;: &quot;Donate&quot;,\n&quot;newWindow&quot;: true\n},\n&quot;showSocial&quot;: false,\n&quot;socialOptions&quot;: {\n&quot;socialBorderShape&quot;: &quot;none&quot;,\n&quot;socialBorderStyle&quot;: &quot;outline&quot;,\n&quot;socialBorderThickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n},\n&quot;menuOverlayAnimation&quot;: &quot;fade&quot;,\n&quot;cartStyle&quot;: &quot;cart&quot;,\n&quot;cartText&quot;: &quot;Cart&quot;,\n&quot;showEmptyCartState&quot;: true,\n&quot;cartOptions&quot;: {\n&quot;iconType&quot;: &quot;solid-7&quot;,\n&quot;cartBorderShape&quot;: &quot;none&quot;,\n&quot;cartBorderStyle&quot;: &quot;outline&quot;,\n&quot;cartBorderThickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n},\n&quot;showButton&quot;: true,\n&quot;showCart&quot;: false,\n&quot;showAccountLogin&quot;: true,\n&quot;headerStyle&quot;: &quot;solid&quot;,\n&quot;languagePicker&quot;: {\n&quot;enabled&quot;: false,\n&quot;iconEnabled&quot;: false,\n&quot;iconType&quot;: &quot;globe&quot;,\n&quot;flagShape&quot;: &quot;shiny&quot;,\n&quot;languageFlags&quot;: [ ]\n},\n&quot;mobileOptions&quot;: {\n&quot;layout&quot;: &quot;logoLeftNavRight&quot;,\n&quot;menuIcon&quot;: &quot;doubleLineHamburger&quot;,\n&quot;menuIconOptions&quot;: {\n&quot;style&quot;: &quot;doubleLineHamburger&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n}\n},\n&quot;dynamicOptions&quot;: {\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n}\n},\n&quot;solidOptions&quot;: {\n&quot;headerOpacity&quot;: {\n&quot;unit&quot;: &quot;%&quot;,\n&quot;value&quot;: 100.0\n},\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n},\n&quot;dropShadow&quot;: {\n&quot;enabled&quot;: false,\n&quot;blur&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 30.0\n},\n&quot;spread&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n},\n&quot;distance&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n}\n},\n&quot;blurBackground&quot;: {\n&quot;enabled&quot;: false,\n&quot;blurRadius&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 12.0\n}\n}\n},\n&quot;gradientOptions&quot;: {\n&quot;gradientType&quot;: &quot;faded&quot;,\n&quot;headerOpacity&quot;: {\n&quot;unit&quot;: &quot;%&quot;,\n&quot;value&quot;: 90.0\n},\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n},\n&quot;dropShadow&quot;: {\n&quot;enabled&quot;: false,\n&quot;blur&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 30.0\n},\n&quot;spread&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n},\n&quot;distance&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n}\n},\n&quot;blurBackground&quot;: {\n&quot;enabled&quot;: false,\n&quot;blurRadius&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 12.0\n}\n}\n},\n&quot;showPromotedElement&quot;: false\n}\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 163.578px;\">",
                  "target": [
                    ".header-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\">",
                  "target": [
                    ".thumb-image"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"background-pause-button\" aria-label=\"Pause Background\"></button>",
                  "target": [
                    "button[aria-label=\"Pause Background\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"background-pause-button paused\" aria-label=\"Play Background\"></button>",
                  "target": [
                    ".paused"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "css-orientation-lock",
              "impact": "serious",
              "tags": [
                "cat.structure",
                "wcag134",
                "wcag21aa",
                "experimental"
              ],
              "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",
              "help": "CSS Media queries must not lock display orientation",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "css-orientation-lock",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "CSS Orientation lock cannot be determined"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i7-active wf-franklingothicurw-i5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109822245_77\">",
                  "target": [
                    "#yui_3_17_2_1_1687109822245_77"
                  ],
                  "failureSummary": "Fix all of the following:\n  CSS Orientation lock cannot be determined"
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>",
                  "target": [
                    "h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "label",
              "impact": "critical",
              "tags": [
                "cat.forms",
                "wcag2a",
                "wcag412",
                "section508",
                "section508.22.n",
                "ACT",
                "TTv5",
                "TT5.c"
              ],
              "description": "Ensures every form element has a label",
              "help": "Form elements must have labels",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/label?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "implicit-label",
                      "data": {
                        "implicitLabel": ""
                      },
                      "relatedNodes": [
                        {
                          "html": "<label class=\"LvAkJ9xQ71AovsTYPLTr caption\"><div class=\"MfnwQy4_XQLiRazGqdSh\"><div class=\"jIeelEX_Jazwo5nA7MN4\"></div></div><input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\"></label>",
                          "target": [
                            ".EEMfEixsuO1vg4NCa5hi > .field[data-dynamic-strings=\"\"] > label"
                          ]
                        }
                      ],
                      "impact": "critical",
                      "message": "Form element does not have an implicit (wrapped) <label>"
                    },
                    {
                      "id": "explicit-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Form element does not have an explicit <label>"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "non-empty-placeholder",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no placeholder attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">",
                  "target": [
                    ".EPP7gUN4hvOdLcPLvYT2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Form element does not have an implicit (wrapped) <label>\n  Form element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            },
            {
              "id": "tabindex",
              "impact": "serious",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures tabindex attribute values are not greater than 0",
              "help": "Elements should not have tabindex greater than zero",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/tabindex?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n      Skip to Content\n    </a>",
                  "target": [
                    ".header-skip-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          10,
          16,
          1,
          2
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h1"
            },
            "excerpt": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#yui_3_17_2_1_1687109822245_95 > .sqs-block-button-element--medium.sqs-block-button-element[data-initialized=\"true\"]"
            },
            "excerpt": "<a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Read His Bio </a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h3"
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#name-yui_3_17_2_1_1555014059115_8407 > legend > .pDrrGovH4WPE4ap28zXo > span:nth-child(1)"
            },
            "excerpt": "<span>Name</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#name-yui_3_17_2_1_1555014059115_8407 > legend > .pDrrGovH4WPE4ap28zXo > .description.required"
            },
            "excerpt": "<span class=\"description required\">(required)</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".first-name > label > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text"
            },
            "excerpt": "<span class=\"caption-text\">First Name</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "name-yui_3_17_2_1_1555014059115_8407-fname-field",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#name-yui_3_17_2_1_1555014059115_8407-fname-field"
            },
            "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-fname-field\" name=\"fname\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".last-name > label > .MfnwQy4_XQLiRazGqdSh > .jIeelEX_Jazwo5nA7MN4 > .caption-text"
            },
            "excerpt": "<span class=\"caption-text\">Last Name</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "name-yui_3_17_2_1_1555014059115_8407-lname-field",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#name-yui_3_17_2_1_1555014059115_8407-lname-field"
            },
            "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-lname-field\" name=\"lname\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#phone-yui_3_17_2_1_1561411592099_24888 > legend > .pDrrGovH4WPE4ap28zXo > span:nth-child(1)"
            },
            "excerpt": "<span>Phone</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#phone-yui_3_17_2_1_1561411592099_24888 > legend > .pDrrGovH4WPE4ap28zXo > .description.required"
            },
            "excerpt": "<span class=\"description required\">(required)</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".EPP7gUN4hvOdLcPLvYT2"
            },
            "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".button"
            },
            "excerpt": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Join\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#yui_3_17_2_1_1687109822245_109 > .sqs-block-button-element--medium.sqs-block-button-element[data-initialized=\"true\"]"
            },
            "excerpt": "<a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"> Donate </a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "p"
            },
            "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">PAID FOR BY TRI TA FOR ASSEMBLY 2024</p>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "floatingCart",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#floatingCart"
            },
            "excerpt": "<div id=\"floatingCart\" class=\"floating-cart hidden\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]"
            },
            "excerpt": "<div class=\"header-burger menu-overlay-has-visible-non-navigation-items \" data-animation-role=\"header-element\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .js-header-burger-close-title.visually-hidden[hidden=\"\"]"
            },
            "excerpt": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-display-mobile"
            },
            "excerpt": "<div class=\"header-display-mobile\" data-content-field=\"site-title\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]"
            },
            "excerpt": "<div class=\"header-burger menu-overlay-has-visible-non-navigation-items \" data-animation-role=\"header-element\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > .header-burger-btn.burger[data-test=\"header-burger\"] > .js-header-burger-close-title.visually-hidden[hidden=\"\"]"
            },
            "excerpt": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-menu"
            },
            "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&quot;: &quot;https://secure.anedot.com/tri-ta-for-a ... px&quot;, &quot;value&quot;: 12.0 } } }, &quot;showPromotedElement&quot;: false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 163.578px;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".thumb-image"
            },
            "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squarespace-cd ... 7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[aria-label=\"Pause Background\"]"
            },
            "excerpt": "<button class=\"background-pause-button\" aria-label=\"Pause Background\"></button>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".paused"
            },
            "excerpt": "<button class=\"background-pause-button paused\" aria-label=\"Play Background\"></button>"
          },
          {
            "ruleID": "css-orientation-lock",
            "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109822245_77",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#yui_3_17_2_1_1687109822245_77"
            },
            "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothic ... transforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i7-active wf-franklingothicurw-i5-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109822245_77\">"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h3"
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>"
          },
          {
            "ruleID": "label",
            "what": "Form elements must have labels; Form element does not have an implicit (wrapped) <label>; Form element does not have an explicit <label>; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element has no placeholder attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".EPP7gUN4hvOdLcPLvYT2"
            },
            "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "tabindex",
            "what": "Elements should not have tabindex greater than zero; Element has a tabindex greater than 0",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".header-skip-link"
            },
            "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>"
          }
        ]
      },
      "endTime": 1687109827098
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687109827098,
      "endTime": 1687109827582
    },
    {
      "type": "url",
      "which": "https://www.trita4assembly.com/",
      "what": "Candidate Tri Ta (R)",
      "startTime": 1687109827582,
      "result": {
        "url": "https://www.trita4assembly.com/"
      },
      "endTime": 1687109828645
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687109828645,
      "url": "https://www.trita4assembly.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 118,
          "bestPracticeId": 338,
          "attribute": "This input (type=text) element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This input (type=text) element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<input value=\"\" type=\"text\" aria-invalid=\"false\" class=\"EPP7gUN4hvOdLcPLvYT2\" autocomplete=\"tel-national\" inputmode=\"numeric\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "input[inputmode=\"numeric\"][autocomplete=\"tel-national\"][class=\"EPP7gUN4hvOdLcPLvYT2\"][aria-invalid=\"false\"][type=\"text\"][value=\"\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg height=\"0\" width=\"0\" data-image-mask-id=\"yui_3_17_2_1_1642638411234_2881\"><defs><clippath clippathunits=\"objectBoundingBox\" id=\"yui_3_17_2_1_1642638411234_2881\"><path d=\"M0,0.5 A0.5 0.5, 0 0 1, 1 ... 234_2881\"><defs><clippath clippathunits=\"objectBoundingBox\" id=\"yui_3_17_2_1_1642638411234_2881\"><path d=\"M0,0.5 A0.5 0.5, 0 0 1, 1 0.5 M1,0.5 A0.5 0.5, 0 0 1, 0 0.5 Z\"></path></clippath></defs></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[data-image-mask-id=\"yui_3_17_2_1_1642638411234_2881\"][width=\"0\"][height=\"0\"]",
            "attNo": 3
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          2
        ],
        "instances": [
          {
            "ruleID": "118",
            "what": "This input (type=text) element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<input value=\"\" type=\"text\" aria-invalid=\"false\" class=\"EPP7gUN4hvOdLcPLvYT2\" autocomplete=\"tel-national\" inputmode=\"numeric\">"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg height=\"0\" width=\"0\" data-image-mask-id=\"yui_3_17_2_1_1642638411234_2881\"><defs><clippath clippathunits=\"objectBoundingBox\" id=\"yui_3_17_2_1_1642638411234_2881\"><path d=\"M0,0.5 A0.5 0.5, 0 0 1, 1 ... 234_2881\"><defs><clippath clippathunits=\"objectBoundingBox\" id=\"yui_3_17_2_1_1642638411234_2881\"><path d=\"M0,0.5 A0.5 0.5, 0 0 1, 1 0.5 M1,0.5 A0.5 0.5, 0 0 1, 0 0.5 Z\"></path></clippath></defs></svg>"
          }
        ]
      },
      "endTime": 1687109828840
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687109828841,
      "endTime": 1687109829319
    },
    {
      "type": "url",
      "which": "https://www.trita4assembly.com/",
      "what": "Candidate Tri Ta (R)",
      "startTime": 1687109829320,
      "result": {
        "url": "https://www.trita4assembly.com/"
      },
      "endTime": 1687109830379
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687109830379,
      "url": "https://www.trita4assembly.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.": [
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 style=\"text-align:center;white-space:pre-wrap;\">...</h3>"
              }
            ]
          },
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.63:1. Recommendation:  change background to #005f85.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.03:1. Recommendation:  change background to #555a5b.": [
              {
                "tagName": "noscript",
                "id": "",
                "code": "<noscript>...</noscript>"
              }
            ]
          },
          "AAA.1_4_6.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.03:1. Recommendation:  change background to #727778.": [
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1 style=\"text-align:center;white-space:pre-wrap;\">...</h1>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 style=\"text-align:center;white-space:pre-wrap;\">...</h3>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image-dimensions=\"5312x2988\" data-image-focal-point=\"0.5494590417310664,0.3760470058757345\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 54.9459% 37.6047%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\">"
              }
            ]
          },
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "div",
                "id": "#floatingCart",
                "code": "<div id=\"floatingCart\" class=\"floating-cart hidden\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"header-menu header-menu--folder-list\n    \n    \n    \n    \n    \n    \" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e&quot;,\n&quot;buttonText&quot;: &quot;Donate&quot;,\n&quot;newWindow&quot;: true\n},\n&quot;showSocial&quot;: false,\n&quot;socialOptions&quot;: {\n&quot;socialBorderShape&quot;: &quot;none&quot;,\n&quot;socialBorderStyle&quot;: &quot;outline&quot;,\n&quot;socialBorderThickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n},\n&quot;menuOverlayAnimation&quot;: &quot;fade&quot;,\n&quot;cartStyle&quot;: &quot;cart&quot;,\n&quot;cartText&quot;: &quot;Cart&quot;,\n&quot;showEmptyCartState&quot;: true,\n&quot;cartOptions&quot;: {\n&quot;iconType&quot;: &quot;solid-7&quot;,\n&quot;cartBorderShape&quot;: &quot;none&quot;,\n&quot;cartBorderStyle&quot;: &quot;outline&quot;,\n&quot;cartBorderThickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n},\n&quot;showButton&quot;: true,\n&quot;showCart&quot;: false,\n&quot;showAccountLogin&quot;: true,\n&quot;headerStyle&quot;: &quot;solid&quot;,\n&quot;languagePicker&quot;: {\n&quot;enabled&quot;: false,\n&quot;iconEnabled&quot;: false,\n&quot;iconType&quot;: &quot;globe&quot;,\n&quot;flagShape&quot;: &quot;shiny&quot;,\n&quot;languageFlags&quot;: [ ]\n},\n&quot;mobileOptions&quot;: {\n&quot;layout&quot;: &quot;logoLeftNavRight&quot;,\n&quot;menuIcon&quot;: &quot;doubleLineHamburger&quot;,\n&quot;menuIconOptions&quot;: {\n&quot;style&quot;: &quot;doubleLineHamburger&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n}\n},\n&quot;dynamicOptions&quot;: {\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n}\n},\n&quot;solidOptions&quot;: {\n&quot;headerOpacity&quot;: {\n&quot;unit&quot;: &quot;%&quot;,\n&quot;value&quot;: 100.0\n},\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n},\n&quot;dropShadow&quot;: {\n&quot;enabled&quot;: false,\n&quot;blur&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 30.0\n},\n&quot;spread&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n},\n&quot;distance&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n}\n},\n&quot;blurBackground&quot;: {\n&quot;enabled&quot;: false,\n&quot;blurRadius&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 12.0\n}\n}\n},\n&quot;gradientOptions&quot;: {\n&quot;gradientType&quot;: &quot;faded&quot;,\n&quot;headerOpacity&quot;: {\n&quot;unit&quot;: &quot;%&quot;,\n&quot;value&quot;: 90.0\n},\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n},\n&quot;dropShadow&quot;: {\n&quot;enabled&quot;: false,\n&quot;blur&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 30.0\n},\n&quot;spread&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n},\n&quot;distance&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n}\n},\n&quot;blurBackground&quot;: {\n&quot;enabled&quot;: false,\n&quot;blurRadius&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 12.0\n}\n}\n},\n&quot;showPromotedElement&quot;: false\n}\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 163.578px;\">...</div>"
              },
              {
                "tagName": "header",
                "id": "#header",
                "code": "<header data-test=\"header\" id=\"header\" class=\"\n    \n      \n    \n    header theme-col--primary\n  \" data-controller=\"Header\" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e&quot;,\n&quot;buttonText&quot;: &quot;Donate&quot;,\n&quot;newWindow&quot;: true\n},\n&quot;showSocial&quot;: false,\n&quot;socialOptions&quot;: {\n&quot;socialBorderShape&quot;: &quot;none&quot;,\n&quot;socialBorderStyle&quot;: &quot;outline&quot;,\n&quot;socialBorderThickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n},\n&quot;menuOverlayAnimation&quot;: &quot;fade&quot;,\n&quot;cartStyle&quot;: &quot;cart&quot;,\n&quot;cartText&quot;: &quot;Cart&quot;,\n&quot;showEmptyCartState&quot;: true,\n&quot;cartOptions&quot;: {\n&quot;iconType&quot;: &quot;solid-7&quot;,\n&quot;cartBorderShape&quot;: &quot;none&quot;,\n&quot;cartBorderStyle&quot;: &quot;outline&quot;,\n&quot;cartBorderThickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n},\n&quot;showButton&quot;: true,\n&quot;showCart&quot;: false,\n&quot;showAccountLogin&quot;: true,\n&quot;headerStyle&quot;: &quot;solid&quot;,\n&quot;languagePicker&quot;: {\n&quot;enabled&quot;: false,\n&quot;iconEnabled&quot;: false,\n&quot;iconType&quot;: &quot;globe&quot;,\n&quot;flagShape&quot;: &quot;shiny&quot;,\n&quot;languageFlags&quot;: [ ]\n},\n&quot;mobileOptions&quot;: {\n&quot;layout&quot;: &quot;logoLeftNavRight&quot;,\n&quot;menuIcon&quot;: &quot;doubleLineHamburger&quot;,\n&quot;menuIconOptions&quot;: {\n&quot;style&quot;: &quot;doubleLineHamburger&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 1.0\n}\n}\n},\n&quot;dynamicOptions&quot;: {\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n}\n},\n&quot;solidOptions&quot;: {\n&quot;headerOpacity&quot;: {\n&quot;unit&quot;: &quot;%&quot;,\n&quot;value&quot;: 100.0\n},\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n},\n&quot;dropShadow&quot;: {\n&quot;enabled&quot;: false,\n&quot;blur&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 30.0\n},\n&quot;spread&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n},\n&quot;distance&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n}\n},\n&quot;blurBackground&quot;: {\n&quot;enabled&quot;: false,\n&quot;blurRadius&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 12.0\n}\n}\n},\n&quot;gradientOptions&quot;: {\n&quot;gradientType&quot;: &quot;faded&quot;,\n&quot;headerOpacity&quot;: {\n&quot;unit&quot;: &quot;%&quot;,\n&quot;value&quot;: 90.0\n},\n&quot;border&quot;: {\n&quot;enabled&quot;: false,\n&quot;position&quot;: &quot;allSides&quot;,\n&quot;thickness&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 4.0\n}\n},\n&quot;dropShadow&quot;: {\n&quot;enabled&quot;: false,\n&quot;blur&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 30.0\n},\n&quot;spread&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n},\n&quot;distance&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 0.0\n}\n},\n&quot;blurBackground&quot;: {\n&quot;enabled&quot;: false,\n&quot;blurRadius&quot;: {\n&quot;unit&quot;: &quot;px&quot;,\n&quot;value&quot;: 12.0\n}\n}\n},\n&quot;showPromotedElement&quot;: false\n}\" data-section-id=\"header\" data-header-theme=\"\" data-menu-overlay-theme=\"\" data-header-style=\"solid\" data-language-picker=\"{\n&quot;enabled&quot;: false,\n&quot;iconEnabled&quot;: false,\n&quot;iconType&quot;: &quot;globe&quot;,\n&quot;flagShape&quot;: &quot;shiny&quot;,\n&quot;languageFlags&quot;: [ ]\n}\" data-first-focusable-element=\"\" tabindex=\"-1\" data-controllers-bound=\"Header\">...</header>"
              }
            ]
          },
          "AAA.3_2_5.H83.3": {
            "Check that this link's link text contains information indicating that the link will open in a new window.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          8,
          0,
          0,
          5
        ],
        "instances": [
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/cont ... classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 54.9459% 37.6047%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squarespace-cd ... 7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\">"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "floatingCart",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"floatingCart\" class=\"floating-cart hidden\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&quot;: &quot;https://secure.anedot.com/tri-ta-for-a ...  &quot;value&quot;: 12.0 } } }, &quot;showPromotedElement&quot;: false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 163.578px;\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<header data-test=\"header\" id=\"header\" class=\" header theme-col--primary \" data-controller=\"Header\" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&qu ... conType&quot;: &quot;globe&quot;, &quot;flagShape&quot;: &quot;shiny&quot;, &quot;languageFlags&quot;: [ ] }\" data-first-focusable-element=\"\" tabindex=\"-1\" data-controllers-bound=\"Header\">...</header>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">...</h3>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.63:1. Recommendation:  change background to #005f85.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.03:1. Recommendation:  change background to #555a5b.",
            "ordinalSeverity": 3,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<noscript>...</noscript>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.03:1. Recommendation:  change background to #727778.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h1 style=\"text-align:center;white-space:pre-wrap;\">...</h1>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.03:1. Recommendation:  change background to #727778.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">...</h3>"
          }
        ]
      },
      "endTime": 1687109830519
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687109830519,
      "endTime": 1687109830999
    },
    {
      "type": "url",
      "which": "https://www.trita4assembly.com/",
      "what": "Candidate Tri Ta (R)",
      "startTime": 1687109830999,
      "result": {
        "url": "https://www.trita4assembly.com/"
      },
      "endTime": 1687109832218
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687109832218,
      "url": "https://www.trita4assembly.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 12,
          "recommendation": 4,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/legend[1]/div[1]/span[2]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[2]"
            },
            "message": "Text contrast of 1.02 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "bounds": {
              "left": 264,
              "top": 1303,
              "height": 16,
              "width": 63
            },
            "snippet": "<span class=\"description required\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/legend[1]/div[1]/span[1]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[2]"
            },
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "bounds": {
              "left": 212,
              "top": 1297,
              "height": 26,
              "width": 44
            },
            "snippet": "<span>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/legend[1]/div[1]/span[2]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[1]"
            },
            "message": "Text contrast of 1.02 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "bounds": {
              "left": 262,
              "top": 1185,
              "height": 16,
              "width": 63
            },
            "snippet": "<span class=\"description required\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/legend[1]/div[1]/span[1]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[1]"
            },
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "bounds": {
              "left": 212,
              "top": 1180,
              "height": 26,
              "width": 42
            },
            "snippet": "<span>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[2]/label[1]/div[1]/div[1]/span[1]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[1]"
            },
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "bounds": {
              "left": 405,
              "top": 1209,
              "height": 25,
              "width": 70
            },
            "snippet": "<span class=\"caption-text\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[1]/label[1]/div[1]/div[1]/span[1]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[1]"
            },
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "bounds": {
              "left": 212,
              "top": 1209,
              "height": 25,
              "width": 71
            },
            "snippet": "<span class=\"caption-text\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/h3[1]",
              "aria": "/document[1]/main[1]/article[1]/heading[2]"
            },
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 29.44px and weight of 700",
            "bounds": {
              "left": 212,
              "top": 1107,
              "height": 39,
              "width": 376
            },
            "snippet": "<h3 style=\"text-align:center;white-space:pre-wrap;\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/article[1]/link[1]"
            },
            "message": "Text contrast of 2.63 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "bounds": {
              "left": 319,
              "top": 496,
              "height": 64,
              "width": 163
            },
            "snippet": "<a data-initialized=\"true\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" href=\"/about-tri\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/main[1]/article[1]/heading[1]"
            },
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 48.64px and weight of 700",
            "bounds": {
              "left": 118,
              "top": 403,
              "height": 59,
              "width": 564
            },
            "snippet": "<h1 style=\"text-align:center;white-space:pre-wrap;\">",
            "level": "violation"
          },
          {
            "ruleId": "label_content_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[2]"
            },
            "message": "The <label> element does not have descriptive text that identifies the expected input",
            "bounds": {
              "left": 212,
              "top": 1341,
              "height": 19,
              "width": 376
            },
            "snippet": "<label class=\"LvAkJ9xQ71AovsTYPLTr caption\">",
            "level": "violation"
          },
          {
            "ruleId": "input_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]/input[1]",
              "aria": "/document[1]/main[1]/article[1]/form[1]/group[2]/textbox[1]"
            },
            "message": "Form control element <input> has no associated label",
            "bounds": {
              "left": 212,
              "top": 1327,
              "height": 46,
              "width": 376
            },
            "snippet": "<input value=\"\" type=\"text\" aria-invalid=\"false\" class=\"EPP7gUN4hvOdLcPLvYT2\" autocomplete=\"tel-national\" inputmode=\"numeric\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[1]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 60,
              "top": 10,
              "height": 68,
              "width": 557
            },
            "snippet": "<nav class=\"header-nav-list\">",
            "level": "violation"
          },
          {
            "ruleId": "figure_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/figure[1]",
              "aria": "/document[1]/main[1]/article[1]/figure[1]"
            },
            "message": "The <figure> element does not have an associated label",
            "bounds": {
              "left": 281,
              "top": 850,
              "height": 240,
              "width": 240
            },
            "snippet": "<figure id=\"yui_3_17_2_1_1687109831598_67\" style=\"max-width:2928px;\" class=\"\n              sqs-block-image-figure\n              intrinsic\n            \">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[4]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" http-equiv=\"Accept-CH\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[1]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"IE=edge,chrome=1\" http-equiv=\"X-UA-Compatible\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/main[1]",
              "aria": "/document[1]/main[1]"
            },
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 1498,
              "width": 800
            },
            "snippet": "<main role=\"main\" class=\"container\" id=\"page\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          4,
          0,
          12
        ],
        "instances": [
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.02 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/legend[1]/div[1]/span[2]"
            },
            "excerpt": "<span class=\"description required\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/legend[1]/div[1]/span[1]"
            },
            "excerpt": "<span>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.02 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/legend[1]/div[1]/span[2]"
            },
            "excerpt": "<span class=\"description required\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/legend[1]/div[1]/span[1]"
            },
            "excerpt": "<span>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[2]/label[1]/div[1]/div[1]/span[1]"
            },
            "excerpt": "<span class=\"caption-text\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[1]/div[1]/label[1]/div[1]/div[1]/span[1]"
            },
            "excerpt": "<span class=\"caption-text\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 29.44px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/h3[1]"
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 2.63 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-initialized=\"true\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" href=\"/about-tri\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 48.64px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 style=\"text-align:center;white-space:pre-wrap;\">"
          },
          {
            "ruleID": "label_content_exists",
            "what": "The <label> element does not have descriptive text that identifies the expected input",
            "ordinalSeverity": 3,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]"
            },
            "excerpt": "<label class=\"LvAkJ9xQ71AovsTYPLTr caption\">"
          },
          {
            "ruleID": "input_label_exists",
            "what": "Form control element <input> has no associated label",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[2]/fieldset[2]/div[1]/div[1]/label[1]/input[1]"
            },
            "excerpt": "<input value=\"\" type=\"text\" aria-invalid=\"false\" class=\"EPP7gUN4hvOdLcPLvYT2\" autocomplete=\"tel-national\" inputmode=\"numeric\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/nav[1]"
            },
            "excerpt": "<nav class=\"header-nav-list\">"
          },
          {
            "ruleID": "figure_label_exists",
            "what": "The <figure> element does not have an associated label",
            "ordinalSeverity": 1,
            "tagName": "FIGURE",
            "id": "yui_3_17_2_1_1687109831598_67",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/figure[1]"
            },
            "excerpt": "<figure id=\"yui_3_17_2_1_1687109831598_67\" style=\"max-width:2928px;\" class=\" sqs-block-image-figure intrinsic \">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[4]"
            },
            "excerpt": "<meta content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" http-equiv=\"Accept-CH\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[1]"
            },
            "excerpt": "<meta content=\"IE=edge,chrome=1\" http-equiv=\"X-UA-Compatible\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "page",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/main[1]"
            },
            "excerpt": "<main role=\"main\" class=\"container\" id=\"page\">"
          }
        ]
      },
      "endTime": 1687109834594
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687109834594,
      "endTime": 1687109835110
    },
    {
      "type": "url",
      "which": "https://www.trita4assembly.com/",
      "what": "Candidate Tri Ta (R)",
      "startTime": 1687109835110,
      "result": {
        "url": "https://www.trita4assembly.com/"
      },
      "endTime": 1687109836116
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687109836117,
      "url": "https://www.trita4assembly.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 1,
              "lastColumn": 670,
              "firstColumn": 16,
              "message": "Attribute xmlns:og not allowed here.",
              "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loading wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>",
              "hiliteStart": 10,
              "hiliteLength": 655
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 670,
              "firstColumn": 16,
              "subType": "warning",
              "message": "Attribute with the local name xmlns:og is not serializable as XML 1.0.",
              "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loading wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>",
              "hiliteStart": 10,
              "hiliteLength": 655
            },
            {
              "type": "error",
              "lastLine": 1,
              "lastColumn": 670,
              "firstColumn": 16,
              "message": "Attribute xmlns:fb not allowed here.",
              "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loading wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>",
              "hiliteStart": 10,
              "hiliteLength": 655
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 670,
              "firstColumn": 16,
              "subType": "warning",
              "message": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.",
              "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loading wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>",
              "hiliteStart": 10,
              "hiliteLength": 655
            },
            {
              "type": "error",
              "lastLine": 2,
              "lastColumn": 66,
              "firstColumn": 5,
              "message": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.",
              "extract": "head>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "error",
              "lastLine": 8,
              "lastColumn": 83,
              "firstColumn": 1,
              "message": "Bad value Accept-CH for attribute http-equiv on element meta.",
              "extract": "y</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\"><li",
              "hiliteStart": 10,
              "hiliteLength": 83
            },
            {
              "type": "info",
              "lastLine": 28,
              "lastColumn": 752,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "cdn.com\">\n<script type=\"text/javascript\" src=\"//use.typekit.net/ik/ja1GchZn0euuVFrjJkkauAkm7PCRu3PwAF3jFHEjc4wfe0I2fFHN4UJLFRbh52jhWDjUZ2JkFhmKZ28qjQSowQJDFDJUZcj35snUMKG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdP37O1sk-WsyO1FUiABkZWF3jAF8OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUCdhFydeyzSabCSaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUXSc8XjPoDSWmyScmDSeBRZPoRdhXCiY4TieIXjWFDZAuKdYq0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80Zko0ZWbCiaiaOcBDOcu8OYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoXSc8XjPoDSWmyScmDSeBRZPoRdhXCiaiaO1sk-WsyFeBDShmljcUoOcFzdPJQZ14ydclC-AtlZhNX-e8ROWmkikG4fVBRIMMjgPMfH6qJvcwbMg6YJMJ7fbRujUMMeMv6MKG4fVZRIMMjIPMfqMYQ8-56g6.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 752
            },
            {
              "type": "info",
              "lastLine": 29,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "</script>\n<style type=\"text/css\">@font-",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 29,
              "lastColumn": 1846,
              "firstColumn": 1816,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": ";}</style><script type=\"text/javascript\">try{Ty",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 30,
              "lastColumn": 150,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 150
            },
            {
              "type": "info",
              "lastLine": 31,
              "lastColumn": 130,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 32,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">SQUARE",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 62,
              "lastColumn": 178,
              "firstColumn": 9,
              "subType": "warning",
              "message": "The charset attribute on the script element is obsolete.",
              "extract": "}\n</style><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-52429\" src=\"https://assets.squarespace.com/universal/scripts-compressed/52429-93d9212eb3492139111dd-min.en-US.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 170
            },
            {
              "type": "info",
              "lastLine": 62,
              "lastColumn": 357,
              "firstColumn": 188,
              "subType": "warning",
              "message": "The charset attribute on the script element is obsolete.",
              "extract": "></script><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-40328\" src=\"https://assets.squarespace.com/universal/scripts-compressed/40328-c9c0bfcfc5c6f14decf70-min.en-US.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 170
            },
            {
              "type": "info",
              "lastLine": 62,
              "lastColumn": 713,
              "firstColumn": 530,
              "subType": "warning",
              "message": "The charset attribute on the script element is obsolete.",
              "extract": "n-US.css\"><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-37737\" src=\"https://assets.squarespace.com/universal/scripts-compressed/async-visitor-forms-ad20e59a9520518569fe6-min.en-US.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 184
            },
            {
              "type": "error",
              "lastLine": 93,
              "lastColumn": 58,
              "firstColumn": 15,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "          <div class=\"legacy-cart icon-cart-quantity\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "error",
              "lastLine": 270,
              "lastColumn": 7,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "a>\n    \n\n\n<style>\n    @",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 533,
              "lastColumn": 7,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "       \n\n\n<style>\n  .to",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 552,
              "lastColumn": 28,
              "firstColumn": 5,
              "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
              "extract": "span>\n    <div class=\"burger-box\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "error",
              "lastLine": 745,
              "lastColumn": 7,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "       \n\n\n<style>\n  .to",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 764,
              "lastColumn": 28,
              "firstColumn": 5,
              "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
              "extract": "span>\n    <div class=\"burger-box\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "info",
              "lastLine": 1007,
              "lastColumn": 52,
              "firstColumn": 7,
              "subType": "warning",
              "message": "The main role is unnecessary for element main.",
              "extract": ">\n\n\n      <main id=\"page\" class=\"container\" role=\"main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 46
            },
            {
              "type": "error",
              "lastLine": 1200,
              "lastColumn": 1695,
              "firstColumn": 3,
              "message": "Element img is missing required attribute src.",
              "extract": "\n\n  \n  \n  <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image-dimensions=\"5312x2988\" data-image-focal-point=\"0.5494590417310664,0.3760470058757345\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 54.9459% 37.6047%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\">\n\n\n\n\n ",
              "hiliteStart": 10,
              "hiliteLength": 1693
            },
            {
              "type": "info",
              "lastLine": 1227,
              "lastColumn": 54,
              "firstColumn": 3,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "ntent\">\n  <h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta",
              "hiliteStart": 10,
              "hiliteLength": 52
            },
            {
              "type": "error",
              "lastLine": 1319,
              "lastColumn": 43,
              "firstColumn": 37,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "ne=\"true\"><style>.fe-63",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "info",
              "lastLine": 1299,
              "firstLine": 1254,
              "lastColumn": 123,
              "firstColumn": 1,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "  \n\n\n  \n\n\n<section data-test=\"page-section\" data-section-theme=\"\" class=\"page-section \n    \n      full-bleed-section\n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    \" data-section-id=\"631d000babf92576e7b666c1\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n&quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n&quot;customSectionHeight&quot;: 1,\n&quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n&quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n&quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n&quot;customContentWidth&quot;: 50,\n&quot;backgroundColor&quot;: &quot;&quot;,\n&quot;sectionTheme&quot;: &quot;&quot;,\n&quot;sectionAnimation&quot;: &quot;none&quot;,\n&quot;backgroundMode&quot;: &quot;image&quot;\n}\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom&quot;: 0,\n&quot;videoSourceProvider&quot;: &quot;none&quot;\n},\n&quot;backgroundImageId&quot;: null,\n&quot;backgroundMediaEffect&quot;: {\n&quot;type&quot;: &quot;none&quot;\n},\n&quot;divider&quot;: null,\n&quot;typeName&quot;: &quot;page&quot;\n}\" data-animation=\"none\" data-fluid-engine-section=\"\" data-controllers-bound=\"SectionWrapperController\" data-active=\"true\">\n  <di",
              "hiliteStart": 10,
              "hiliteLength": 1583
            },
            {
              "type": "info",
              "lastLine": 1610,
              "lastColumn": 171,
              "firstColumn": 29,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" alt=\"\" /></nosc",
              "hiliteStart": 10,
              "hiliteLength": 143
            },
            {
              "type": "error",
              "lastLine": 1610,
              "lastColumn": 628,
              "firstColumn": 183,
              "message": "Element img is missing required attribute src.",
              "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 446
            },
            {
              "type": "error",
              "lastLine": 1711,
              "lastColumn": 194,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 174
            },
            {
              "type": "error",
              "lastLine": 1717,
              "lastColumn": 190,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 170
            },
            {
              "type": "error",
              "lastLine": 1788,
              "lastColumn": 155,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\" aria-required=\"true\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 135
            },
            {
              "type": "error",
              "lastLine": 1794,
              "lastColumn": 156,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\" aria-required=\"true\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "error",
              "lastLine": 1800,
              "lastColumn": 154,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\" aria-required=\"true\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 134
            },
            {
              "type": "info",
              "lastLine": 1010,
              "lastColumn": 86,
              "firstColumn": 1,
              "subType": "warning",
              "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
              "extract": "         \n<article class=\"sections\" id=\"sections\" data-page-sections=\"61e8a0a4556eb60aba8630a3\">\n  \n  ",
              "hiliteStart": 10,
              "hiliteLength": 86
            },
            {
              "type": "info",
              "lastLine": 1852,
              "lastColumn": 37,
              "firstColumn": 7,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "in>\n      <script type=\"text/javascript\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 1932,
              "firstLine": 1890,
              "lastColumn": 75,
              "firstColumn": 1,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "  \n\n\n  \n\n\n<section data-test=\"page-section\" data-section-theme=\"white\" class=\"page-section \n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--narrow\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n    \n    white\" data-section-id=\"61d227ebd9da79123721ff4e\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n&quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n&quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n&quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n&quot;contentWidth&quot;: &quot;content-width--narrow&quot;,\n&quot;customContentWidth&quot;: 100,\n&quot;sectionTheme&quot;: &quot;white&quot;,\n&quot;sectionAnimation&quot;: &quot;none&quot;,\n&quot;backgroundMode&quot;: &quot;generative&quot;\n}\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom&quot;: 0,\n&quot;videoSourceProvider&quot;: &quot;none&quot;\n},\n&quot;backgroundImageId&quot;: null,\n&quot;backgroundMediaEffect&quot;: {\n&quot;type&quot;: &quot;none&quot;\n},\n&quot;divider&quot;: {\n&quot;enabled&quot;: false\n},\n&quot;typeName&quot;: &quot;page&quot;\n}\" data-animation=\"none\" data-controllers-bound=\"SectionWrapperController\">\n  <di",
              "hiliteStart": 10,
              "hiliteLength": 1470
            },
            {
              "type": "info",
              "lastLine": 1984,
              "lastColumn": 179,
              "firstColumn": 5,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "div>\n\n    <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.51f1e29e8b64d83633f61934b3ddedab.js\" type=\"text/javascript\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 175
            },
            {
              "type": "error",
              "lastLine": 1989,
              "lastColumn": 169,
              "firstColumn": 146,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": ": none;\">­<style id=\"smodernizrx\">@media",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "error",
              "lastLine": 1989,
              "lastColumn": 411,
              "firstColumn": 387,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": ": none;\">­<style id=\"smodernizrxx\">@media",
              "hiliteStart": 10,
              "hiliteLength": 25
            },
            {
              "type": "error",
              "lastLine": 17,
              "lastColumn": 52,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "nt=\"744\">\n<meta itemprop=\"name\" content=\"Tri Ta for Assembly\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 52
            },
            {
              "type": "error",
              "lastLine": 18,
              "lastColumn": 62,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "ssembly\">\n<meta itemprop=\"url\" content=\"https://www.trita4assembly.com\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "error",
              "lastLine": 19,
              "lastColumn": 175,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "bly.com\">\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\">\n<link",
              "hiliteStart": 10,
              "hiliteLength": 175
            },
            {
              "type": "error",
              "lastLine": 21,
              "lastColumn": 168,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "t=1500w\">\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 168
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "error",
              "lastLine": 2,
              "firstLine": 1,
              "lastColumn": 114,
              "firstColumn": 16,
              "message": "Attribute xmlns:og not allowed here.",
              "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  >\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 115
            },
            {
              "type": "info",
              "lastLine": 2,
              "firstLine": 1,
              "lastColumn": 114,
              "firstColumn": 16,
              "subType": "warning",
              "message": "Attribute with the local name xmlns:og is not serializable as XML 1.0.",
              "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  >\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 115
            },
            {
              "type": "error",
              "lastLine": 2,
              "firstLine": 1,
              "lastColumn": 114,
              "firstColumn": 16,
              "message": "Attribute xmlns:fb not allowed here.",
              "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  >\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 115
            },
            {
              "type": "info",
              "lastLine": 2,
              "firstLine": 1,
              "lastColumn": 114,
              "firstColumn": 16,
              "subType": "warning",
              "message": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.",
              "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"  >\n  <he",
              "hiliteStart": 10,
              "hiliteLength": 115
            },
            {
              "type": "error",
              "lastLine": 4,
              "lastColumn": 66,
              "firstColumn": 5,
              "message": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.",
              "extract": "head>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 24,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " href=\"\">\n<meta charset=\"utf-8\" />\n<titl",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "error",
              "lastLine": 10,
              "lastColumn": 85,
              "firstColumn": 1,
              "message": "Bad value Accept-CH for attribute http-equiv on element meta.",
              "extract": "y</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "info",
              "lastLine": 10,
              "lastColumn": 85,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "y</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "info",
              "lastLine": 10,
              "lastColumn": 271,
              "firstColumn": 86,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-Model\" /><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/d18cdd04-4d45-4cba-b6d7-64e617b0c502/favicon.ico?format=100w\"/>\n<link",
              "hiliteStart": 10,
              "hiliteLength": 186
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 61,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t=100w\"/>\n<link rel=\"canonical\" href=\"https://www.trita4assembly.com\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 61,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ly.com\"/>\n<meta property=\"og:site_name\" content=\"Tri Ta for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 57,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta property=\"og:title\" content=\"Tri Ta for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 66,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta property=\"og:url\" content=\"https://www.trita4assembly.com\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "info",
              "lastLine": 15,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ly.com\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 172,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ebsite\"/>\n<meta property=\"og:image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "info",
              "lastLine": 17,
              "lastColumn": 48,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=1500w\"/>\n<meta property=\"og:image:width\" content=\"1500\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 48
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 48,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"1500\"/>\n<meta property=\"og:image:height\" content=\"744\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 48
            },
            {
              "type": "info",
              "lastLine": 19,
              "lastColumn": 53,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t=\"744\"/>\n<meta itemprop=\"name\" content=\"Tri Ta for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 20,
              "lastColumn": 63,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta itemprop=\"url\" content=\"https://www.trita4assembly.com\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "info",
              "lastLine": 21,
              "lastColumn": 176,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ly.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/>\n<link",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "info",
              "lastLine": 22,
              "lastColumn": 166,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=1500w\"/>\n<link rel=\"image_src\" href=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "info",
              "lastLine": 23,
              "lastColumn": 169,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1500w\" />\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 169
            },
            {
              "type": "info",
              "lastLine": 24,
              "lastColumn": 58,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=1500w\"/>\n<meta name=\"twitter:title\" content=\"Tri Ta for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 25,
              "lastColumn": 173,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 26,
              "lastColumn": 67,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=1500w\"/>\n<meta name=\"twitter:url\" content=\"https://www.trita4assembly.com\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 67
            },
            {
              "type": "info",
              "lastLine": 27,
              "lastColumn": 45,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ly.com\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "info",
              "lastLine": 28,
              "lastColumn": 38,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ummary\"/>\n<meta name=\"description\" content=\"\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 38
            },
            {
              "type": "info",
              "lastLine": 30,
              "lastColumn": 752,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "cdn.com\">\n<script type=\"text/javascript\" src=\"//use.typekit.net/ik/ja1GchZn0euuVFrjJkkauAkm7PCRu3PwAF3jFHEjc4wfe0I2fFHN4UJLFRbh52jhWDjUZ2JkFhmKZ28qjQSowQJDFDJUZcj35snUMKG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdP37O1sk-WsyO1FUiABkZWF3jAF8OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUCdhFydeyzSabCSaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUXSc8XjPoDSWmyScmDSeBRZPoRdhXCiY4TieIXjWFDZAuKdYq0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80Zko0ZWbCiaiaOcBDOcu8OYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoXSc8XjPoDSWmyScmDSeBRZPoRdhXCiaiaO1sk-WsyFeBDShmljcUoOcFzdPJQZ14ydclC-AtlZhNX-e8ROWmkikG4fVBRIMMjgPMfH6qJvcwbMg6YJMJ7fbRujUMMeMv6MKG4fVZRIMMjIPMfqMYQ8-56g6.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 752
            },
            {
              "type": "info",
              "lastLine": 31,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">try{Ty",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 32,
              "lastColumn": 150,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 150
            },
            {
              "type": "info",
              "lastLine": 33,
              "lastColumn": 130,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 34,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">SQUARE",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 42,
              "lastColumn": 17549,
              "firstColumn": 17353,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "}</script><link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/versioned-site-css/61d227ebd9da79123721ff09/40/5c5a519771c10ba3470d8101/61d227ebd9da79123721ff24/1397/site.css\"/><scrip",
              "hiliteStart": 10,
              "hiliteLength": 197
            },
            {
              "type": "error",
              "lastLine": 98,
              "lastColumn": 58,
              "firstColumn": 15,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "          <div class=\"legacy-cart icon-cart-quantity\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "error",
              "lastLine": 296,
              "lastColumn": 7,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "a>\n    \n\n\n<style>\n    @",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 614,
              "lastColumn": 7,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "       \n\n\n<style>\n  .to",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 633,
              "lastColumn": 28,
              "firstColumn": 5,
              "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
              "extract": "span>\n    <div class=\"burger-box\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "error",
              "lastLine": 861,
              "lastColumn": 7,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "       \n\n\n<style>\n  .to",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 880,
              "lastColumn": 28,
              "firstColumn": 5,
              "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
              "extract": "span>\n    <div class=\"burger-box\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 24
            },
            {
              "type": "info",
              "lastLine": 1152,
              "lastColumn": 52,
              "firstColumn": 7,
              "subType": "warning",
              "message": "The main role is unnecessary for element main.",
              "extract": ">\n\n\n      <main id=\"page\" class=\"container\" role=\"main\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 46
            },
            {
              "type": "error",
              "lastLine": 1368,
              "lastColumn": 381,
              "message": "Duplicate attribute alt.",
              "extract": "0058757345\" alt=\"Tri-veterans.",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 1377,
              "firstLine": 1366,
              "lastColumn": 4,
              "firstColumn": 3,
              "message": "Element img is missing required attribute src.",
              "extract": "\n\n  \n  \n  <img alt=\"\"\n    \n    data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image-dimensions=\"5312x2988\" data-image-focal-point=\"0.5494590417310664,0.3760470058757345\" alt=\"Tri-veterans.jpeg\" \n    data-load=\"false\"\n    \n       srcset=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=2500w 2500w\"\n      \n      sizes=\"(max-width: 799px) 200vw, 100vw\" \n      onLoad=\"positionImage(this); this.classList.add('loaded');\"\n      loading=\"lazy\"\n    \n  />\n\n\n\n\n ",
              "hiliteStart": 10,
              "hiliteLength": 1619
            },
            {
              "type": "info",
              "lastLine": 1377,
              "firstLine": 1366,
              "lastColumn": 4,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n\n  \n  \n  <img alt=\"\"\n    \n    data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image-dimensions=\"5312x2988\" data-image-focal-point=\"0.5494590417310664,0.3760470058757345\" alt=\"Tri-veterans.jpeg\" \n    data-load=\"false\"\n    \n       srcset=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=2500w 2500w\"\n      \n      sizes=\"(max-width: 799px) 200vw, 100vw\" \n      onLoad=\"positionImage(this); this.classList.add('loaded');\"\n      loading=\"lazy\"\n    \n  />\n\n\n\n\n ",
              "hiliteStart": 10,
              "hiliteLength": 1619
            },
            {
              "type": "info",
              "lastLine": 1410,
              "lastColumn": 54,
              "firstColumn": 3,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "ntent\">\n  <h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta",
              "hiliteStart": 10,
              "hiliteLength": 52
            },
            {
              "type": "error",
              "lastLine": 1539,
              "lastColumn": 43,
              "firstColumn": 37,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "ne=\"true\"><style>.fe-63",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "info",
              "lastLine": 1510,
              "firstLine": 1447,
              "lastColumn": 1,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "  \n\n\n  \n\n\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section \n    \n      full-bleed-section\n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"631d000babf92576e7b666c1\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n&quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n&quot;customSectionHeight&quot;: 1,\n&quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n&quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n&quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n&quot;customContentWidth&quot;: 50,\n&quot;backgroundColor&quot;: &quot;&quot;,\n&quot;sectionTheme&quot;: &quot;&quot;,\n&quot;sectionAnimation&quot;: &quot;none&quot;,\n&quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom&quot;: 0,\n&quot;videoSourceProvider&quot;: &quot;none&quot;\n},\n&quot;backgroundImageId&quot;: null,\n&quot;backgroundMediaEffect&quot;: {\n&quot;type&quot;: &quot;none&quot;\n},\n&quot;divider&quot;: null,\n&quot;typeName&quot;: &quot;page&quot;\n}\"\n  data-animation=\"none\"\n  data-fluid-engine-section\n   \n  \n    \n  \n  \n>\n  <di",
              "hiliteStart": 10,
              "hiliteLength": 1557
            },
            {
              "type": "error",
              "lastLine": 1815,
              "lastColumn": 17,
              "firstColumn": 7,
              "message": "End tag clippath did not match the name of the current open element (path).",
              "extract": "   \n      </clipPath>\n    <",
              "hiliteStart": 10,
              "hiliteLength": 11
            },
            {
              "type": "info",
              "lastLine": 1887,
              "lastColumn": 171,
              "firstColumn": 29,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" alt=\"\" /></nosc",
              "hiliteStart": 10,
              "hiliteLength": 143
            },
            {
              "type": "error",
              "lastLine": 1887,
              "lastColumn": 630,
              "firstColumn": 183,
              "message": "Element img is missing required attribute src.",
              "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\" />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 448
            },
            {
              "type": "info",
              "lastLine": 1887,
              "lastColumn": 630,
              "firstColumn": 183,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\" />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 448
            },
            {
              "type": "error",
              "lastLine": 2010,
              "firstLine": 2001,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input\n                        class=\"field-element field-control\"\n                        name=\"fname\"\n                        x-autocompletetype=\"given-name\"\n                        type=\"text\"\n                        spellcheck=\"false\"\n                        maxlength=\"30\"\n                        data-title=\"First\"\n                        aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 388
            },
            {
              "type": "info",
              "lastLine": 2010,
              "firstLine": 2001,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input\n                        class=\"field-element field-control\"\n                        name=\"fname\"\n                        x-autocompletetype=\"given-name\"\n                        type=\"text\"\n                        spellcheck=\"false\"\n                        maxlength=\"30\"\n                        data-title=\"First\"\n                        aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 388
            },
            {
              "type": "error",
              "lastLine": 2025,
              "firstLine": 2016,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input\n                        class=\"field-element field-control\"\n                        name=\"lname\"\n                        x-autocompletetype=\"surname\"\n                        type=\"text\"\n                        spellcheck=\"false\"\n                        maxlength=\"30\"\n                        data-title=\"Last\"\n                        aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 384
            },
            {
              "type": "info",
              "lastLine": 2025,
              "firstLine": 2016,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input\n                        class=\"field-element field-control\"\n                        name=\"lname\"\n                        x-autocompletetype=\"surname\"\n                        type=\"text\"\n                        spellcheck=\"false\"\n                        maxlength=\"30\"\n                        data-title=\"Last\"\n                        aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 384
            },
            {
              "type": "error",
              "lastLine": 2103,
              "firstLine": 2096,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input\n                      class=\"field-element\"\n                      x-autocompletetype=\"phone-area-code\"\n                      type=\"text\"\n                      maxlength=\"3\"\n                      data-title=\"Areacode\"\n                      aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 289
            },
            {
              "type": "info",
              "lastLine": 2103,
              "firstLine": 2096,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input\n                      class=\"field-element\"\n                      x-autocompletetype=\"phone-area-code\"\n                      type=\"text\"\n                      maxlength=\"3\"\n                      data-title=\"Areacode\"\n                      aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 289
            },
            {
              "type": "error",
              "lastLine": 2116,
              "firstLine": 2109,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input\n                      class=\"field-element\"\n                      x-autocompletetype=\"phone-local-prefix\"\n                      type=\"text\"\n                      maxlength=\"3\"\n                      data-title=\"Prefix\"\n                      aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 290
            },
            {
              "type": "info",
              "lastLine": 2116,
              "firstLine": 2109,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input\n                      class=\"field-element\"\n                      x-autocompletetype=\"phone-local-prefix\"\n                      type=\"text\"\n                      maxlength=\"3\"\n                      data-title=\"Prefix\"\n                      aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 290
            },
            {
              "type": "error",
              "lastLine": 2129,
              "firstLine": 2122,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Attribute x-autocompletetype not allowed on element input at this point.",
              "extract": "          <input\n                      class=\"field-element\"\n                      x-autocompletetype=\"phone-local-suffix\"\n                      type=\"text\"\n                      maxlength=\"4\"\n                      data-title=\"Line\"\n                      aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 288
            },
            {
              "type": "info",
              "lastLine": 2129,
              "firstLine": 2122,
              "lastColumn": 22,
              "firstColumn": 21,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input\n                      class=\"field-element\"\n                      x-autocompletetype=\"phone-local-suffix\"\n                      type=\"text\"\n                      maxlength=\"4\"\n                      data-title=\"Line\"\n                      aria-required=\"true\"\n                    />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 288
            },
            {
              "type": "info",
              "lastLine": 2159,
              "firstLine": 2155,
              "lastColumn": 10,
              "firstColumn": 9,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ">\n        <input\n          class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\"\n          type=\"submit\"\n          value=\"Join\"\n        />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 1155,
              "lastColumn": 86,
              "firstColumn": 1,
              "subType": "warning",
              "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
              "extract": "         \n<article class=\"sections\" id=\"sections\" data-page-sections=\"61e8a0a4556eb60aba8630a3\">\n  \n  ",
              "hiliteStart": 10,
              "hiliteLength": 86
            },
            {
              "type": "info",
              "lastLine": 2187,
              "lastColumn": 37,
              "firstColumn": 7,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "in>\n      <script type=\"text/javascript\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 2283,
              "firstLine": 2225,
              "lastColumn": 1,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "  \n\n\n  \n\n\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section \n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--narrow\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n    \n    white'\n  \n  data-section-id=\"61d227ebd9da79123721ff4e\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n&quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n&quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n&quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n&quot;contentWidth&quot;: &quot;content-width--narrow&quot;,\n&quot;customContentWidth&quot;: 100,\n&quot;sectionTheme&quot;: &quot;white&quot;,\n&quot;sectionAnimation&quot;: &quot;none&quot;,\n&quot;backgroundMode&quot;: &quot;generative&quot;\n}\"\n  data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom&quot;: 0,\n&quot;videoSourceProvider&quot;: &quot;none&quot;\n},\n&quot;backgroundImageId&quot;: null,\n&quot;backgroundMediaEffect&quot;: {\n&quot;type&quot;: &quot;none&quot;\n},\n&quot;divider&quot;: {\n&quot;enabled&quot;: false\n},\n&quot;typeName&quot;: &quot;page&quot;\n}\"\n  data-animation=\"none\"\n  \n   \n  \n  \n>\n  <di",
              "hiliteStart": 10,
              "hiliteLength": 1459
            },
            {
              "type": "info",
              "lastLine": 2354,
              "lastColumn": 179,
              "firstColumn": 5,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "div>\n\n    <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.51f1e29e8b64d83633f61934b3ddedab.js\" type=\"text/javascript\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 175
            },
            {
              "type": "error",
              "lastLine": 19,
              "lastColumn": 53,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "t=\"744\"/>\n<meta itemprop=\"name\" content=\"Tri Ta for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "error",
              "lastLine": 20,
              "lastColumn": 63,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "sembly\"/>\n<meta itemprop=\"url\" content=\"https://www.trita4assembly.com\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "error",
              "lastLine": 21,
              "lastColumn": 176,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "ly.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/>\n<link",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "error",
              "lastLine": 23,
              "lastColumn": 169,
              "firstColumn": 1,
              "message": "The itemprop attribute was specified, but the element is not a property of any item.",
              "extract": "1500w\" />\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 169
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          32,
          0,
          48,
          0
        ],
        "instances": [
          {
            "ruleID": "Attribute xmlns:og not allowed here.",
            "what": "Attribute xmlns:og not allowed here.",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loa ... cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>"
          },
          {
            "ruleID": "Attribute with the local name xmlns:og is not serializable as XML 1.0.",
            "what": "Attribute with the local name xmlns:og is not serializable as XML 1.0.",
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loa ... cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>"
          },
          {
            "ruleID": "Attribute xmlns:fb not allowed here.",
            "what": "Attribute xmlns:fb not allowed here.",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loa ... cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>"
          },
          {
            "ruleID": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.",
            "what": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.",
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"wf-loading yui3-js-enabled js-focus-visible wf-franklingothicurw-i7-loa ... cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head>"
          },
          {
            "ruleID": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.",
            "what": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "2"
            },
            "excerpt": "head> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"> <"
          },
          {
            "ruleID": "Bad value Accept-CH for attribute http-equiv on element meta.",
            "what": "Bad value Accept-CH for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "8"
            },
            "excerpt": "y</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\"><li"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "28"
            },
            "excerpt": "cdn.com\"> <script type=\"text/javascript\" src=\"//use.typekit.net/ik/ja1GchZn0euuVFrjJkkauAkm7PCRu3PwAF3jFHEjc4wfe0I2fFHN4UJLFRbh52jhWDjUZ2JkFhmKZ28qjQSowQJDFDJUZcj35snUMKG0jAFu-WsoShFGZAsude80ZkoRdhXCH ... cmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoXSc8XjPoDSWmyScmDSeBRZPoRdhXCiaiaO1sk-WsyFeBDShmljcUoOcFzdPJQZ14ydclC-AtlZhNX-e8ROWmkikG4fVBRIMMjgPMfH6qJvcwbMg6YJMJ7fbRujUMMeMv6MKG4fVZRIMMjIPMfqMYQ8-56g6.js\"></scri"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "29"
            },
            "excerpt": "</script> <style type=\"text/css\">@font-"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "29"
            },
            "excerpt": ";}</style><script type=\"text/javascript\">try{Ty"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "30"
            },
            "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "31"
            },
            "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "32"
            },
            "excerpt": "</script> <script type=\"text/javascript\">SQUARE"
          },
          {
            "ruleID": "The charset attribute on the script element is obsolete.",
            "what": "The charset attribute on the script element is obsolete.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "62"
            },
            "excerpt": "} </style><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-52429\" src=\"https://assets.squarespace.com/universal/scripts-compressed/52429-93d9212eb3492139111dd-min.en-US.js\"></scri"
          },
          {
            "ruleID": "The charset attribute on the script element is obsolete.",
            "what": "The charset attribute on the script element is obsolete.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "62"
            },
            "excerpt": "></script><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-40328\" src=\"https://assets.squarespace.com/universal/scripts-compressed/40328-c9c0bfcfc5c6f14decf70-min.en-US.js\"></scri"
          },
          {
            "ruleID": "The charset attribute on the script element is obsolete.",
            "what": "The charset attribute on the script element is obsolete.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "62"
            },
            "excerpt": "n-US.css\"><script charset=\"utf-8\" data-webpack=\"extract-css:chunk-37737\" src=\"https://assets.squarespace.com/universal/scripts-compressed/async-visitor-forms-ad20e59a9520518569fe6-min.en-US.js\"></scri"
          },
          {
            "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "93"
            },
            "excerpt": " <div class=\"legacy-cart icon-cart-quantity\"> "
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "270"
            },
            "excerpt": "a> <style> @"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "533"
            },
            "excerpt": " <style> .to"
          },
          {
            "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "552"
            },
            "excerpt": "span> <div class=\"burger-box\"> "
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "745"
            },
            "excerpt": " <style> .to"
          },
          {
            "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "764"
            },
            "excerpt": "span> <div class=\"burger-box\"> "
          },
          {
            "ruleID": "The main role is unnecessary for element main.",
            "what": "The main role is unnecessary for element main.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "page",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1007"
            },
            "excerpt": "> <main id=\"page\" class=\"container\" role=\"main\"> "
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1200"
            },
            "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/con ... lassList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 54.9459% 37.6047%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"1.8\" data-image-resolution=\"1500w\"> "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1227"
            },
            "excerpt": "ntent\"> <h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1319"
            },
            "excerpt": "ne=\"true\"><style>.fe-63"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1299"
            },
            "excerpt": " <section data-test=\"page-section\" data-section-theme=\"\" class=\"page-section full-bleed-section layout-engine-section background-width--full-bleed section-height--small content-width--wide horizontal- ... ot; }, &quot;divider&quot;: null, &quot;typeName&quot;: &quot;page&quot; }\" data-animation=\"none\" data-fluid-engine-section=\"\" data-controllers-bound=\"SectionWrapperController\" data-active=\"true\"> <di"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1610"
            },
            "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" alt=\"\" /></nosc"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1610"
            },
            "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squa ... a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\"> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1711"
            },
            "excerpt": " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\"> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1717"
            },
            "excerpt": " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\"> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1788"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\" aria-required=\"true\"> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1794"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\" aria-required=\"true\"> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1800"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\" aria-required=\"true\"> "
          },
          {
            "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "sections",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1010"
            },
            "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"61e8a0a4556eb60aba8630a3\"> "
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1852"
            },
            "excerpt": "in> <script type=\"text/javascript\"> "
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1932"
            },
            "excerpt": " <section data-test=\"page-section\" data-section-theme=\"white\" class=\"page-section layout-engine-section background-width--full-bleed section-height--small content-width--narrow horizontal-alignment--c ... e&quot;: &quot;none&quot; }, &quot;divider&quot;: { &quot;enabled&quot;: false }, &quot;typeName&quot;: &quot;page&quot; }\" data-animation=\"none\" data-controllers-bound=\"SectionWrapperController\"> <di"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1984"
            },
            "excerpt": "div> <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.51f1e29e8b64d83633f61934b3ddedab.js\" type=\"text/javascript\"></scri"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "smodernizrx",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1989"
            },
            "excerpt": ": none;\">­<style id=\"smodernizrx\">@media"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "smodernizrxx",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1989"
            },
            "excerpt": ": none;\">­<style id=\"smodernizrxx\">@media"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "17"
            },
            "excerpt": "nt=\"744\"> <meta itemprop=\"name\" content=\"Tri Ta for Assembly\"> <meta"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "18"
            },
            "excerpt": "ssembly\"> <meta itemprop=\"url\" content=\"https://www.trita4assembly.com\"> <meta"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "19"
            },
            "excerpt": "bly.com\"> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"> <link"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "21"
            },
            "excerpt": "t=1500w\"> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"> <meta"
          },
          {
            "ruleID": "Attribute xmlns:og not allowed here.",
            "what": "Attribute xmlns:og not allowed here.",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2"
            },
            "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he"
          },
          {
            "ruleID": "Attribute with the local name xmlns:og is not serializable as XML 1.0.",
            "what": "Attribute with the local name xmlns:og is not serializable as XML 1.0.",
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2"
            },
            "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he"
          },
          {
            "ruleID": "Attribute xmlns:fb not allowed here.",
            "what": "Attribute xmlns:fb not allowed here.",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2"
            },
            "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he"
          },
          {
            "ruleID": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.",
            "what": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.",
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2"
            },
            "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he"
          },
          {
            "ruleID": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.",
            "what": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "4"
            },
            "excerpt": "head> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"> <"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "8"
            },
            "excerpt": " href=\"\"> <meta charset=\"utf-8\" /> <titl"
          },
          {
            "ruleID": "Bad value Accept-CH for attribute http-equiv on element meta.",
            "what": "Bad value Accept-CH for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "10"
            },
            "excerpt": "y</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "10"
            },
            "excerpt": "y</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "10"
            },
            "excerpt": "-Model\" /><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/d18cdd04-4d45-4cba-b6d7-64e617b0c502/favicon.ico?format=100w\"/> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "11"
            },
            "excerpt": "t=100w\"/> <link rel=\"canonical\" href=\"https://www.trita4assembly.com\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "12"
            },
            "excerpt": "ly.com\"/> <meta property=\"og:site_name\" content=\"Tri Ta for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "13"
            },
            "excerpt": "sembly\"/> <meta property=\"og:title\" content=\"Tri Ta for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "14"
            },
            "excerpt": "sembly\"/> <meta property=\"og:url\" content=\"https://www.trita4assembly.com\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "15"
            },
            "excerpt": "ly.com\"/> <meta property=\"og:type\" content=\"website\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "16"
            },
            "excerpt": "ebsite\"/> <meta property=\"og:image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "17"
            },
            "excerpt": "=1500w\"/> <meta property=\"og:image:width\" content=\"1500\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "18"
            },
            "excerpt": "=\"1500\"/> <meta property=\"og:image:height\" content=\"744\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "19"
            },
            "excerpt": "t=\"744\"/> <meta itemprop=\"name\" content=\"Tri Ta for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "20"
            },
            "excerpt": "sembly\"/> <meta itemprop=\"url\" content=\"https://www.trita4assembly.com\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "21"
            },
            "excerpt": "ly.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "22"
            },
            "excerpt": "=1500w\"/> <link rel=\"image_src\" href=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\" /> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "23"
            },
            "excerpt": "1500w\" /> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "24"
            },
            "excerpt": "=1500w\"/> <meta name=\"twitter:title\" content=\"Tri Ta for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "25"
            },
            "excerpt": "sembly\"/> <meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "26"
            },
            "excerpt": "=1500w\"/> <meta name=\"twitter:url\" content=\"https://www.trita4assembly.com\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "27"
            },
            "excerpt": "ly.com\"/> <meta name=\"twitter:card\" content=\"summary\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "28"
            },
            "excerpt": "ummary\"/> <meta name=\"description\" content=\"\" /> <link"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "30"
            },
            "excerpt": "cdn.com\"> <script type=\"text/javascript\" src=\"//use.typekit.net/ik/ja1GchZn0euuVFrjJkkauAkm7PCRu3PwAF3jFHEjc4wfe0I2fFHN4UJLFRbh52jhWDjUZ2JkFhmKZ28qjQSowQJDFDJUZcj35snUMKG0jAFu-WsoShFGZAsude80ZkoRdhXCH ... cmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoXSc8XjPoDSWmyScmDSeBRZPoRdhXCiaiaO1sk-WsyFeBDShmljcUoOcFzdPJQZ14ydclC-AtlZhNX-e8ROWmkikG4fVBRIMMjgPMfH6qJvcwbMg6YJMJ7fbRujUMMeMv6MKG4fVZRIMMjIPMfqMYQ8-56g6.js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "31"
            },
            "excerpt": "</script> <script type=\"text/javascript\">try{Ty"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "32"
            },
            "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "33"
            },
            "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "34"
            },
            "excerpt": "</script> <script type=\"text/javascript\">SQUARE"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "42"
            },
            "excerpt": "}</script><link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/versioned-site-css/61d227ebd9da79123721ff09/40/5c5a519771c10ba3470d8101/61d227ebd9da79123721ff24/1397/site.css\"/><scrip"
          },
          {
            "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "98"
            },
            "excerpt": " <div class=\"legacy-cart icon-cart-quantity\"> "
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "296"
            },
            "excerpt": "a> <style> @"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "614"
            },
            "excerpt": " <style> .to"
          },
          {
            "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "633"
            },
            "excerpt": "span> <div class=\"burger-box\"> "
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "861"
            },
            "excerpt": " <style> .to"
          },
          {
            "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "880"
            },
            "excerpt": "span> <div class=\"burger-box\"> "
          },
          {
            "ruleID": "The main role is unnecessary for element main.",
            "what": "The main role is unnecessary for element main.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "page",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1152"
            },
            "excerpt": "> <main id=\"page\" class=\"container\" role=\"main\"> "
          },
          {
            "ruleID": "Duplicate attribute alt.",
            "what": "Duplicate attribute alt.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1368"
            },
            "excerpt": "0058757345\" alt=\"Tri-veterans."
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1377"
            },
            "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/con ... 21ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1377"
            },
            "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg\" data-image=\"https://images.squarespace-cdn.com/con ... 21ff09/9bf50776-c9ca-4e62-acd4-6a37d6f296ba/Tri-veterans.jpeg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" /> "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1410"
            },
            "excerpt": "ntent\"> <h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1539"
            },
            "excerpt": "ne=\"true\"><style>.fe-63"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1510"
            },
            "excerpt": " <section data-test=\"page-section\" data-section-theme=\"\" class='page-section full-bleed-section layout-engine-section background-width--full-bleed section-height--small content-width--wide horizontal- ... l, &quot;backgroundMediaEffect&quot;: { &quot;type&quot;: &quot;none&quot; }, &quot;divider&quot;: null, &quot;typeName&quot;: &quot;page&quot; }\" data-animation=\"none\" data-fluid-engine-section > <di"
          },
          {
            "ruleID": "End tag clippath did not match the name of the current open element (path).",
            "what": "End tag clippath did not match the name of the current open element (path).",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1815"
            },
            "excerpt": " </clipPath> <"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1887"
            },
            "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" alt=\"\" /></nosc"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1887"
            },
            "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squa ... f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1887"
            },
            "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/ccaa7a5f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image=\"https://images.squa ... f-cb67-48ef-9536-f1214a6fffbc/Tri-Ta-SBA.jpg\" data-image-dimensions=\"2928x3072\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61e8acea771d0e73b14076b4\" data-type=\"image\" /> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2010"
            },
            "excerpt": " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2010"
            },
            "excerpt": " <input class=\"field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"First\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2025"
            },
            "excerpt": " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2025"
            },
            "excerpt": " <input class=\"field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" maxlength=\"30\" data-title=\"Last\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2103"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2103"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-area-code\" type=\"text\" maxlength=\"3\" data-title=\"Areacode\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2116"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2116"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-prefix\" type=\"text\" maxlength=\"3\" data-title=\"Prefix\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Attribute x-autocompletetype not allowed on element input at this point.",
            "what": "Attribute x-autocompletetype not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2129"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2129"
            },
            "excerpt": " <input class=\"field-element\" x-autocompletetype=\"phone-local-suffix\" type=\"text\" maxlength=\"4\" data-title=\"Line\" aria-required=\"true\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2159"
            },
            "excerpt": "> <input class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\" type=\"submit\" value=\"Join\" /> "
          },
          {
            "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "sections",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1155"
            },
            "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"61e8a0a4556eb60aba8630a3\"> "
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2187"
            },
            "excerpt": "in> <script type=\"text/javascript\"> "
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2283"
            },
            "excerpt": " <section data-test=\"page-section\" data-section-theme=\"white\" class='page-section layout-engine-section background-width--full-bleed section-height--small content-width--narrow horizontal-alignment--c ... l, &quot;backgroundMediaEffect&quot;: { &quot;type&quot;: &quot;none&quot; }, &quot;divider&quot;: { &quot;enabled&quot;: false }, &quot;typeName&quot;: &quot;page&quot; }\" data-animation=\"none\" > <di"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2354"
            },
            "excerpt": "div> <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.51f1e29e8b64d83633f61934b3ddedab.js\" type=\"text/javascript\"></scri"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "19"
            },
            "excerpt": "t=\"744\"/> <meta itemprop=\"name\" content=\"Tri Ta for Assembly\"/> <meta"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "20"
            },
            "excerpt": "sembly\"/> <meta itemprop=\"url\" content=\"https://www.trita4assembly.com\"/> <meta"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "21"
            },
            "excerpt": "ly.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/> <link"
          },
          {
            "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.",
            "what": "The itemprop attribute was specified, but the element is not a property of any item.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "23"
            },
            "excerpt": "1500w\" /> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/61d227ebd9da79123721ff09/t/61d355daaabab620499d980c/1641240026974/TRITAASSEMBLY.png?format=1500w\"/> <meta"
          }
        ]
      },
      "endTime": 1687109838507
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687109838507,
      "url": "https://www.trita4assembly.com/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 17:37:19",
          "hash": "7af4c00721cde93b15ce858451508f306a727181770d4546a605b89a8a998a932bd06e5d9125ddd36deea1e648041d31d5cc6c08160f83c39678266cd5c2949e",
          "page": {
            "viewport": {
              "mobile": false,
              "landscape": true,
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36",
              "resolution": {
                "width": 1366,
                "height": 768
              }
            }
          }
        },
        "metadata": {
          "passed": 33,
          "warning": 12,
          "failed": 7,
          "inapplicable": 73
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 14,
              "warning": 7,
              "failed": 3,
              "inapplicable": 43
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R64": {
                "name": "Document has heading for non-repeated content",
                "code": "QW-ACT-R64",
                "mapping": "047fe0",
                "description": "This rule checks that the non-repeated content contains a heading",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "H69"
                  ],
                  "url": "https://act-rules.github.io/rules/047fe0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R73": {
                "name": "Block of repeated content is collapsible",
                "code": "QW-ACT-R73",
                "mapping": "3e12e1",
                "description": "This rule checks that repeated blocks of content are collapsible.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/3e12e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R62": {
                "name": "Element in sequential focus order has visible focus",
                "code": "QW-ACT-R62",
                "mapping": "oj04fd",
                "description": "This rule checks that each element in sequential focus order has some visible focus indication.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.7",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/oj04fd",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 17,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n      Skip to Content\n    </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/\" data-animation-role=\"header-element\">\n                      \n\n\n\n\n\n\n\n\n\n  \n  \n\n\n                      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/about-tri\" data-animation-role=\"header-element\">\n        About Tri\n      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/issues\" data-animation-role=\"header-element\">\n        Issues\n      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/latest-news\" data-animation-role=\"header-element\">\n        Latest News\n      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/endorsements\" data-animation-role=\"header-element\">\n        Endorsements\n      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/district-map\" data-animation-role=\"header-element\">\n        District Map\n      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/photos\" data-animation-role=\"header-element\">\n        Photos\n      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/contact\" data-animation-role=\"header-element\">\n        Contact\n      </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\">\n                  Donate\n                </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n    Read His Bio\n  </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/diedre\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n    LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD\n  </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-fname-field\" name=\"fname\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-lname-field\" name=\"lname\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Join\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">\n    Donate\n  </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R16": {
                "name": "Form control has accessible name",
                "code": "QW-ACT-R16",
                "mapping": "e086e5",
                "description": "Form control has accessible name",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/e086e5",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 2,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target accessible name doesn't exist or it's empty ('')."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target accessible name doesn't exist or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R41": {
                "name": "Error message describes invalid form field value",
                "code": "QW-ACT-R41",
                "mapping": "36b590",
                "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "3.3.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/TR/WCAG21/#error-identification",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/36b590",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 3,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-fname-field\" name=\"fname\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-lname-field\" name=\"lname\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R37": {
                "name": "Text has minimum contrast",
                "code": "QW-ACT-R37",
                "mapping": "afw4f7",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
                "metadata": {
                  "target": {
                    "element": [
                      "*"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/afw4f7",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 1,
                  "warning": 0,
                  "failed": 8,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span>Name</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"description required\">(required)</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"caption-text\">First Name</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"caption-text\">Last Name</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span>Phone</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"description required\">(required)</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R76": {
                "name": "Text has enhanced contrast",
                "code": "QW-ACT-R76",
                "mapping": "09o5cg",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [
                    "G17",
                    "G18"
                  ],
                  "url": "https://act-rules.github.io/rules/09o5cg",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 1,
                  "warning": 0,
                  "failed": 8,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span>Name</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"description required\">(required)</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"caption-text\">First Name</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"caption-text\">Last Name</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span>Phone</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"description required\">(required)</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothicurw-n7-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body>Tri Ta for Assembly\n\n\n\n\n\n\n\n\n …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 7,
              "warning": 3,
              "failed": 2,
              "inapplicable": 22
            },
            "assertions": {
              "QW-WCAG-T3": {
                "name": "Providing a description for groups of form controls using `fieldset` and `legend` elements",
                "code": "QW-WCAG-T3",
                "mapping": "H71",
                "description": "This technique checks the correct use of the description element for form controls",
                "metadata": {
                  "target": {
                    "element": "fieldset"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "3.3.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions"
                    }
                  ],
                  "related": [
                    "H44",
                    "H65"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H71",
                  "passed": 0,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The `fieldset` element is neither inside nor referencing a `form` element."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The `fieldset` element is neither inside nor referencing a `form` element.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1555014059115_8407\">Name(required)First NameLast Name</fieldset>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The `fieldset` element is neither inside nor referencing a `form` element.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<fieldset class=\"form-item fields phone\" id=\"phone-yui_3_17_2_1_1561411592099_24888\">Phone(required)</fieldset>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that headers are used to divide the page correctly."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full  tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-aspect-ratio-11-square tweak-blog-alternating-side-by-side-text-alignment-left tweak-blog-alternating-side-by-side-read-more-style-show tweak-blog-alternating-side-by-side-image-text-alignment-middle tweak-blog-alternating-side-by-side-delimiter-bullet tweak-blog-alternating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternating-side …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The first focusable control is a visible link to a <main> element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The first focusable control is a visible link to a <main> element.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n      Skip to Content\n    </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T17": {
                "name": "Positioning labels to maximize predictability of relationships",
                "code": "QW-WCAG-T17",
                "mapping": "G162",
                "description": "This technique checks the correct position of labels in forms",
                "metadata": {
                  "target": {
                    "element": "form"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "3.3.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions"
                    }
                  ],
                  "related": [
                    "H44",
                    "H71",
                    "H65",
                    "G131",
                    "G167"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html",
                  "passed": 2,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The form field has incorrect positioned label."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The form field has incorrect positioned label.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"\n  \n    //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w\n  \n\" alt=\"Tri Ta for Assembly\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"\n  \n    //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w\n  \n\" alt=\"Tri Ta for Assembly\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 12,
              "warning": 2,
              "failed": 2,
              "inapplicable": 8
            },
            "assertions": {
              "QW-BP1": {
                "name": "Using h1-h6 to identify headings",
                "code": "QW-BP1",
                "mapping": "H42",
                "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html"
                    }
                  ],
                  "related": [
                    "H69",
                    "G141",
                    "F2",
                    "F43"
                  ],
                  "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that heading markup is used when content is a heading."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP15": {
                "name": "At least one width attribute of an HTML element is expressed in absolute values",
                "code": "QW-BP15",
                "description": "At least one width attribute of an HTML element is expressed in absolute values",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "width"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target `width` attribute uses absolute units."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg data-image-mask-id=\"yui_3_17_2_1_1642638411234_2881\" width=\"0\" height=\"0\">\n    \n      \n        \n\n        \n\n        \n\n        \n          \n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n      \n    \n  </svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP17": {
                "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block",
                "code": "QW-BP17",
                "mapping": "G123",
                "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
                "metadata": {
                  "target": {
                    "element": "a",
                    "attributes": "href"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "This link skips a content block."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n      Skip to Content\n    </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<main id=\"page\" class=\"container\" role=\"main\">\n        \n          \n\n  \n  \n    \n    \n\n\n  \n\n\n\n  \n    \n    \n      \n        \n        \n          \n              \n\n\n\n  \n    \n\n  \"use strict\";\n\n  var positionImage = function positionImage(imageEl) {\n    var imageDimensions = imageEl.dataset.imageDimensions.split('x');\n    var originalWidth = imageDimensions[0];\n    var originalHeight = imageDimensions[1];\n    var focalPoint = imageEl.dataset.imageFocalPoint.split(',');\n    var focalPointX = focalPoint[0];\n    var focalPointY = focalPoint[1];\n    var parentNode = imageEl.parentNode;\n\n    var scale = function () {\n      var imageRatio = originalWidth / originalHeight;\n      var parentClientSize = {\n    …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP18": {
                "name": "Using percentage values in CSS for container sizes",
                "code": "QW-BP18",
                "mapping": "C24",
                "description": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
                "metadata": {
                  "target": {
                    "element": "span article section nav aside hgroup header footer address p hr blockquote div h1 h2 h3 h4 h5 h6 li ul ol dd dt dl figcaption",
                    "attributes": "width"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [
                    "C20"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C24",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a `width` css property not using percentage value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\"\n\n\n  \n    border-width: 0px !important;\n  \n\n\n\n\n\n\n\n\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "\n\n\n  \n    border-width: 0px !important"
                    ]
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 37,
                "document": 1,
                "graphics-document": 2,
                "img": 2,
                "navigation": 3,
                "button": 5,
                "main": 1,
                "article": 1,
                "region": 4,
                "presentation": 2,
                "heading": 2,
                "figure": 1,
                "form": 1,
                "group": 2,
                "textbox": 3
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 20,
                "base": 1,
                "title": 1,
                "link": 6,
                "script": 33,
                "style": 8,
                "body": 1,
                "div": 158,
                "a": 31,
                "span": 12,
                "svg": 2,
                "path": 5,
                "header": 1,
                "img": 4,
                "nav": 3,
                "button": 4,
                "main": 1,
                "article": 1,
                "section": 4,
                "h1": 1,
                "defs": 1,
                "clippath": 1,
                "figure": 1,
                "noscript": 1,
                "h3": 1,
                "form": 1,
                "fieldset": 2,
                "legend": 2,
                "label": 3,
                "input": 4,
                "footer": 1,
                "p": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          8,
          27,
          3,
          17
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothic ...  audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R64",
            "what": "This rule checks that the non-repeated content contains a heading",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothic ...  audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R73",
            "what": "This rule checks that repeated blocks of content are collapsible.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothic ...  audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R74",
            "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothic ...  audio svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/about-tri\" data-animation-role=\"header-element\"> About Tri </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/issues\" data-animation-role=\"header-element\"> Issues </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/latest-news\" data-animation-role=\"header-element\"> Latest News </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/endorsements\" data-animation-role=\"header-element\"> Endorsements </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/district-map\" data-animation-role=\"header-element\"> District Map </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/photos\" data-animation-role=\"header-element\"> Photos </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/contact\" data-animation-role=\"header-element\"> Contact </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\"> Donate </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Read His Bio </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/diedre\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "name-yui_3_17_2_1_1555014059115_8407-fname-field",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-fname-field\" name=\"fname\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "name-yui_3_17_2_1_1555014059115_8407-lname-field",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-lname-field\" name=\"lname\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Join\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"> Donate </a>"
          },
          {
            "ruleID": "QW-ACT-R16",
            "what": "Form control has accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "name-yui_3_17_2_1_1555014059115_8407-fname-field",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-fname-field\" name=\"fname\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "name-yui_3_17_2_1_1555014059115_8407-lname-field",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIAC3F\" id=\"name-yui_3_17_2_1_1555014059115_8407-lname-field\" name=\"lname\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Name</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"description required\">(required)</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"caption-text\">First Name</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"caption-text\">Last Name</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Phone</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"description required\">(required)</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Name</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"description required\">(required)</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(2) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"caption-text\">First Name</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1) > div:nth-child(3) > label:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"caption-text\">Last Name</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Phone</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > legend:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"description required\">(required)</span>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "yui_3_17_2_1_1687109835663_77",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible wf-franklingothicurw-n5-active wf-franklingothic ... svg inlinesvg svgclippaths wf-franklingothicurw-i5-active wf-franklingothicurw-i7-active wf-active\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109835663_77\"><head></head><body>Tri Ta for Assembly …"
          },
          {
            "ruleID": "QW-WCAG-T3",
            "what": "This technique checks the correct use of the description element for form controls",
            "ordinalSeverity": 2,
            "tagName": "FIELDSET",
            "id": "name-yui_3_17_2_1_1555014059115_8407",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(1)"
            },
            "excerpt": "<fieldset class=\"form-item fields BNV4aqGdzIvveNbF6eXj name\" id=\"name-yui_3_17_2_1_1555014059115_8407\">Name(required)First NameLast Name</fieldset>"
          },
          {
            "ruleID": "QW-WCAG-T3",
            "what": "This technique checks the correct use of the description element for form controls",
            "ordinalSeverity": 2,
            "tagName": "FIELDSET",
            "id": "phone-yui_3_17_2_1_1561411592099_24888",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2)"
            },
            "excerpt": "<fieldset class=\"form-item fields phone\" id=\"phone-yui_3_17_2_1_1561411592099_24888\">Phone(required)</fieldset>"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 0,
            "tagName": "BODY",
            "id": "collection-61e8a0a4556eb60aba8630a2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-widt ...  tweak-blog-alternating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternating-side …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > form:nth-child(1) > div:nth-child(2) > fieldset:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"false\" type=\"text\" value=\"\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w \" alt=\"Tri Ta for Assembly\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w \" alt=\"Tri Ta for Assembly\">"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Send me text updates!</h3>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg data-image-mask-id=\"yui_3_17_2_1_1642638411234_2881\" width=\"0\" height=\"0\"> </svg>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "page",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3)"
            },
            "excerpt": "<main id=\"page\" class=\"container\" role=\"main\"> \"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.dataset.imageDimensions.split('x'); var originalWidth = ... focalPointX = focalPoint[0]; var focalPointY = focalPoint[1]; var parentNode = imageEl.parentNode; var scale = function () { var imageRatio = originalWidth / originalHeight; var parentClientSize = { …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width: 0px !important; \"></div>"
          }
        ]
      },
      "endTime": 1687109840293
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687109840293,
      "url": "https://www.trita4assembly.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.191",
        "responseTime": "2023-06-18T17:37:19.861Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1252178,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 172,
              "failing": 8
            },
            "issues": {
              "totalErrors": 16,
              "totalWarnings": 11,
              "totalIssues": 27
            },
            "issuesByLevel": {
              "A": {
                "count": 17,
                "pct": 62.96
              },
              "AA": {
                "count": 16,
                "pct": 59.26
              },
              "AAA": {
                "count": 27,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 1,
              "allDensity": 2
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "2c9ab81d-48cc-4dc4-9bdf-daa2b994a870",
          "docID": "425ce322-b3bc-43f8-825f-cbfe69bd26c5",
          "sourceHash": "481da05cfaebfd3eca5072a47b0ac0f2",
          "urlHttpCode": 200,
          "clientScriptErrors": [
            {},
            {}
          ],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 19
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=2c9ab81d-48cc-4dc4-9bdf-daa2b994a870",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 2148.73
                },
                "height": 2148.73,
                "width": 1024
              },
              "position": {
                "line": 5444,
                "column": 60
              },
              "errorSnippet": "&lt;body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-as",
              "xpath": "/html/body",
              "issueID": "0b6252bc0576d4dd57d3134ab5ba87ed",
              "signature": "b54329c60d8fb39bd64b25ee4eff8361",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=0b6252bc0576d4dd57d3134ab5ba87ed"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 17,
                  "y": 0
                },
                "bottom-right": {
                  "x": 738.922,
                  "y": 69
                },
                "height": 69,
                "width": 721.922
              },
              "position": {
                "line": 7462,
                "column": 404
              },
              "errorSnippet": "&lt;h1 style=\"text-align:center;white-space:pre-wrap;\"&gt;Tri Ta for Assembly&lt;/h1&gt;",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]",
              "issueID": "c729086b15554145ea02c3b96aec31b8",
              "signature": "48b8bdb8dc8f4db8b4e2e5dc44a41b6f",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=c729086b15554145ea02c3b96aec31b8"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ��� or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 297.046875,
                  "y": 17
                },
                "bottom-right": {
                  "x": 384.046875,
                  "y": 37
                },
                "height": 20,
                "width": 87
              },
              "position": {
                "line": 7401,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"&gt; Read His Bio &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "128b8c078bcdfdb8cccb0be4ab2bde89",
              "signature": "7faa92ce5f5f4e10981a7a7c3f46ffa7",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=128b8c078bcdfdb8cccb0be4ab2bde89"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 6811,
                "column": 38
              },
              "errorSnippet": "&lt;div class=\"legacy-cart icon-cart-quantity\"&gt; &lt;span class=\"sqs-cart-quantity\"&gt;0&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[1]/a[1]/span[1]/div[1]",
              "issueID": "9768f456a7531fe49dfd012f02a945e7",
              "signature": "9bb0adfd885974e523b4963ae9993f9a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=9768f456a7531fe49dfd012f02a945e7"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 29.328125
                },
                "bottom-right": {
                  "x": 16,
                  "y": 45.328125
                },
                "height": 16,
                "width": 16
              },
              "position": {
                "line": 11350,
                "column": 7
              },
              "errorSnippet": "&lt;div class=\"header-title-logo\"&gt; &lt;a href=\"/\" data-animation-role=\"header-element\"&gt; &lt;img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w \" alt=\"Tri Ta",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[1]/div[1]",
              "issueID": "098255e2e4ae6d2c62d85bda71488ce0",
              "signature": "d7495d9a61cdea9ca436a601a1fc255d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=098255e2e4ae6d2c62d85bda71488ce0"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 11599,
                "column": 7
              },
              "errorSnippet": "&lt;div class=\"header-title-logo\"&gt; &lt;a href=\"/\" data-animation-role=\"header-element\"&gt; &lt;img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w \" alt=\"Tri Ta",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[1]/div[1]/div[1]",
              "issueID": "67bb79eb7032ff5c6bc26e015e4b29bb",
              "signature": "22c2e9df9cc10e2fc9e5e5e64c7f4f22",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=67bb79eb7032ff5c6bc26e015e4b29bb"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 2148.73
                },
                "height": 2148.73,
                "width": 1024
              },
              "position": {
                "line": 5444,
                "column": 60
              },
              "errorSnippet": "&lt;body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-as",
              "xpath": "/html/body",
              "issueID": "3becdc2b377ed8b130a39bd689d6fd6f",
              "signature": "34f8755f859fed811327e8bff851d2c5",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=3becdc2b377ed8b130a39bd689d6fd6f"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 95.125
                },
                "height": 95.125,
                "width": 1024
              },
              "position": {
                "line": 7966,
                "column": 332
              },
              "errorSnippet": "&lt;header data-test=\"header\" id=\"header\" class=\"header theme-col--primary\" data-controller=\"Header\" data-current-styles=\"{\n&amp;quot;layout&amp;quot;: &amp;quot;navRight&amp;quot;,\n&amp;quot;action&amp;quot;: {\n&amp;quot;href&amp;quot;: &amp;quot;https:",
              "xpath": "/html/body/div[1]/header[1]",
              "issueID": "c66c9009700ae97e6581db6a2664eb12",
              "signature": "ada844db7c1870e70e163b1a45b7d805",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c66c9009700ae97e6581db6a2664eb12"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 672.875
                },
                "height": 672.875,
                "width": 1024
              },
              "position": {
                "line": 11780,
                "column": 15
              },
              "errorSnippet": "&lt;div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{\n&amp;quot;layout&amp;quot;: &amp;quot;navRight&amp;quot;,\n&amp;quot;action&amp;quot;: {\n&amp;quot;href&amp;quot;: &amp;quot;https://secure.anedot.com/tri-ta-for-assembly-2024/fe",
              "xpath": "/html/body/div[1]/header[1]/div[3]",
              "issueID": "773c28b7d39db776b79a862f79687140",
              "signature": "e029eb322179f32f9517cfbc8cc19e43",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=773c28b7d39db776b79a862f79687140"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 206.734375,
                  "y": 313
                },
                "bottom-right": {
                  "x": 233.73037499999998,
                  "y": 332.9812
                },
                "height": 19.9812,
                "width": 26.995999999999995
              },
              "position": {
                "line": 7174,
                "column": 0
              },
              "errorSnippet": "&lt;input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Join\"&gt;",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[3]/input[1]",
              "issueID": "9e0015539ef3eee285c0a5f1a03eee26",
              "signature": "223bc71b3e6f9aa8a94f0e066032847f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9e0015539ef3eee285c0a5f1a03eee26"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 32,
                  "y": 32
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 12835,
                "column": 5
              },
              "errorSnippet": "&lt;button class=\"background-pause-button\" aria-label=\"Pause Background\" style=\"\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/footer[1]/section[1]/button[1]",
              "issueID": "1c9e2b1843bc5e055336a0cc7171e171",
              "signature": "d9640028e4ba9ad955e4bd30a21adb14",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1c9e2b1843bc5e055336a0cc7171e171"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 32,
                  "y": 32
                },
                "height": 32,
                "width": 32
              },
              "position": {
                "line": 12836,
                "column": 1
              },
              "errorSnippet": "&lt;button class=\"background-pause-button paused\" aria-label=\"Play Background\" style=\"\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/footer[1]/section[1]/button[2]",
              "issueID": "9130af6655a01e0ed6d1bf24ccca8593",
              "signature": "d38eac8abbf20ac7b5192f048a6fdf47",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9130af6655a01e0ed6d1bf24ccca8593"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 52.375
                },
                "height": 52.375,
                "width": 1024
              },
              "position": {
                "line": 12278,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"fluid-engine fe-631d000dd7fbff2fa5dbed35\"&gt;&lt;div class=\"fe-block fe-block-yui_3_17_2_1_1662844905945_5121\"&gt;&lt;div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-yui_3_17_2_1_16628449059",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]",
              "issueID": "668e6d61a38b15baa334b0cf65b9d127",
              "signature": "80f5af6159bbd34489e5007974dc6a62",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=668e6d61a38b15baa334b0cf65b9d127"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 274.09375,
                  "y": 0
                },
                "bottom-right": {
                  "x": 749.84375,
                  "y": 52.375
                },
                "height": 52.375,
                "width": 475.75
              },
              "position": {
                "line": 12280,
                "column": 1
              },
              "errorSnippet": "&lt;div class=\"fe-block fe-block-yui_3_17_2_1_1662844905945_5121\"&gt;&lt;div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-yui_3_17_2_1_1662844905945_5121\"&gt;&lt;div class=\"sqs-block-content\" id=\"yui_3_17_2",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "24c2e572140438d398435910872f17d8",
              "signature": "e446c17e158293318695e94406413a7d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=24c2e572140438d398435910872f17d8"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 274.09375,
                  "y": 0
                },
                "bottom-right": {
                  "x": 749.84375,
                  "y": 52.375
                },
                "height": 52.375,
                "width": 475.75
              },
              "position": {
                "line": 12346,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-yui_3_17_2_1_1662844905945_5121\"&gt;&lt;div class=\"sqs-block-content\" id=\"yui_3_17_2_1_1687109805126_103\"&gt; &lt;div class=\"sqs-block-button-container s",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "d55a2512e11e96e96c39d02d31c327dd",
              "signature": "68dbcb3faaf548acbabd8e6f083bd4c8",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d55a2512e11e96e96c39d02d31c327dd"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 475.75,
                  "y": 52.375
                },
                "height": 52.375,
                "width": 475.75
              },
              "position": {
                "line": 12347,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"sqs-block-content\" id=\"yui_3_17_2_1_1687109805126_103\"&gt; &lt;div class=\"sqs-block-button-container sqs-block-button-container--center\" data-animation-role=\"button\" data-alignment=\"center\" data-button-size=\"medium\" data-button-type=\"prima",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "4b4f2004d2b7038efb2552e560c5b676",
              "signature": "5a33bfe68c39886abc9b82a46bef151b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4b4f2004d2b7038efb2552e560c5b676"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 475.75,
                  "y": 52.375
                },
                "height": 52.375,
                "width": 475.75
              },
              "position": {
                "line": 12353,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"sqs-block-button-container sqs-block-button-container--center\" data-animation-role=\"button\" data-alignment=\"center\" data-button-size=\"medium\" data-button-type=\"primary\" id=\"yui_3_17_2_1_1687109805126_102\"&gt; &lt;a href=\"/diedre\" class=\"sq",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "7868f3583515c39cddeafa7fcc292b04",
              "signature": "85049fa2d89d8c87b6da18eb5cc3acd0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=7868f3583515c39cddeafa7fcc292b04"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 400.93399999999997,
                  "y": 52.375
                },
                "height": 52.375,
                "width": 400.93399999999997
              },
              "position": {
                "line": 7402,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/diedre\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"&gt; LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "314aadd45558df3e0c7d9ef062cee80b",
              "signature": "0d1f3d4244905f330ac468e3b9bd8799",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=314aadd45558df3e0c7d9ef062cee80b"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 254.359375,
                  "y": 115.5625
                },
                "bottom-right": {
                  "x": 735.640375,
                  "y": 140.5625
                },
                "height": 25,
                "width": 481.281
              },
              "position": {
                "line": 12808,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1641168249960_12540\"&gt;&lt;div class=\"sqs-block-content\"&gt; &lt;div class=\"sqs-html-content\"&gt; &lt;p style=\"text-align:center;white-space:pre-wrap;\" class=",
              "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]",
              "issueID": "a845f92e4ef057d5cbd44636b421c454",
              "signature": "2917f23a3712602e31a8b947069317a4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a845f92e4ef057d5cbd44636b421c454"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 17,
                  "y": 17
                },
                "bottom-right": {
                  "x": 498.281,
                  "y": 42
                },
                "height": 25,
                "width": 481.281
              },
              "position": {
                "line": 12815,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"sqs-block-content\"&gt; &lt;div class=\"sqs-html-content\"&gt; &lt;p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"&gt;PAID FOR BY TRI TA FOR ASSEMBLY 2024&lt;/p&gt;\n&lt;/div&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "issueID": "5d377499a718f3ce35bdb21c52beab6a",
              "signature": "0a415ad0c1281a9ff737c42e12b29070",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5d377499a718f3ce35bdb21c52beab6a"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 17,
                  "y": 17
                },
                "bottom-right": {
                  "x": 498.281,
                  "y": 42
                },
                "height": 25,
                "width": 481.281
              },
              "position": {
                "line": 12815,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"sqs-html-content\"&gt; &lt;p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"&gt;PAID FOR BY TRI TA FOR ASSEMBLY 2024&lt;/p&gt;\n&lt;/div&gt;",
              "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]",
              "issueID": "8c1e2c8414e289df864c050c1797c552",
              "signature": "f509918154a10e3b81e19e908e141203",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8c1e2c8414e289df864c050c1797c552"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 17,
                  "y": 17
                },
                "bottom-right": {
                  "x": 498.281,
                  "y": 42
                },
                "height": 25,
                "width": 481.281
              },
              "position": {
                "line": 3408,
                "column": 19560
              },
              "errorSnippet": "&lt;p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"&gt;PAID FOR BY TRI TA FOR ASSEMBLY 2024&lt;/p&gt;",
              "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "issueID": "fa13a0650689c6b5c6d96f1567f39635",
              "signature": "6898ffe02a3a56542e04f26dcb6d2228",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fa13a0650689c6b5c6d96f1567f39635"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 2148.73
                },
                "height": 2148.73,
                "width": 1024
              },
              "position": {
                "line": 5444,
                "column": 60
              },
              "errorSnippet": "&lt;body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-as",
              "xpath": "/html/body",
              "issueID": "d742935e8c9fc025f20b82be5aa1cc06",
              "signature": "2766af6b30c5676491140b9811087c35",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=d742935e8c9fc025f20b82be5aa1cc06"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 819.28125,
                  "y": 0
                },
                "bottom-right": {
                  "x": 876.28125,
                  "y": 23
                },
                "height": 23,
                "width": 57
              },
              "position": {
                "line": 3409,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\"&gt; Donate &lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[3]/a[1]",
              "issueID": "08ba02c1d6ca19332e40dd479e5cfd03",
              "signature": "8b1e19d7ac624410177579402920c857",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=08ba02c1d6ca19332e40dd479e5cfd03"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4449,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\"&gt; Donate &lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[3]/a[1]",
              "issueID": "5c738ddadb59ebf5584ae79d8b4f89ff",
              "signature": "e9e69a607e1682a44e45e693a76e6e8b",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5c738ddadb59ebf5584ae79d8b4f89ff"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 345.56,
                  "y": -0.006875000000000853
                },
                "bottom-right": {
                  "x": 465.7808,
                  "y": 23.983125
                },
                "height": 23.990000000000002,
                "width": 120.2208
              },
              "position": {
                "line": 7401,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\"&gt; Donate &lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]",
              "issueID": "d1ff0af53c46aaca838ad9a91bf69713",
              "signature": "c1818802f859b3d43939aaf94581c607",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d1ff0af53c46aaca838ad9a91bf69713"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 195.734375,
                  "y": 0
                },
                "bottom-right": {
                  "x": 244.734375,
                  "y": 20
                },
                "height": 20,
                "width": 49
              },
              "position": {
                "line": 7402,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"&gt; Donate &lt;/a&g",
              "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "16f3e00711c3b05d185838e3439d2775",
              "signature": "fbd9eb90f35cfcec5dd9cc69af4749f6",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=16f3e00711c3b05d185838e3439d2775"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          14,
          13
        ],
        "instances": [
          {
            "ruleID": "28",
            "what": "The layout or sizing of this page causes horizontal scrolling.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "collection-61e8a0a4556eb60aba8630a2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-as"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 style=\"text-align:center;white-space:pre-wrap;\">Tri Ta for Assembly</h1>"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"/about-tri\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Read His Bio </a>"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/a[1]/span[1]/div[1]"
            },
            "excerpt": "<div class=\"legacy-cart icon-cart-quantity\"> <span class=\"sqs-cart-quantity\">0</span> </div>"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w \" alt=\"Tri Ta"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-8822eab42840/TRITAASSEMBLY.png?format=1500w \" alt=\"Tri Ta"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "collection-61e8a0a4556eb60aba8630a2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-as"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]"
            },
            "excerpt": "<header data-test=\"header\" id=\"header\" class=\"header theme-col--primary\" data-controller=\"Header\" data-current-styles=\"{ &amp;quot;layout&amp;quot;: &amp;quot;navRight&amp;quot;, &amp;quot;action&amp;quot;: { &amp;quot;href&amp;quot;: &amp;quot;https:"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[3]"
            },
            "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ &amp;quot;layout&amp;quot;: &amp;quot;navRight&amp;quot;, &amp;quot;action&amp;quot;: { &amp;quot;href&amp;quot;: &amp;quot;https://secure.anedot.com/tri-ta-for-assembly-2024/fe"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/form[1]/div[3]/input[1]"
            },
            "excerpt": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary FecjBqAV0ViY3ijU58R1\" value=\"Join\">"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/section[1]/button[1]"
            },
            "excerpt": "<button class=\"background-pause-button\" aria-label=\"Pause Background\" style=\"\"></button>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/section[1]/button[2]"
            },
            "excerpt": "<button class=\"background-pause-button paused\" aria-label=\"Play Background\" style=\"\"></button>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"fluid-engine fe-631d000dd7fbff2fa5dbed35\"><div class=\"fe-block fe-block-yui_3_17_2_1_1662844905945_5121\"><div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-yui_3_17_2_1_16628449059"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"fe-block fe-block-yui_3_17_2_1_1662844905945_5121\"><div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-yui_3_17_2_1_1662844905945_5121\"><div class=\"sqs-block-content\" id=\"yui_3_17_2"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "block-yui_3_17_2_1_1662844905945_5121",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-yui_3_17_2_1_1662844905945_5121\"><div class=\"sqs-block-content\" id=\"yui_3_17_2_1_1687109805126_103\"> <div class=\"sqs-block-button-container s"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "yui_3_17_2_1_1687109805126_103",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"sqs-block-content\" id=\"yui_3_17_2_1_1687109805126_103\"> <div class=\"sqs-block-button-container sqs-block-button-container--center\" data-animation-role=\"button\" data-alignment=\"center\" data-button-size=\"medium\" data-button-type=\"prima"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "yui_3_17_2_1_1687109805126_102",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"sqs-block-button-container sqs-block-button-container--center\" data-animation-role=\"button\" data-alignment=\"center\" data-button-size=\"medium\" data-button-type=\"primary\" id=\"yui_3_17_2_1_1687109805126_102\"> <a href=\"/diedre\" class=\"sq"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"/diedre\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD </a>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "block-yui_3_17_2_1_1641168249960_12540",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]"
            },
            "excerpt": "<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1641168249960_12540\"><div class=\"sqs-block-content\"> <div class=\"sqs-html-content\"> <p style=\"text-align:center;white-space:pre-wrap;\" class="
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"sqs-block-content\"> <div class=\"sqs-html-content\"> <p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">PAID FOR BY TRI TA FOR ASSEMBLY 2024</p> </div> </div>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"sqs-html-content\"> <p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">PAID FOR BY TRI TA FOR ASSEMBLY 2024</p> </div>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">PAID FOR BY TRI TA FOR ASSEMBLY 2024</p>"
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "collection-61e8a0a4556eb60aba8630a2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body id=\"collection-61e8a0a4556eb60aba8630a2\" class=\"header-overlay-alignment-center header-width-full tweak-fixed-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side-by-side-image-as"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[2]/div[2]/div[3]/a[1]"
            },
            "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\"> Donate </a>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[2]/div[4]/div[3]/div[2]/div[3]/a[1]"
            },
            "excerpt": "<a class=\"btn btn--border theme-btn--primary-inverse sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\"> Donate </a>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" target=\"_blank\"> Donate </a>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.anedot.com/tri-ta-for-assembly-2024/fe9cefd6-71f1-43cc-b87c-29933099a13e\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"> Donate </a&g"
          }
        ]
      },
      "endTime": 1687109840976
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687109840976,
      "url": "https://www.trita4assembly.com/",
      "what": "Testaro",
      "result": {
        "rules": {
          "allHidden": {
            "what": "page that is entirely or mostly hidden",
            "data": {
              "hidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "reallyHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "display": {
                "document": "block",
                "body": "block",
                "main": "block"
              },
              "visHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "ariaHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "tagName": {
                "document": "HTML",
                "body": "BODY",
                "main": "MAIN"
              },
              "id": {
                "body": "collection-61e8a0a4556eb60aba8630a2",
                "main": "page"
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 143
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 1,
              "items": [
                {
                  "tagName": "IMG",
                  "id": "",
                  "attributes": [
                    "alt=",
                    "data-src=",
                    "data-image=",
                    "data-image-dimensions=",
                    "data-image-focal-point=",
                    "alt=",
                    "data-load=",
                    "srcset=",
                    "sizes=",
                    "onLoad=",
                    "loading=",
                    "/"
                  ]
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "dupAtt",
                "what": "Element IMG has 2 attributes with the same name",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... loading= ... /"
              }
            ]
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 0,
                "buttons": 0,
                "inputs": 0,
                "selects": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "filter": {
            "what": "filter styles on elements",
            "data": {
              "totals": {
                "styledElements": 0,
                "impactedElements": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 16,
              "tabFocused": 17,
              "discrepancy": 1
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focAll",
                "what": "Some focusable elements are not Tab-focusable or vice versa",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 16,
                "types": {
                  "missing": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "nonoutline": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "outline": {
                    "total": 16,
                    "meanDelay": 0,
                    "tagNames": {
                      "A": 12,
                      "INPUT": 4
                    }
                  }
                }
              },
              "items": {
                "missing": [],
                "nonoutline": [],
                "outline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"focus-visible\" data-focus-visible-added=\"\"> ",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Tri",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Latest News",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Read His Bio",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD",
                    "delay": 0
                  },
                  {
                    "tagName": "INPUT",
                    "id": "name-yui_3_17_2_1_1555014059115_8407-fname-field",
                    "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC",
                    "delay": 0
                  },
                  {
                    "tagName": "INPUT",
                    "id": "name-yui_3_17_2_1_1555014059115_8407-lname-field",
                    "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIA",
                    "delay": 0
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2 focus-visible\" ar",
                    "delay": 0
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "delay": 0
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 39,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 1,
                    "tagNames": {
                      "A": 1
                    }
                  },
                  "focusableAndOperable": {
                    "total": 38,
                    "tagNames": {
                      "A": 30,
                      "BUTTON": 4,
                      "INPUT": 4
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to Content",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "0",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"/\" data-animation-role=\"header-element\" style=\"cursor: default;\"> <img src=\" //images.squar",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Tri",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Latest News",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Open Menu Close Menu",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"/\" data-animation-role=\"header-element\" style=\"cursor: default;\"> <img src=\" //images.squar",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Tri",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Latest News",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Open Menu Close Menu",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Tri",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Latest News",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Read His Bio",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "name-yui_3_17_2_1_1555014059115_8407-fname-field",
                    "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"given-name\" class=\"eTv7qUMqLR9lJxpIAC",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "name-yui_3_17_2_1_1555014059115_8407-lname-field",
                    "text": "<input aria-invalid=\"false\" aria-required=\"true\" autocomplete=\"family-name\" class=\"eTv7qUMqLR9lJxpIA",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input inputmode=\"numeric\" autocomplete=\"tel-national\" class=\"EPP7gUN4hvOdLcPLvYT2\" aria-invalid=\"fa",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"submit\" class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button class=\"background-pause-button\" aria-label=\"Pause Background\" style=\"cursor: default;\"></but",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button class=\"background-pause-button paused\" aria-label=\"Play Background\" style=\"cursor: default;\"",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              1
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to Content"
              }
            ]
          },
          "focVis": {
            "what": "links that are invisible when focused",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "hover": {
            "what": "hover-caused content changes",
            "data": {
              "totals": {
                "triggers": 13,
                "triggerSample": 13,
                "impactTriggers": 3,
                "additions": 0,
                "removals": 0,
                "opacityChanges": 3,
                "opacityImpact": 0,
                "unhoverables": 10,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Read His Bio",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 0
                  }
                ],
                "unhoverables": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to Content"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "About Tri"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Latest News"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "District Map"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              3,
              0,
              13
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Read His Bio"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to Content"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Tri"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Issues"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Latest News"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Photos"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 8
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Open Menu Close Menu"
                    }
                  },
                  {
                    "index": 1,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Open Menu Close Menu"
                    }
                  },
                  {
                    "index": 2,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "First Name"
                      ]
                    }
                  },
                  {
                    "index": 3,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Last Name"
                      ]
                    }
                  },
                  {
                    "index": 4,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {}
                  },
                  {
                    "index": 5,
                    "tagName": "INPUT",
                    "type": "submit",
                    "texts": {
                      "content": "Join"
                    }
                  },
                  {
                    "index": 6,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "Pause Background"
                    }
                  },
                  {
                    "index": 7,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "Play Background"
                    }
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkTo": {
            "what": "links without destinations",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkUl": {
            "what": "missing underlines on inline links",
            "data": {
              "totals": {
                "links": 31,
                "adjacent": {
                  "total": 31,
                  "underlined": 1,
                  "underlinedPercent": 3
                }
              },
              "items": {
                "underlined": [
                  {
                    "id": "",
                    "text": "Skip to Content"
                  }
                ],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "0"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1"
                  },
                  {
                    "id": "",
                    "text": "About Tri"
                  },
                  {
                    "id": "",
                    "text": "Issues"
                  },
                  {
                    "id": "",
                    "text": "Latest News"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "",
                    "text": "District Map"
                  },
                  {
                    "id": "",
                    "text": "Photos"
                  },
                  {
                    "id": "",
                    "text": "Contact"
                  },
                  {
                    "id": "",
                    "text": "Donate"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1"
                  },
                  {
                    "id": "",
                    "text": "About Tri"
                  },
                  {
                    "id": "",
                    "text": "Issues"
                  },
                  {
                    "id": "",
                    "text": "Latest News"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "",
                    "text": "District Map"
                  },
                  {
                    "id": "",
                    "text": "Photos"
                  },
                  {
                    "id": "",
                    "text": "Contact"
                  },
                  {
                    "id": "",
                    "text": "Donate"
                  },
                  {
                    "id": "",
                    "text": "About Tri"
                  },
                  {
                    "id": "",
                    "text": "Issues"
                  },
                  {
                    "id": "",
                    "text": "Latest News"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "",
                    "text": "District Map"
                  },
                  {
                    "id": "",
                    "text": "Photos"
                  },
                  {
                    "id": "",
                    "text": "Contact"
                  },
                  {
                    "id": "",
                    "text": "Donate"
                  },
                  {
                    "id": "",
                    "text": "Read His Bio"
                  },
                  {
                    "id": "",
                    "text": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
                  },
                  {
                    "id": "",
                    "text": "Donate"
                  }
                ]
              }
            },
            "totals": [
              0,
              30,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "0"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Tri"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Issues"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Latest News"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Photos"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Tri"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Issues"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Latest News"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Photos"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Tri"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Issues"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Latest News"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Map"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Photos"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Read His Bio"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              }
            ]
          },
          "menuNav": {
            "what": "nonstandard keyboard navigation between focusable menu items",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "menuItems": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "menus": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "menuItems": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "miniText": {
            "what": "text smaller than 11 pixels",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "nonTable": {
            "what": "table elements used for layout",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "radioSet": {
            "what": "radio buttons not grouped into standard field sets",
            "data": {
              "totals": {
                "total": 0,
                "inSet": 0,
                "percent": "N.A."
              },
              "items": {
                "inSet": [],
                "notInSet": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "role": {
            "what": "invalid and native-replacing explicit roles",
            "data": {
              "roleElements": 1,
              "badRoleElements": 0,
              "redundantRoleElements": 1,
              "tagNames": {
                "MAIN": {
                  "main": {
                    "bad": 0,
                    "redundant": 1
                  }
                }
              }
            },
            "totals": [
              0,
              1,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "MAIN elements have redundant explicit role main (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "MAIN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "styleDiff": {
            "what": "style inconsistencies",
            "data": {
              "mainStyles": [
                "fontStyle",
                "fontWeight",
                "opacity",
                "textDecorationLine",
                "textDecorationStyle",
                "textDecorationThickness"
              ],
              "buttonStyles": [
                "borderStyle",
                "borderWidth",
                "height",
                "lineHeight",
                "maxHeight",
                "maxWidth",
                "minHeight",
                "minWidth",
                "outlineOffset",
                "outlineStyle",
                "outlineWidth"
              ],
              "headingStyles": [
                "color",
                "fontSize"
              ],
              "listLinkStyles": [
                "color",
                "fontSize",
                "lineHeight"
              ],
              "totals": {
                "button": {
                  "total": 4,
                  "subtotals": [
                    2,
                    2
                  ]
                },
                "adjacentLink": {
                  "total": 31,
                  "subtotals": [
                    30,
                    1
                  ]
                },
                "h1": {
                  "total": 1
                },
                "h3": {
                  "total": 1
                }
              },
              "items": {
                "button": {
                  "height": {
                    "auto": [
                      "Open Menu Close Menu",
                      "Open Menu Close Menu"
                    ],
                    "32px": [
                      "<button class=\"background-pause-button\" aria-label=\"Pause Background\"></button>",
                      "<button class=\"background-pause-button paused\" aria-label=\"Play Background\"></button>"
                    ]
                  }
                },
                "adjacentLink": {
                  "textDecorationLine": {
                    "none": [
                      "0",
                      "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1",
                      "About Tri",
                      "Issues",
                      "Latest News",
                      "Endorsements",
                      "District Map",
                      "Photos",
                      "Contact",
                      "Donate",
                      "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1",
                      "About Tri",
                      "Issues",
                      "Latest News",
                      "Endorsements",
                      "District Map",
                      "Photos",
                      "Contact",
                      "Donate",
                      "About Tri",
                      "Issues",
                      "Latest News",
                      "Endorsements",
                      "District Map",
                      "Photos",
                      "Contact",
                      "Donate",
                      "Read His Bio",
                      "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD",
                      "Donate"
                    ],
                    "underline": [
                      "Skip to Content"
                    ]
                  }
                }
              }
            },
            "totals": [
              1,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "In-line links have 2 different styles",
                "count": 1,
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Buttons have 2 different styles",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "tabNav": {
            "what": "nonstandard keyboard navigation between elements with the tab role",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "tabElements": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "tabLists": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "tabElements": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "titledEl": {
            "what": "title attributes on inappropriate elements",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 13,
                "tagNames": {
                  "DIV": 7,
                  "HEADER": 1,
                  "A": 1,
                  "MAIN": 1,
                  "FOOTER": 1,
                  "BUTTON": 2
                }
              },
              "items": [
                {
                  "tagName": "DIV",
                  "id": "floatingCart",
                  "text": "0"
                },
                {
                  "tagName": "HEADER",
                  "id": "header",
                  "text": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"sqs-announcement-bar-dropzone\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "Skip to Content"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width:"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "About Tri Issues Latest News Endorsements District Map Photos Contact Donate .top-bun, .patty, .bott"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "About Tri Issues Latest News Endorsements District Map Photos Contact Donate"
                },
                {
                  "tagName": "MAIN",
                  "id": "page",
                  "text": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
                },
                {
                  "tagName": "FOOTER",
                  "id": "footer-sections",
                  "text": "Donate PAID FOR BY TRI TA FOR ASSEMBLY 2024"
                },
                {
                  "tagName": "BUTTON",
                  "id": "",
                  "text": "<button class=\"background-pause-button\" aria-label=\"Pause Background\"></button>"
                },
                {
                  "tagName": "BUTTON",
                  "id": "",
                  "text": "<button class=\"background-pause-button paused\" aria-label=\"Play Background\"></button>"
                }
              ]
            },
            "totals": [
              13,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "floatingCart",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "0"
              },
              {
                "ruleID": "zIndex",
                "what": "HEADER element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "HEADER",
                "id": "header",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"sqs-announcement-bar-dropzone\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-"
              },
              {
                "ruleID": "zIndex",
                "what": "A element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to Content"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width:"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Tri Issues Latest News Endorsements District Map Photos Contact Donate .top-bun, .patty, .bott"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Tri Issues Latest News Endorsements District Map Photos Contact Donate"
              },
              {
                "ruleID": "zIndex",
                "what": "MAIN element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "MAIN",
                "id": "page",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
              },
              {
                "ruleID": "zIndex",
                "what": "FOOTER element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "FOOTER",
                "id": "footer-sections",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate PAID FOR BY TRI TA FOR ASSEMBLY 2024"
              },
              {
                "ruleID": "zIndex",
                "what": "BUTTON element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button class=\"background-pause-button\" aria-label=\"Pause Background\"></button>"
              },
              {
                "ruleID": "zIndex",
                "what": "BUTTON element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button class=\"background-pause-button paused\" aria-label=\"Play Background\"></button>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          14,
          34,
          3,
          14
        ],
        "instances": [
          {
            "ruleID": "dupAtt",
            "what": "Element IMG has 2 attributes with the same name",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... loading= ... /"
          },
          {
            "ruleID": "focAll",
            "what": "Some focusable elements are not Tab-focusable or vice versa",
            "count": 1,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to Content"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Read His Bio"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to Content"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/61d227ebd9da79123721ff09/816ae18e-86fe-4dd5-98f9-"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Tri"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Latest News"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Photos"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "0"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Tri"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Latest News"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Photos"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Tri"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Latest News"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Photos"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Tri"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Latest News"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Map"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Photos"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Read His Bio"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "role",
            "what": "MAIN elements have redundant explicit role main (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "In-line links have 2 different styles",
            "count": 1,
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Buttons have 2 different styles",
            "count": 1,
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "floatingCart",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "0"
          },
          {
            "ruleID": "zIndex",
            "what": "HEADER element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"sqs-announcement-bar-dropzone\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-"
          },
          {
            "ruleID": "zIndex",
            "what": "A element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to Content"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"header-border\" data-header-style=\"solid\" data-test=\"header-border\" style=\" border-width:"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Tri Issues Latest News Endorsements District Map Photos Contact Donate .top-bun, .patty, .bott"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Tri Issues Latest News Endorsements District Map Photos Contact Donate"
          },
          {
            "ruleID": "zIndex",
            "what": "MAIN element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "page",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LEARN MORE ABOUT DIEDRE NGUYEN’S DISASTROUS RECORD"
          },
          {
            "ruleID": "zIndex",
            "what": "FOOTER element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "FOOTER",
            "id": "footer-sections",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate PAID FOR BY TRI TA FOR ASSEMBLY 2024"
          },
          {
            "ruleID": "zIndex",
            "what": "BUTTON element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button class=\"background-pause-button\" aria-label=\"Pause Background\"></button>"
          },
          {
            "ruleID": "zIndex",
            "what": "BUTTON element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button class=\"background-pause-button paused\" aria-label=\"Play Background\"></button>"
          }
        ]
      },
      "endTime": 1687109850878
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687109850878,
      "url": "https://www.trita4assembly.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Tri Ta for Assembly",
          "pageurl": "https://www.trita4assembly.com/",
          "time": 2.84,
          "creditsremaining": 903,
          "allitemcount": 40,
          "totalelements": 313,
          "waveurl": "http://wave.webaim.org/report?url=https://www.trita4assembly.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 1,
            "items": {
              "label_empty": {
                "id": "label_empty",
                "description": "Empty form label",
                "count": 1,
                "selectors": [
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#phone-yui_3_17_2_1_1561411592099_24888 > LEGEND:first-child + DIV > DIV:first-child > LABEL:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 8,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 8,
                "selectors": [
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-61e8a0d43669d306e56ab438 > DIV:first-child > DIV:first-child > DIV#block-6d8ae8039503c896a928 > DIV:first-child > DIV:first-child > H1:first-child",
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-61e8a0d43669d306e56ab438 > DIV:first-child > DIV:first-child > DIV#block-9590a0d6dfb7130646f3 > DIV#yui_3_17_2_1_1687109850968_96 > DIV#yui_3_17_2_1_1687109850968_95 > A:first-child",
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-71fa488f495205a39a56 > DIV:first-child > DIV:first-child > H3:first-child",
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#name-yui_3_17_2_1_1555014059115_8407 > LEGEND:first-child > DIV:first-child > SPAN:first-child",
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#name-yui_3_17_2_1_1555014059115_8407 > LEGEND:first-child + DIV > LABEL:first-child > DIV:first-child > DIV:first-child > SPAN:first-child",
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#name-yui_3_17_2_1_1555014059115_8407 > LEGEND:first-child + DIV + DIV > LABEL:first-child > DIV:first-child > DIV:first-child > SPAN:first-child",
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#phone-yui_3_17_2_1_1561411592099_24888 > LEGEND:first-child > DIV:first-child > SPAN:first-child",
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV + DIV > INPUT:first-child"
                ],
                "contrastdata": [
                  [
                    1.03,
                    "#ffffff",
                    "#f7fcfd",
                    true
                  ],
                  [
                    2.63,
                    "#ffffff",
                    "#20abe2",
                    false
                  ],
                  [
                    1.03,
                    "#ffffff",
                    "#f7fcfd",
                    true
                  ],
                  [
                    1.03,
                    "#ffffff",
                    "#f7fcfd",
                    false
                  ],
                  [
                    1.03,
                    "#ffffff",
                    "#f7fcfd",
                    false
                  ],
                  [
                    1.03,
                    "#ffffff",
                    "#f7fcfd",
                    false
                  ],
                  [
                    1.03,
                    "#ffffff",
                    "#f7fcfd",
                    false
                  ],
                  [
                    2.63,
                    "#ffffff",
                    "#20abe2",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 4,
            "items": {
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 1,
                "selectors": [
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-71fa488f495205a39a56 > DIV:first-child > DIV:first-child > H3:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 1,
                "selectors": [
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#yui_3_17_2_1_1687109850968_71 > DIV#yui_3_17_2_1_1687109850968_70 > DIV#block-yui_3_17_2_1_1642638411234_2881 > DIV#yui_3_17_2_1_1687109850968_69 > DIV#yui_3_17_2_1_1687109850968_68 > FIGURE#yui_3_17_2_1_1687109850968_67 > DIV#yui_3_17_2_1_1687109850968_66 > DIV#yui_3_17_2_1_1687109850968_65 > NOSCRIPT:first-child"
                ],
                "wcag": []
              },
              "tabindex": {
                "id": "tabindex",
                "description": "Tabindex",
                "count": 1,
                "selectors": [
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.3 Focus Order (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.3"
                  }
                ]
              },
              "text_small": {
                "id": "text_small",
                "description": "Very small text",
                "count": 1,
                "selectors": [
                  "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > DIV#floatingCart > A:first-child > SPAN:first-child > svg:first-child + DIV > SPAN:first-child"
                ],
                "wcag": []
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          4,
          0,
          0,
          9
        ],
        "instances": [
          {
            "ruleID": "label_empty",
            "what": "Empty form label",
            "ordinalSeverity": 3,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#phone-yui_3_17_2_1_1561411592099_24888 > LEGEND:first-child + DIV > DIV:first-child > LABEL:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-61e8a0d43669d306e56ab438 > DIV:first-child > DIV:first-child > DIV#block-6d8ae8039503c896a928 > DIV:first-child > DIV:first-child > H1:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-61e8a0d43669d306e56ab438 > DIV:first-child > DIV:first-child > DIV#block-9590a0d6dfb7130646f3 > DIV#yui_3_17_2_1_1687109850968_96 > DIV#yui_3_17_2_1_1687109850968_95 > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-71fa488f495205a39a56 > DIV:first-child > DIV:first-child > H3:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#name-yui_3_17_2_1_1555014059115_8407 > LEGEND:first-child > DIV:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#name-yui_3_17_2_1_1555014059115_8407 > LEGEND:first-child + DIV > LABEL:first-child > DIV:first-child > DIV:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#name-yui_3_17_2_1_1555014059115_8407 > LEGEND:first-child + DIV + DIV > LABEL:first-child > DIV:first-child > DIV:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV > FIELDSET#phone-yui_3_17_2_1_1561411592099_24888 > LEGEND:first-child > DIV:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-7d4d6293dd15183d07f2 > DIV:first-child > SCRIPT:first-child + DIV + DIV > FORM:first-child > DIV:first-child + DIV + DIV > INPUT:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#block-71fa488f495205a39a56 > DIV:first-child > DIV:first-child > H3:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "noscript",
            "what": "Noscript element",
            "ordinalSeverity": 0,
            "tagName": "NOSCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109850968_76 > DIV#yui_3_17_2_1_1687109850968_75 > DIV#yui_3_17_2_1_1687109850968_74 > DIV#page-section-61e8a56a86f6dc3eacfebb26 > DIV#yui_3_17_2_1_1687109850968_73 > DIV#yui_3_17_2_1_1687109850968_72 > DIV#yui_3_17_2_1_1687109850968_71 > DIV#yui_3_17_2_1_1687109850968_70 > DIV#block-yui_3_17_2_1_1642638411234_2881 > DIV#yui_3_17_2_1_1687109850968_69 > DIV#yui_3_17_2_1_1687109850968_68 > FIGURE#yui_3_17_2_1_1687109850968_67 > DIV#yui_3_17_2_1_1687109850968_66 > DIV#yui_3_17_2_1_1687109850968_65 > NOSCRIPT:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "tabindex",
            "what": "Tabindex",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_small",
            "what": "Very small text",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML#yui_3_17_2_1_1687109850968_77 > BODY#collection-61e8a0a4556eb60aba8630a2 > DIV#siteWrapper > DIV#floatingCart > A:first-child > SPAN:first-child > svg:first-child + DIV > SPAN:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687109854030
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD70-c",
      "which": "https://www.trita4assembly.com/",
      "what": "Candidate Tri Ta (R)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T17:36:43",
    "endTime": "2023-06-18T17:37:34",
    "elapsedSeconds": 50,
    "visitLatency": 7,
    "logCount": 64,
    "logSize": 3531,
    "errorLogCount": 1,
    "errorLogSize": 40,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        14
      ],
      [
        "testaro",
        10
      ],
      [
        "alfa",
        4
      ],
      [
        "wave",
        3
      ],
      [
        "ibm",
        2
      ],
      [
        "nuVal",
        2
      ],
      [
        "qualWeb",
        2
      ],
      [
        "tenon",
        1
      ],
      [
        "axe",
        0
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 759,
      "issue": 669,
      "tool": 76,
      "prevention": 0,
      "log": 14,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          76,
          81,
          69,
          78
        ],
        "byTool": {
          "testaro": [
            14,
            34,
            3,
            14
          ],
          "alfa": [
            0,
            0,
            0,
            4
          ],
          "axe": [
            10,
            16,
            1,
            2
          ],
          "continuum": [
            0,
            0,
            0,
            2
          ],
          "htmlcs": [
            8,
            0,
            0,
            5
          ],
          "ibm": [
            0,
            4,
            0,
            12
          ],
          "nuVal": [
            32,
            0,
            48,
            0
          ],
          "qualWeb": [
            8,
            27,
            3,
            17
          ],
          "tenon": [
            0,
            0,
            14,
            13
          ],
          "wave": [
            4,
            0,
            0,
            9
          ]
        }
      },
      "prevention": {},
      "issue": {
        "headingLevelSkip": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r53": {
                "quality": 1,
                "what": "Heading skips one or more levels",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Headings are structured"
                  ]
                }
              }
            },
            "axe": {
              "heading-order": {
                "quality": 1,
                "what": "Heading levels do not increase by only one",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading levels should only increase by one; Heading order invalid"
                  ]
                }
              }
            },
            "wave": {
              "heading_skipped": {
                "quality": 1,
                "what": "Skipped heading level",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Skipped heading level"
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r57": {
                "quality": 1,
                "what": "Perceivable text content is not included in any landmark",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Perceivable text content is included in a landmark"
                  ]
                }
              }
            }
          }
        },
        "leadingInsufficient": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r73": {
                "quality": 1,
                "what": "Paragraph of text has insufficient line height",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Paragraphs of text have sufficient line height"
                  ]
                }
              }
            }
          }
        },
        "formFieldNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r8": {
                "quality": 1,
                "what": "Form field has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Form fields have an accessible name"
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 60,
          "maxCount": 15,
          "weight": 4,
          "tools": {
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G18.Fail": {
                "quality": 1,
                "what": "Contrast between the text and its background is less than 4.5:1",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.03:1. Recommendation:  change background to #727778."
                  ]
                }
              }
            },
            "ibm": {
              "text_contrast_sufficient": {
                "quality": 1,
                "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "Text contrast of 1.02 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
                    "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
                    "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 15.04px and weight of 500",
                    "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 29.44px and weight of 700",
                    "Text contrast of 2.63 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
                    "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 48.64px and weight of 700"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R37": {
                "quality": 1,
                "what": "Text has less than the minimum contrast",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 10,
          "maxCount": 10,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                  ]
                }
              }
            }
          }
        },
        "cssBansRotate": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "css-orientation-lock": {
                "quality": 1,
                "what": "CSS media query locks display orientation",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined"
                  ]
                }
              }
            }
          }
        },
        "controlNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "label": {
                "quality": 1,
                "what": "Form element has no label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Form elements must have labels; Form element does not have an implicit (wrapped) <label>; Form element does not have an explicit <label>; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element has no placeholder attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                  ]
                }
              }
            },
            "ibm": {
              "input_label_exists": {
                "quality": 1,
                "what": "Element with the role of a form control has no associated label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Form control element <input> has no associated label"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R16": {
                "quality": 1,
                "what": "Form control has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Form control has accessible name"
                  ]
                }
              }
            }
          }
        },
        "tabIndexPositive": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "axe": {
              "tabindex": {
                "quality": 1,
                "what": "Positive tabIndex risks creating a confusing focus order",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Elements should not have tabindex greater than zero; Element has a tabindex greater than 0"
                  ]
                }
              }
            },
            "wave": {
              "tabindex": {
                "quality": 1,
                "what": "tabIndex value positive",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Tabindex"
                  ]
                }
              }
            }
          }
        },
        "inputNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "continuum": {
              "118": {
                "quality": 1,
                "what": "Text input element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This input (type=text) element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            }
          }
        },
        "svgImageNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "continuum": {
              "123": {
                "quality": 1,
                "what": "svg element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This svg element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            }
          }
        },
        "decorativeImageRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_1_1.H67.2": {
                "quality": 1,
                "what": "Image marked as decorative may be informative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Img element is marked so that it is ignored by Assistive Technology."
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-BP18": {
                "quality": 1,
                "what": "Percentage is not used in CSS for a container size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.3_2_5.H83.3": {
                "quality": 1,
                "what": "Link text may fail to indicate that the link will open in a new window",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "headingStructure": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1_AAA.G141": {
                "quality": 1,
                "what": "Heading level is incorrect",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested."
                  ]
                }
              }
            },
            "tenon": {
              "155": {
                "quality": 1,
                "what": "Headings are not structured in a hierarchical manner",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These headings are not structured in a hierarchical manner."
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_6.G17.Fail": {
                "quality": 1,
                "what": "Text has insufficient contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.63:1. Recommendation:  change background to #005f85.",
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.03:1. Recommendation:  change background to #555a5b."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement."
                  ]
                }
              }
            },
            "tenon": {
              "95": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has insufficient color contrast (Level AAA)."
                  ]
                }
              }
            }
          }
        },
        "labelNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "ibm": {
              "label_content_exists": {
                "quality": 1,
                "what": "label element has no descriptive text identifying the expected input",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The <label> element does not have descriptive text that identifies the expected input"
                  ]
                }
              }
            }
          }
        },
        "landmarkConfusion": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_landmark_name_unique": {
                "quality": 1,
                "what": "Multiple landmarks with the same parent region are not distinguished from one another",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label"
                  ]
                }
              }
            }
          }
        },
        "figureNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "ibm": {
              "figure_label_exists": {
                "quality": 1,
                "what": "figure element has no associated label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The <figure> element does not have an associated label"
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ attribute on the .+ element is obsolete.+$": {
                "quality": 1,
                "what": "Attribute is obsolete on its element",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The charset attribute on the script element is obsolete."
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_role_redundant": {
                "quality": 1,
                "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ role is unnecessary for element .+$": {
                "quality": 1,
                "what": "explicit role is redundant for its element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The main role is unnecessary for element main."
                  ]
                }
              }
            },
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "MAIN elements have redundant explicit role main (count: 1)"
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 104,
          "maxCount": 26,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Attribute .+ not allowed here.*$": {
                "quality": 1,
                "what": "Attribute not allowed here",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Attribute xmlns:og not allowed here.",
                    "Attribute xmlns:fb not allowed here."
                  ]
                }
              },
              "^Attribute .+ is not serializable as XML 1\\.0.*$": {
                "quality": 1,
                "what": "Attribute is invalidly nonserializable",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Attribute with the local name xmlns:og is not serializable as XML 1.0.",
                    "Attribute with the local name xmlns:fb is not serializable as XML 1.0."
                  ]
                }
              },
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "Attribute x-autocompletetype not allowed on element input at this point."
                  ]
                }
              },
              "The itemprop attribute was specified, but the element is not a property of any item.": {
                "quality": 1,
                "what": "itemprop attribute is on an element that is not a property of an item",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "The itemprop attribute was specified, but the element is not a property of any item."
                  ]
                }
              }
            }
          }
        },
        "metaBad": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "nuVal": {
              "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.": {
                "quality": 1,
                "what": "meta element with http-equiv=\"X-UA-Compatible\" has no content=\"IE=edge\"",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge."
                  ]
                }
              },
              "^Bad value .+ for attribute .+ on element meta.*$": {
                "quality": 1,
                "what": "Attribute of a meta element has an invalid value",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Bad value Accept-CH for attribute http-equiv on element meta."
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 15,
          "maxCount": 15,
          "weight": 1,
          "tools": {
            "nuVal": {
              "The type attribute is unnecessary for JavaScript resources.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a JavaScript resource",
                "complaints": {
                  "countTotal": 14,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              },
              "The type attribute for the style element is not needed and should be omitted.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a style element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The type attribute for the style element is not needed and should be omitted."
                  ]
                }
              }
            }
          }
        },
        "parentBad": {
          "score": 64,
          "maxCount": 16,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
                    "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
                    "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "imageNoSource": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "nuVal": {
              "Element img is missing required attribute src.": {
                "quality": 1,
                "what": "img element has no src attribute",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Element img is missing required attribute src."
                  ]
                }
              }
            }
          }
        },
        "h1Multiple": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "nuVal": {
              "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).": {
                "quality": 1,
                "what": "Page contains more than 1 h1 element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools)."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": {
                "quality": 1,
                "what": "section has no heading",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T9": {
                "quality": 1,
                "what": "Page is not organized using headings",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order"
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 32,
          "maxCount": 32,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": {
                "quality": 1,
                "what": "Void element has a useless trailing slash.",
                "complaints": {
                  "countTotal": 32,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "articleHeadingless": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.": {
                "quality": 1,
                "what": "article has no heading",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles."
                  ]
                }
              }
            }
          }
        },
        "duplicateAttribute": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "nuVal": {
              "^Duplicate attribute.*$": {
                "quality": 1,
                "what": "Source code of the element contains 2 or more of the same attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Duplicate attribute alt."
                  ]
                }
              }
            },
            "testaro": {
              "dupAtt": {
                "quality": 0.7,
                "what": "Source code of the element contains 2 or more of the same attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Element IMG has 2 attributes with the same name"
                  ]
                }
              }
            }
          }
        },
        "parseError": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "nuVal": {
              "End tag clippath did not match the name of the current open element (path).": {
                "quality": 1,
                "what": "End tag clippath conflicts with the current open element.",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "End tag clippath did not match the name of the current open element (path)."
                  ]
                }
              }
            }
          }
        },
        "mainNone": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R63": {
                "quality": 1,
                "what": "Document has no landmark with non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content"
                  ]
                }
              }
            }
          }
        },
        "skipRepeatedContent": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R64": {
                "quality": 1,
                "what": "Document has no heading for non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the non-repeated content contains a heading"
                  ]
                }
              },
              "QW-ACT-R75": {
                "quality": 1,
                "what": "Blocks of repeated content cannot be bypassed",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has a mechanism to bypass repeated blocks of content."
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              },
              "QW-BP17": {
                "quality": 1,
                "what": "No link at the beginning of a block of repeated content goes to the end of the block",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block."
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 68,
          "maxCount": 17,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 17,
                  "texts": [
                    "This rule checks that each element in sequential focus order has some visible focus indication."
                  ]
                }
              }
            }
          }
        },
        "errorReferenceBad": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R41": {
                "quality": 1,
                "what": "Error message describes no invalid form field value",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error."
                  ]
                }
              }
            }
          }
        },
        "legendMissing": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T3": {
                "quality": 1,
                "what": "Description for a group of form controls using fieldset and legend elements is not provided",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This technique checks the correct use of the description element for form controls"
                  ]
                }
              }
            }
          }
        },
        "labelConfusionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T17": {
                "quality": 1,
                "what": "label not positioned to maximize the predictability of the relationship",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This technique checks the correct position of labels in forms"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "boxSizeAbsolute": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP15": {
                "quality": 1,
                "what": "Element width is specified in an absolute value",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "At least one width attribute of an HTML element is expressed in absolute values"
                  ]
                }
              }
            }
          }
        },
        "horizontalScrolling": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "28": {
                "quality": 1,
                "what": "Layout or sizing of the page causes horizontal scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The layout or sizing of this page causes horizontal scrolling."
                  ]
                }
              }
            }
          }
        },
        "fontSmall": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "tenon": {
              "134": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Very small text found."
                  ]
                }
              }
            },
            "wave": {
              "text_small": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Very small text"
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "allCaps": {
          "score": 10,
          "maxCount": 10,
          "weight": 1,
          "tools": {
            "tenon": {
              "153": {
                "quality": 1,
                "what": "Long string of text is in all caps",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "This long string of text is in all caps."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "tabFocusability": {
          "score": 2,
          "maxCount": 0.5,
          "weight": 4,
          "tools": {
            "testaro": {
              "focAll": {
                "quality": 0.5,
                "what": "Discrepancy between elements that should be and that are Tab-focusable",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Some focusable elements are not Tab-focusable or vice versa"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 26,
          "maxCount": 13,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Operable element cannot be hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 60,
          "maxCount": 30,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 30,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "In-line links have 2 different styles",
                    "Buttons have 2 different styles"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 13,
          "maxCount": 13,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "DIV element has a non-default Z index",
                    "HEADER element has a non-default Z index",
                    "A element has a non-default Z index",
                    "MAIN element has a non-default Z index",
                    "FOOTER element has a non-default Z index",
                    "BUTTON element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "labelEmpty": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "wave": {
              "label_empty": {
                "quality": 1,
                "what": "Empty form label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Empty form label"
                  ]
                }
              }
            }
          }
        },
        "noScriptRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "noscript": {
                "quality": 1,
                "what": "noscript element may fail to contain an accessible equivalent or alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Noscript element"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}